Re: [Doxygen-develop] problems compiling 1.2.16_1
Brought to you by:
dimitri
From: Anthony K. <Ant...@bt...> - 2002-07-16 00:59:39
|
A few hours? I stopped it after a few seconds... A simple fix is to compile it without the -O by hand, takes less than a second here. make wont rebuild it if its newer than the source file. You really don't need to aggresively optimise that particular source file, since it is only the parser for the configuration files, and bison generates pretty fast code anyway. Anthony ----- Original Message ----- From: "Todd Kokoszka" <ko...@au...> To: "Todd Kokoszka" <ko...@ma...> Cc: <dox...@li...> Sent: Monday, July 15, 2002 9:21 PM Subject: Re: [Doxygen-develop] problems compiling 1.2.16_1 > Apparently I didn't let it try long enough. It's been a few hours and it > looks ok. > > Sorry about the email. > > Todd > > On Mon 15 Jul 2002 at 21:15:57 +0200, Todd Kokoszka wrote: > > 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 > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Doxygen-develop mailing list > > Dox...@li... > > https://lists.sourceforge.net/lists/listinfo/doxygen-develop > > > > > ------------------------------------------------------- > This sf.net email is sponsored by: Jabber - The world's fastest growing > real-time communications platform! Don't just IM. Build it in! > http://www.jabber.com/osdn/xim > _______________________________________________ > Doxygen-develop mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-develop |