libcvd-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libcvd-members] libcvd/cvd documentation.h


From: Edward Rosten
Subject: [libcvd-members] libcvd/cvd documentation.h
Date: Thu, 10 Apr 2008 23:33:47 +0000

CVSROOT:        /cvsroot/libcvd
Module name:    libcvd
Changes by:     Edward Rosten <edrosten>        08/04/10 23:33:47

Modified files:
        cvd            : documentation.h 

Log message:
        Update docs

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/libcvd/cvd/documentation.h?cvsroot=libcvd&r1=1.12&r2=1.13

Patches:
Index: documentation.h
===================================================================
RCS file: /cvsroot/libcvd/libcvd/cvd/documentation.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- documentation.h     10 Apr 2008 20:00:09 -0000      1.12
+++ documentation.h     10 Apr 2008 23:33:47 -0000      1.13
@@ -110,6 +110,26 @@
        - IRIX SGI O2: MIPS
 
   
+\section Compiling
+
+The normal system works:
address@hidden
+       ./configure
+       make 
+       make install
address@hidden
+
+libCVD fully supports parallel builds (<code>make -J2</code> for instance).
+
+\subsection scBugs Compiler bugs
+       There are a few known compiler bugs which affect libCVD on various 
platforms.
+
+       - ppc-darwin (Mac OS X, on PPC)
+               - Does not support gcc 3.3 (20030304) due to possible compiler 
bug.
+               - Workaround: none. Install a more recent compiler.
+       - arm-linux (cross compiler running on i686-pc-linux-gnu)
+               - Internal compiler error with: gcc version 3.4.0 20040409 
(CodeSourcery ARM Q1 2004)
+               - Workaround: remove <code>cvd_src/videosource.cpp</code> from 
<code>Makefile</code>
 */
 
 ///////////////////////////////////////////////////////




reply via email to

[Prev in Thread] Current Thread [Next in Thread]