I'd actually be happy to get such a version myself.
OK, I will send it over.
Moreover, I am trying to use BASS on my linux home box (ubuntu 10.11 to be specific), and can't even get the netradio example to link. It complains about not having the BASS_* functions:
netradio.c:(.text+0xa): undefined reference to `BASS_GetVersion'
netradio.c:(.text+0x56): undefined reference to `BASS_Init'
netradio.c:(.text+0x82): undefined reference to `BASS_SetConfig'
netradio.c:(.text+0x96): undefined reference to `BASS_SetConfig'
netradio.c:(.text+0xaa): undefined reference to `BASS_SetConfigPtr'
netradio.c:(.text+0xaf): undefined reference to `BASS_Free'
collect2: ld returned 1 exit status
looking at the provided libbass.so provided, they are stripped and do not export any symbols.
Strange. Is that when using the example's makefile included in the BASS package? If not, please give that a try and see if you get the same problem, eg. unzip the BASS package to a fresh folder, open a Terminal window and go to that folder, and type "make".