| g++ Linking problem [message #808582] |
Mon, 27 February 2012 18:24  |
Missing name Missing name Messages: 7 Registered: February 2010 |
Junior Member |
|
|
Hi,
I am trying to build a piece of code on 64 bit linux machine gcc ( ++ compiler ) on eclipse IDE
In the linking stage,it throws an error
Invoking: GCC C++ Linker
g++ -L/home/Docs/test1/ -o"test" ./main.o ./wrapper.o -lmylib64
/usr/bin/ld: cannot find -lmylib64
collect2: ld returned 1 exit status
I have included the library in the workfolder and tried giving full path name,absolute path etc..no success..
( The name of the library is mylib64.a)
I am using eclipse version 3.5 .
Any suggestions?
Thanks.
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.06801 seconds