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: build of egcs-1.0.1 on mips-sgi-irix6.3


	   /local/egcs-objdir/gcc/xgcc -B/local/egcs-objdir/gcc/
	     -g -O2 -fno-implicit-templates
	     -mabi=64  -shared -o libstdc++.so.2.8.0 `cat piclist` -lm

	   ld: FATAL 9: I/O error (-lm): No such file or directory

You need to install the math library.  You probably have the O32 libraries
installed, but you have not installed the N32 libraries that gcc is trying
to use.

Jim


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