Running gcc on Caldera openserver concurrently with cc
Claudio Bley
bley@cs.uni-magdeburg.de
Fri Feb 22 11:25:00 GMT 2002
>>>>> "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