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

undefined symbol


I need some help with an undefined symbol, I know the answer is define
it, but I don't know where it is coming from.

The message from the linker is as follows:

undefined symbol: s_wsfe

but this does not appear to be mangled.

c++filt s_wsfe
s_wsfe

The question then is what is this symbol and where would it be defined?

On SGI (their compiler) the symbol is defined in I77 (linear algebra
math library).

What do I need to do using GCC on LInux to get this symbol defined?

Thanks,
Robert

--
Robert Schweikert                      MAY THE SOURCE BE WITH YOU
rjschwei@mindspring.com                         LINUX




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