|
Home > Archive > Unix Programming > May 2007 > linking problems!!
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
linking problems!!
|
|
|
| Hi all,
I am new to unix programming and I am getting a strange linker error,
seema@neo> cc hi.c -L$myproj_pro -lvtr
/usr/library/myproj_pro/libvtr.so: undefined reference to `no symbol'
Actually i did a thorough search on libvtr source file [c & assembly],
and also tried a hand on objdump and nm
but could not find a reference to 'no symbol'. Can some body give
hints what is the best approach to figure out
the stuff?
Thanks in advance,
Seema Rao
| |
| Thobias Vakayil 2007-05-22, 1:18 am |
| seema wrote:
>Hi all,
>
>I am new to unix programming and I am getting a strange linker error,
>
>seema@neo> cc hi.c -L$myproj_pro -lvtr
>/usr/library/myproj_pro/libvtr.so: undefined reference to `no symbol'
>
>Actually i did a thorough search on libvtr source file [c & assembly],
>and also tried a hand on objdump and nm
>but could not find a reference to 'no symbol'. Can some body give
>hints what is the best approach to figure out
>the stuff?
>Thanks in advance,
>Seema Rao
>
>
>
libvtr.so might be corrupted.
So please check the library.
Regards,
Thobias Vakayil
|
|
|
|
|