This is the mail archive of the gcc-bugs@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: Small problem with egcs-1.0.2 and Irix 6.2


You need to install the N32 math library from the irix6 CD-ROM.
This isn't installed by default, but gcc requires it.

	Looking around my system, libm.a is contained in /usr/lib.  Changing the
	"specs" to include /usr/lib fixes the problem:

No, that isn't the N32 math library, that is the O32 math library.  Since
Irix6 supports 3 ABIs, it needs 3 different copies of every library.
The N32 libraries that gcc uses are in /usr/lib32.

Jim


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