Bug report for gcc 2.95.2 compilation on i386-pc-solaris2.7
Alexandre Oliva
aoliva@cygnus.com
Thu Apr 6 11:44:00 GMT 2000
On Apr 6, 2000, "G. Liu" <gliu@u.washington.edu> wrote:
> I have versoin 2.9.1 of GNU as installed at
> /usr/local/i386-pc-solaris2.7/bin/as.
> ../gcc-2.95.2/configure --with-gnu-as
Unfortunately, I goofed in 2.95.2 and installed an old version of a
patch to improve GNU as support on Solaris/x86. There's a patch to
fix this problem at http://gcc.gnu.org/install/specific.html
> Apparently, /usr/local/i386-pc-solaris2.7/bin/as (version 2.9.1 of gas)
> does not have a "-s" option.
Yup, this is fixed in development releases of GNU binutils.
> Also gcc 2.95.1 running and trying to compile 2.95.2, with gmake, gas, ...
> When building gcc/libgcc2.a
Are you sure ./xgcc is using GNU as, and not /bin/as or something?
Even when you configure --with-gnu-as, this doesn't tell gcc to *look*
for GNU as, it just tells it to assume whatever assembler it finds
*is* GNU as. You may try --with-as=/path/for/as to tell GCC where to
find it. There are more details about this somewhere in the FAQ
http://gcc.gnu.org/cgi-bin/fom.cgi?file=1
--
Alexandre Oliva Enjoy Guaraná, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat company aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org} Write to mailing lists, not to me
More information about the Gcc-bugs
mailing list