This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Running gcc on Caldera openserver concurrently with cc
- From: "Claudio Bley" <bley at cs dot uni-magdeburg dot de>
- To: mark at alpha2 dot COM
- Cc: gcc-help at gcc dot gnu dot org
- Date: Fri, 22 Feb 2002 19:58:44 +0100
- Subject: Re: Running gcc on Caldera openserver concurrently with cc
- References: <003501c1bbb9$9ff286e0$894d73d1@alpha2.com>
>>>>> "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