Re: Error in libstdc++ buildworld

2000-11-20 Thread David O'Brien
On Sun, Nov 19, 2000 at 12:45:11PM -0600, Mark R Grant wrote: 1. I cleaned up the source directories using "cd /usr ; make cleandir" 2. I cleaned up the object directories using "cd /usr/obj ; chflags -R noschg * ; rm -rf *" These two steps should be reversed. The `make cleandir' in #1

Re: Error in libstdc++ buildworld

2000-11-20 Thread John Polstra
In article [EMAIL PROTECTED], David O'Brien [EMAIL PROTECTED] wrote: One cannot "upgrade"[*] to -CURRENT using he "RELENG_4" tag. The "RELENG_4" is the 4.x code base. To get -CURRENT source one would use no tag. Not correct! One should use "tag=.". If he uses no tag then he'll get the RCS

Error in libstdc++ buildworld

2000-11-19 Thread Mark R Grant
FreeBSD user since 2.x, but never attempted to make/build/install world. While doing 'make -j2 buildworld': === libstdc++ ~~~deleted a couple hundred lines between, then got here: cc -pg -O -pipe -I/usr/src/gnu/lib/libstdc++ -I/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/include

Re: Error in libstdc++ buildworld

2000-11-19 Thread Mark R Grant
David O'Brien wrote: On Sun, Nov 19, 2000 at 09:54:58AM -0600, Mark R Grant wrote: FreeBSD user since 2.x, but never attempted to make/build/install world. While doing 'make -j2 buildworld': It would help us immensely if you would give some details of the environment in which you are

Re: Error in libstdc++ buildworld

2000-11-19 Thread David O'Brien
On Sun, Nov 19, 2000 at 10:44:09AM -0600, Mark R Grant wrote: David O'Brien wrote: Respect my "Reply-To: [EMAIL PROTECTED]" or I won't respond to queries for help in the future. Following my interpretation of the instructions in the make.conf file, the CFLAGS line is commented out. I am

Re: Error in libstdc++ buildworld

2000-11-19 Thread Mark R Grant
David O'Brien wrote: Example: 1. I checked out the source using ``cd /usr ; cvs co src'' 2. I then made sure the /usr/obj/ directory existed. 3. I then did ``cd /usr/src ; make world''. [*] "upgrading" to -CURRENT really doesn't mean anything as it isn't a release and for