Running gcc on Caldera openserver concurrently with cc
Mark L. Wise
mark@alpha2.COM
Fri Feb 22 12:25:00 GMT 2002
Thanks for the info. Now I have two other options and I wonder if you could
help decide the best solution...
1. Should I go ahead and download the binutils (if so, where can I find them
or SCO?)
2. Should I build gcc from source and set the options to use the SCO as?
(If so, how do I do that?
Thanks again for the insight.
Mark
> -----Original Message-----
> From: gcc-help-owner@gcc.gnu.org [mailto:gcc-help-owner@gcc.gnu.org]On
> Behalf Of Claudio Bley
> Sent: Friday, February 22, 2002 1:59 PM
> To: mark@alpha2.COM
> Cc: gcc-help@gcc.gnu.org
> Subject: Re: Running gcc on Caldera openserver concurrently with cc
>
>
> >>>>> "Mark" == Mark L Wise <mark@alpha2.COM> writes:
>
> Mark> Hello! I have installed version 2.95.2 on my Caldera
> Mark> OpenServer 5.0.5. When I try to install/compile samba, it
> Mark> give a message saying that there is a problem with my gcc
> Mark> installation and it cannot create executables.
>
> Mark> I tried a simple program...
>
> Mark> int main(void) { printf("Hello world!\n"); }
>
> Mark> and compiled it...
>
> Mark> bash-2.03$ gcc greet.c -o greet UX:as: ERROR: Illegal option
> Mark> -- b UX:as: TO FIX: Usage: [-Qyn] [-VTRmn] [-Ydm,dir] [-o
> Mark> outfile] [-t target] file . .. bash-2.03$
>
> Mark> Any idea what I am doing wrong?
>
> Did you install a binary version of gcc? If so, you might need to
> install binutils too, because presumably gcc was configured to use GNU
> `as' of the binutils and it doesn't work with the version of `as'
> you've installed currently.
>
> Claudio
>
More information about the Gcc-help
mailing list