Author Topic: Error: /bin/ld: ./libbassmix.so: .dynsym local symbol at index 2 (>= sh_info of  (Read 144 times)

gigi0ne

  • Posts: 40
hello all, compiling a small test program with lazarus,
the compiler gives me these errors when I use libbass.

Error: /bin/ld: ./libbassmix.so: .dynsym local symbol at index 2 (>= sh_info of 2)
Error: /bin/ld: ./libbassmix.so: .dynsym local symbol at index 3 (>= sh_info of 2)

Does anyone have any info please? Thanks Luigi

the libraries are the last


Ian @ un4seen

  • Administrator
  • Posts: 25060
Strange, I've not heard of that before. Are you getting the same messages for libbass.so and other add-ons, or only libbassmix.so? If it's only some, please confirm which are/aren't affected and what version of each you're using.

This suggests that the message is a warning (rather than an error) from certain binutils version(s):

   https://sourceware.org/bugzilla/show_bug.cgi?id=25135

So the build should still succeed. Does it not? One suggestion I saw was to add "-fuse-ld=gold" to the linker options.

gigi0ne

  • Posts: 40
hi ian

only for BassMix, and is only a warning..

Thank's-