linker error on shared object: sleep: invalid version 3 (max 0)
Ian Lance Taylor
iant@google.com
Thu Jul 2 22:11:00 GMT 2009
Amitava Dutta <ad_101@yahoo.com> writes:
> /usr/local/bin/ld: ./bin/../sobin/libgs.so: sleep: invalid version 3 (max 0)
> ./bin/../sobin/libgs.so: could not read symbols: Bad value
This is actually a GNU linker issue, not a gcc issue. You may have
better luck asking on binutils@sourceware.org. See
http://sourceware.org/binutils/ for more information.
The error message means that a symbol had version index 3, but there
were no defined versions. Or something like that. I don't know how
that could happen, given that the file was built using the GNU linker.
Ian
More information about the Gcc-help
mailing list