Index: doc/ChangeLog
from Damien Thivolle <damien(a)lrde.epita.fr>
* dev/faq.texi: Update the file.
+2004-04-15 Damien Thivolle <damien(a)lrde.epita.fr>
+
* dev/abstract.texi: Update the file.
* dev/biblio.texi: Update the file.
Index: doc/dev/faq.texi
--- doc/dev/faq.texi Sun, 04 May 2003 21:38:39 +0200 burrus_n (oln/p/44_faq.texi 1.10
600)
+++ doc/dev/faq.texi Thu, 15 Apr 2004 19:28:53 +0200 thivol_d (oln/p/44_faq.texi 1.10
600)
@@ -112,6 +112,12 @@
Run @command{configure CXXFLAGS=''}. See the file
@file{BUILD} at the toplevel source directory.
+@item Explanation 3
+Your compiler has internal problem.
+
+@item Solution 3
+Lower the limit of inlining: set CXXFLAGS_OPTIMIZE to -finline-limit-500 -O2
+
@end table
@unnumberedsubsec Wrong include path
@@ -168,6 +174,22 @@
@end table
+@unnumberedsubsec Errors in standard headers
+
+@cindex errors, in standard headers
+@cindex HP-UX
+@cindex NetBSD
+@cindex @env{CXXFLAGS}
+
+@table @strong
+@item Problem
+The math functions (acos, ...) are not declared.
+
+@item Solution
+Set CXXFLAGS to -includemath.h.
+
+@end table
+
@unnumberedsubsec Invalid data saved on I/O
@cindex big-endian
@@ -188,3 +210,5 @@
generated images are bigger.
@end table
+
+
--
Damien Thivolle
damien.thivolle(a)lrde.epita.fr