This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]