Re: ld error gcc aix

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>>>>> mla writes:

> Does anybody know why im getting the error:
> 
> g++ -o file1 -g -static-libgcc -b64 -L/usr/local/lib 
> file1.o file2.o file3.o file4.o file5.o  
> /usr/local/lib/libfcgi.a   -lstdc++
> 
> ld: 0711-715 ERROR: File cgijgui.o cannot be
> processed.
>         The file must be an object file, an import
> file, or an archive.

	"-b64" is not a GCC option, it is an AIX C option.  It is having a
different effect than you intend when used with gcc.

David


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux