[Doxygen-users] TOC overflow AIX 4.1
Brought to you by:
dimitri
From: Gregor B. <gre...@bl...> - 2002-02-18 11:12:52
|
I'm trying to compile doxygen on a AIX 4.1 machine. First I runned ./configure --platform aix-g++ --english-only which resulted in a 'virtual memory exhausted' error, as described in = the 'known problems' section of the doxygen documentation. Then I set the --debug option for configuration and encountered to = following error: g++ -o ../bin/doxygen ../objects/main.o -L../lib -ldoxygen -ldoxycfg = -lqtools ld: 0711-781 ERROR: TOC overflow. TOC size: 67988 Maximum size: = 65536 =20 collect2: ld returned 12 exit status = =20 make[1]: *** [../bin/doxygen] Error 1 = =20 I manually added '-mno-fp-in-toc' to all makefiles but it didn't help. Any ideas? Gregor |