Re: problems with "-O -pipe" in guile port

2000-04-17 Thread Warner Losh
In message <[EMAIL PROTECTED]> Charlie Root writes: : I can't remember exactly but i think that the compiler was in the : wait state and not taking any process time. I could be wrong. could : check if sombody wants me too. When I checked into the problem here, cc1plus was eating 100% of the cpu t

Re: problems with "-O -pipe" in guile port

2000-04-17 Thread Charlie Root
>From [EMAIL PROTECTED] Mon Apr 17 11:07:13 2000 >To: Martin Cracauer <[EMAIL PROTECTED]> >Subject: Re: problems with "-O -pipe" in guile port >Cc: James Halstead <[EMAIL PROTECTED]>, >[EMAIL PROTECTED] >In-reply-to: Your mes

Re: problems with "-O -pipe" in guile port

2000-04-17 Thread Warner Losh
In message <[EMAIL PROTECTED]> Martin Cracauer writes: : In <[EMAIL PROTECTED]>, James Halstead wrote: : > /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../libguile -O :-pipe -Wall -Wpointer-arith -Wmissing-prototypes -c qtmds.s : > rm -f .libs/qtmds.lo : > cc -DHAVE_CONFIG

Re: problems with "-O -pipe" in guile port

2000-04-17 Thread Martin Cracauer
In <[EMAIL PROTECTED]>, James Halstead wrote: > /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../libguile -O >-pipe -Wall -Wpointer-arith -Wmissing-prototypes -c qtmds.s > rm -f .libs/qtmds.lo > cc -DHAVE_CONFIG_H -I. -I. -I../libguile -O -pipe -Wall -Wpointer-arith >-Wmis

Re: problems with "-O -pipe" in guile port

2000-04-10 Thread Warner Losh
In message <[EMAIL PROTECTED]> James Halstead writes: : I was trying to install gnome from ports cvsup'd today and i kept getting : stuck when building guile. cc never crashed however it seemed to be stuck in : an infinite loop(i stopped it after about 2 hours). when i remove "-O -pipe" : from th

problems with "-O -pipe" in guile port

2000-04-10 Thread James Halstead
I was trying to install gnome from ports cvsup'd today and i kept getting stuck when building guile. cc never crashed however it seemed to be stuck in an infinite loop(i stopped it after about 2 hours). when i remove "-O -pipe" from the qt makefile it seems to compile fine. is this a compilier p