| make error with -l library flag [message #1001009] |
Tue, 15 January 2013 16:13  |
Ray Mitchell Messages: 2 Registered: January 2013 |
Junior Member |
|
|
Hello,
I'm using Eclipse CDT on Ubuntu with the standard Linux GCC Toolchain and I need to link in the math library. Using the -l linker flag does eliminate the "unresolved reference" errors for the math library function calls in my code but whenever I do use the -l linker flag I get the following:
Building target: Ex15a
Invoking: GCC C Linker
gcc -l -o "Ex15a" ./Ex15a1_main.o
gcc: error: Ex15a: No such file or directory
make: *** [Ex15a] Error 1
Thanks,
Ray
[Updated on: Tue, 15 January 2013 18:29] Report message to a moderator
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.02655 seconds