Re: Can't get make buildworld to work with recent cvsup. - Addl

2007-02-09 Thread Alain Wolf
On 09.02.2007 03:03, * Nicole Harrington wrote: --- Garrett Cooper [EMAIL PROTECTED] wrote: Nicole Harrington wrote: Something setup wrong some place?? cd /usr/src/lib ; make . c -pg -O2 -fno-strict-aliasing -pipe -march=opteron -I/usr/src/lib/libftpio -Wall -DINET6 -c

Re: Can't get make buildworld to work with recent cvsup. - Addl

2007-02-09 Thread youshi10
On Fri, 9 Feb 2007, Alain Wolf wrote: On 09.02.2007 03:03, * Nicole Harrington wrote: --- Garrett Cooper [EMAIL PROTECTED] wrote: Nicole Harrington wrote: Something setup wrong some place?? cd /usr/src/lib ; make . c -pg -O2 -fno-strict-aliasing -pipe -march=opteron

Can't get make buildworld to work with recent cvsup.

2007-02-08 Thread Nicole Harrington
This seems to be my week for problems. I installed onto a 2 CPU AMD system FreeBSD 6.2-REL amd64 Disk. cvsupped and tried to make buildworld. Any suggestions appreciatted. Thanks Nicole /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/MKnames.awk

Can't get make buildworld to work with recent cvsup. - Addl

2007-02-08 Thread Nicole Harrington
Something setup wrong some place?? cd /usr/src/lib ; make . c -pg -O2 -fno-strict-aliasing -pipe -march=opteron -I/usr/src/lib/libftpio -Wall -DINET6 -c /usr/src/lib/libftpio/ftpio.c -o ftpio.po cc -pg -O2 -fno-strict-aliasing -pipe -march=opteron -I/usr/src/lib/libftpio -Wall -DINET6

Re: Can't get make buildworld to work with recent cvsup. - Addl

2007-02-08 Thread Garrett Cooper
Nicole Harrington wrote: Something setup wrong some place?? cd /usr/src/lib ; make . c -pg -O2 -fno-strict-aliasing -pipe -march=opteron -I/usr/src/lib/libftpio -Wall -DINET6 -c /usr/src/lib/libftpio/ftpio.c -o ftpio.po cc -pg -O2 -fno-strict-aliasing -pipe -march=opteron

Re: Can't get make buildworld to work with recent cvsup. - Addl

2007-02-08 Thread Nicole Harrington
--- Garrett Cooper [EMAIL PROTECTED] wrote: Nicole Harrington wrote: Something setup wrong some place?? cd /usr/src/lib ; make . c -pg -O2 -fno-strict-aliasing -pipe -march=opteron -I/usr/src/lib/libftpio -Wall -DINET6 -c /usr/src/lib/libftpio/ftpio.c -o ftpio.po cc

Re: Can't get make buildworld to work with recent cvsup.

2007-02-08 Thread Kris Kennaway
On Thu, Feb 08, 2007 at 04:26:37PM -0800, Nicole Harrington wrote: /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/make_keys.c /usr/obj/usr/src/tmp/usr/bin/ld: cannot find -lc Usually means that your system clock is wrong. Kris ___