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]
Other format: [Raw text]

gcc 2.95.3 linker problems


Dear gcc-experts,

I´m using the gcc 2.95.3 compiler on a
suse linux 8.0 system.

Normal c-programs run fine. However when I use math-functions
as "exp", or "log" the linker claims unresolved     external funktion.

Putting  -lm  into the command line, as recommended results in  "command not found".
On -l with the complete path of the libc.a library the linker claims not to find the dataset, which is definitely available.

Your advice will be highly appreciated.

Best regards

	J. Bucher 


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