This is the mail archive of the gcc@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]

Re: building egcs 1.1.2 on Irix 6.5.4


On Jul 21, 1999, Will Lowe <lowe@asel.udel.edu> wrote:

> I'm building egcs on an Indy running Irix 6.5.4,  and it always bombs out

> /files1/gnu/egcs-1.1.2/irix65/build/gcc/xgcc
> -B/files1/gnu/egcs-1.1.2/irix65/build/gcc/ -g -O2 -fno-implicit-templates
> -mabi=64  -shared -o libstdc++.so.2.9.0 `cat piclist` -lm
> ld64: FATAL   9  : I/O error (-lm): No such file or directory

Looks like you don't have the 64bit math library.  I believe gcc 2.95
will auto-detect this and automatically skip multi-libbing.
Meanwhile, you'll have to configure --disable-multilib.

-- 
Alexandre Oliva http://www.dcc.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
oliva@{dcc.unicamp.br,guarana.{org,com}} aoliva@{acm.org,computer.org}
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
** I may forward mail about projects to mailing lists; please use them


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