[Doxygen-develop] problems compiling 1.2.16_1
Brought to you by:
dimitri
From: Todd K. <ko...@au...> - 2002-07-15 21:30:10
|
Hi, Problem : g++ spends forever, over 50 minutes, compiling config.cpp. It doesn't finish. I've stopped it after 50 minutes. c++ -c -O -pipe -D_THREAD_SAFE -Wall -W -I../qtools -o ../objects/config.o config.cpp Environment : FreeBSD 4.5. gcc-3.1.0 The same problem existed when I tried to compile using gcc 2.95.3. When I tried to compile it with gcc-3.0.4 it worked fine. I couldn't use this thought because I ended up having some compiler config issues so I reinstalled and used gcc-3.1.0 I don't know if this is a problem with my configuration or a bug. I noticed that it says in certain environments compiling config.cpp uses a lot of memory. But this didn't ever finish. Any help or suggestions are appreciated. Thanks, Todd |