This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
gcc 2.95.3 linker problems
- From: jbbob at t-online dot de (Jakob Bucher)
- To: "GNU-gcc" <help-gcc at prep dot ai dot mit dot edu>
- Date: 22 Aug 2003 16:52 GMT
- Subject: gcc 2.95.3 linker problems
- Reply-to: <320040615403-0001 at T-Online dot de>
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