diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-03-30 19:53:04 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-03-30 19:53:04 (GMT) |
commit | 535ddc3bb7b6a6d4b50855a06838c11b84a9f3fd (patch) | |
tree | dcb3e2354df7b19ebd9458aca416a61d4922bc5c /doc/install.doc | |
parent | 5eeee0ed4c1692c9a367a1232b74e44f1c4a460a (diff) | |
download | Doxygen-535ddc3bb7b6a6d4b50855a06838c11b84a9f3fd.zip Doxygen-535ddc3bb7b6a6d4b50855a06838c11b84a9f3fd.tar.gz Doxygen-535ddc3bb7b6a6d4b50855a06838c11b84a9f3fd.tar.bz2 |
Release-1.3-rc3-20030330
Diffstat (limited to 'doc/install.doc')
-rw-r--r-- | doc/install.doc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/install.doc b/doc/install.doc index a816e8b..9b2f6ac 100644 --- a/doc/install.doc +++ b/doc/install.doc @@ -344,7 +344,7 @@ $(TARGET): $(OBJECTS) $(OBJMOC) $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJMOC) $(LIBS) -Bdynamic \endverbatim -<b>GNU 2.7.2.x compiler problems</b> +<b>GCC compiler problems</b> Older versions of the GNU compiler have problems with constant strings containing characters with character codes larger than 127. Therefore @@ -357,6 +357,9 @@ On some platforms (such as OpenBSD) using some versions of gcc with such as config.cpp. As a workaround use --debug as a configure option or omit the -O2 for the particular files in the Makefile. +Gcc versions before 2.95 may produce broken binaries due to bugs in +these compilers. + <b>Dot problems</b> Due to a change in the way image maps are generated, older versions |