RE: compiling gcc-4.0.2 on solaris 9

2005-11-22 Thread Douglas B. Jones
On its' way. Thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Botcazou Sent: Tuesday, November 22, 2005 3:22 PM To: [EMAIL PROTECTED] Cc: gcc@gcc.gnu.org Subject: Re: compiling gcc-4.0.2 on solaris 9 > It is 4325 lines, should I just email i

RE: compiling gcc-4.0.2 on solaris 9

2005-11-22 Thread Douglas B. Jones
It is 4325 lines, should I just email it to you instead of the whole group? Thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Botcazou Sent: Tuesday, November 22, 2005 3:00 PM To: [EMAIL PROTECTED] Cc: gcc@gcc.gnu.org Subject: Re: compiling gcc

RE: compiling gcc-4.0.2 on solaris 9

2005-11-22 Thread Douglas B. Jones
Ok, just recompiled with the shell as /bin/ksh and CC not defined and got the same errors as last time? Thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Douglas B. Jones Sent: Tuesday, November 22, 2005 1:36 PM To: gcc@gcc.gnu.org Subject: RE

RE: compiling gcc-4.0.2 on solaris 9

2005-11-22 Thread Douglas B. Jones
configure shell: /bin/sh gnu make: GNU Make 3.80 Although I had #!/bin/sh at the beginning, it was taking my SHELL as tcsh. I have stuck in (via notes) SHELL=/bin/ksh;export SHELL and I am rebuilding it right now. Thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECT

RE: compiling gcc-4.0.2 on solaris 9

2005-11-22 Thread Douglas B. Jones
I put: printenv CC echo $CC which cc in the script and only got output for the which cmd as /opt/SUNWspro/bin/cc. I even reran the script with CC not set, just to make sure. Thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Botcazou Sent: Tue

RE: compiling gcc-4.0.2 on solaris 9

2005-11-22 Thread Douglas B. Jones
Ok, here is my script (note I am in a directory with only the script below when I execute the script below): CC=cc /export/home/src/net/gnu/gcc-4.0.2/configure gmake bootstrap>make_err 2>&1 I get the exact same errors (at least as far as I see). Also, I had actually looked at the two links belo

RE: compiling gcc-4.0.2 on solaris 9

2005-11-21 Thread Douglas B. Jones
here the sparcv9-*-solaris2* which sent me to sparc64-*-solaris2* on install/specific. html. Should I have been looking somewhere else? Thanks everyone for the help you have given to one who is not too familiar with compiler work. Thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:

compiling gcc-4.0.2 on solaris 9

2005-11-18 Thread Douglas B. Jones
(NOTE: I originally posted this to gcc-help, but only got one response that the sender said they had posted a similar posting a while back and got no responses. So, I am reposting the below to gcc in hopes that this might be a better place to post this question.) I am on: SunOS hostname 5.9 Gene