05-24-07 12:20 AM
On May 21, 11:35 am, seema <seema_c...@yahoo.co.in> wrote:
> Hi all,
> I am new to Unix programming. I have a problem I am getting strange
> error thrown out by ld
>
> seema@neo>gcc d.c -L$my_pro/ -lvtshr
> /usr/library/seema/myproject//libvtshr.so: undefined reference to `no
> symbol'
>
> I searched on the source code of libvtshr and couldnt find anything
> usefull. I tried my hand on nm and objdump too,
> there is not a single reference to the above mentioned symbol. Can
> some body explain what is the best way to
> figure out the reference in the source?
d.c shold make a reference to a symbol called 'no symbol', and the
linker tells you that it cannot find it in libvtshr.a neither in all
the standard libraries.
[ Post a follow-up to this message ]
|