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

_______________________________________________
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to