Re: Installing new versions of GCC

2003-01-27 Thread Kris Kennaway
On Mon, Jan 27, 2003 at 10:45:50PM -0600, Mike Meyer wrote: > [Context delete due to top posting.] > > In <001401c2c67e$0e734710$0200a8c0@tjqathlonpc>, Thaddeus J. Quintin ><[EMAIL PROTECTED]> typed: > > First off, that was a typo in my original email. > > I was running make in /usr/ports/lang/gc

RE: Installing new versions of GCC

2003-01-27 Thread Mike Meyer
[Context delete due to top posting.] In <001401c2c67e$0e734710$0200a8c0@tjqathlonpc>, Thaddeus J. Quintin <[EMAIL PROTECTED]> typed: > First off, that was a typo in my original email. > I was running make in /usr/ports/lang/gcc32. > > It doesn't seem right that I should need to delete all of the

RE: Installing new versions of GCC

2003-01-27 Thread Thaddeus J. Quintin
Alrighty then. Now I know! Thanks a lot! Thaddeus >As would be expected. If you plan on recompiling your kernel, >you need to have the "system gcc" around or else things will get screwy. >If you want to compile using gcc32, just use gcc32 intead of gcc. >To get configure to use your new com

Re: Installing new versions of GCC

2003-01-27 Thread Matthew Emmerton
> Wow, Thanks for all of the responses. > > First off, that was a typo in my original email. > > I was running make in /usr/ports/lang/gcc32. > > Now, I tried a few things. I ran 'make clean' to start over, 'make', > 'make deinstall', and then 'make install'. > > When that's done, I end up with gc

RE: Installing new versions of GCC

2003-01-27 Thread Thaddeus J. Quintin
what I need to do. Any advice now that I have this new perspective? Thaddeus -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Mike Meyer Sent: Monday, January 27, 2003 8:57 PM To: Thaddeus J. Quintin Cc: [EMAIL PROTECTED] Subject: Re: Installing new versions

Re: Installing new versions of GCC

2003-01-27 Thread Lowell Gilbert
"Thaddeus J. Quintin" <[EMAIL PROTECTED]> writes: > I downloaded the ports package (/usr/ports) and went into the /lang/gcc > directory. I first tried 'make.' That ran for awhile, but when it > finished, gcc still reported version '2.95.4.' After that, I realized I > should run 'make install.'

Re: Installing new versions of GCC

2003-01-27 Thread Mike Meyer
In <001301c2c665$0d28f620$0200a8c0@tjqathlonpc>, Thaddeus J. Quintin <[EMAIL PROTECTED]> typed: > Greetings- > > I'm a pretty new user of FreeBSD and I've enjoyed every minute of it so > far. > > I'm trying to update gcc via the package/ports system, but I've had a > few problems. > > 'pkg_ad

Re: Installing new versions of GCC

2003-01-27 Thread Matthew Emmerton
> Greetings- > > I'm a pretty new user of FreeBSD and I've enjoyed every minute of it so > far. > > I'm trying to update gcc via the package/ports system, but I've had a > few problems. > > 'pkg_add -r gcc' > > Results in a error message that the file is unavailable. This make > sense, becau