albertz / music-player

Music player - endlessly plays your music
http://albertz.github.io/music-player/
BSD 2-Clause "Simplified" License
490 stars 58 forks source link

Dynamic libraries must be compiled with -fpic on linux #12

Closed paol closed 11 years ago

paol commented 11 years ago

Hi, In order to build the project in Linux I had to manually add the -fpic option to gcc (in compile.py). AFAIK -fpic is always required when creating dynamic libraries.

albertz commented 11 years ago

I added that, thanks.