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