Re: REALLY frustrated with ports problem

2004-03-05 Thread Jonathon McKitrick

Thanks, guys, it was the optimization settings.  I was trying the ones I
found on the bsd-tuning page, and thought -O3 was okay for non-kernel.

You just helped a MAJOR headache go away.  ;-)

NOTE: Please CC me, as I am not currently subscribed.  Thanks.

jm
-- 
My other computer is your windows box.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: REALLY frustrated with ports problem

2004-03-05 Thread Kris Kennaway
On Fri, Mar 05, 2004 at 12:01:36PM +, Jonathon McKitrick wrote:
 
 Thanks, guys, it was the optimization settings.  I was trying the ones I
 found on the bsd-tuning page, and thought -O3 was okay for non-kernel.

Please be sure to tell whoever wrote the bsd-tuning page that
they're giving out bad advice.

Kris


pgp0.pgp
Description: PGP signature


REALLY frustrated with ports problem

2004-03-04 Thread Jonathon McKitrick

What do I have to do to resolve this ports/pthread problem?

I am having this problem with MANY ports recently.  I don't have it on my
4.8 box, but 4.9-stable is turning into a nightmare.

cc -Wall -O3 -pipe -funroll-loops -ffast-math -march=pentiumpro  -I. -I.
-I/usr
/local/include/tk8.4 -I/usr/local/include/tcl8.4 -I/usr/X11R6/include  -o
bltwis  h
-DTCLLIBPATH=\/usr/local/lib//tcl8.4\  ./bltUnixMain.c libBLT.a
-L/usr/loca
l/lib/ -ltk84 -ltcl84 -L/usr/X11R6/lib -lX11 -lm
/usr/X11R6/lib/libX11.so: undefined reference to `pthread_cond_signal'
/usr/X11R6/lib/libXThrStub.so.6: undefined reference to `_Xthr_zero_stub_'
/usr/X11R6/lib/libX11.so: undefined reference to `pthread_cond_broadcast'
/usr/X11R6/lib/libXThrStub.so.6: undefined reference to `_Xthr_self_stub_'
/usr/X11R6/lib/libX11.so: undefined reference to `pthread_cond_init'
/usr/X11R6/lib/libX11.so: undefined reference to `pthread_mutex_unlock'
/usr/X11R6/lib/libX11.so: undefined reference to `pthread_self'
/usr/X11R6/lib/libX11.so: undefined reference to `pthread_mutex_destroy'
/usr/X11R6/lib/libX11.so: undefined reference to `pthread_mutex_lock'
/usr/X11R6/lib/libX11.so: undefined reference to `pthread_cond_wait'
/usr/X11R6/lib/libX11.so: undefined reference to `pthread_cond_destroy'
/usr/X11R6/lib/libX11.so: undefined reference to `pthread_mutex_init'
*** Error code 1

Stop in /usr/ports/x11-toolkits/blt/work/blt2.4z/src.


NOTE: Please CC me, as I am not currently subscribed.  Thanks.

jm
-- 
My other computer is your windows box.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: REALLY frustrated with ports problem

2004-03-04 Thread Khairil Yusof
On Fri, 2004-03-05 at 01:10 +, Jonathon McKitrick wrote:

 What do I have to do to resolve this ports/pthread problem?

 cc -Wall -O3 -pipe -funroll-loops -ffast-math -march=pentiumpro

Lower your optimization settings and get rid of the -ffoo optimisations?
make.conf states you should use -O -pipe only.

Most ports have option to increase the optimisation settings, or add the
correct ones in their Makefiles.

-O3 is going to make your overall system rather unstable.

--
You keep using that word. I do not think it means what you think it
means.

FreeBSD 5.2-CURRENT i386
9:23am  up 21:43, 4 users, load averages: 2.47, 2.76, 2.62


signature.asc
Description: This is a digitally signed message part


Re: REALLY frustrated with ports problem

2004-03-04 Thread Kris Kennaway
On Fri, Mar 05, 2004 at 01:10:46AM +, Jonathon McKitrick wrote:
 
 What do I have to do to resolve this ports/pthread problem?
 
 I am having this problem with MANY ports recently.  I don't have it on my
 4.8 box, but 4.9-stable is turning into a nightmare.
 
 cc -Wall -O3 -pipe -funroll-loops -ffast-math -march=pentiumpro  -I. -I.

Read the sample make.conf and do what it says about optimizations.

Kris


pgp0.pgp
Description: PGP signature