[PD] Can't compile zexy [was: Re: [textfile] behavior]

Georg Holzmann grhPD at gmx.at
Sun Mar 4 17:31:12 CET 2007


David F. Place schrieb:
> Thanks for the tip.  I tried to compile the zexy library, but got an error.
> 
> gcc -export_dynamic -shared -o zexy.pd_linux  *.o -lm -lc
> /usr/bin/ld: a2l.o: relocation R_X86_64_32 against `a local symbol' can 
> not be used when making a shared object; recompile with -fPIC
> a2l.o: could not read symbols: Bad value
> collect2: ld returned 1 exit status
> make: *** [zexy] Error 1

you need to add "-fPIC" in the makefile to the compiler options !

LG
Georg




More information about the Pd-list mailing list