Re: [PD] OSCx fails to build on intel core 2 duo
Ken Restivo wrote: > make[1]: Leaving directory > `/usr/scratch/backports/pd/externals-expanded-extra-whatever/cvs-externals/OSCx/libOSC' > cd src && make > make[1]: Entering directory > `/usr/scratch/backports/pd/externals-expanded-extra-whatever/cvs-externals/OSCx/src' > cc -Wl,-export_dynamic -shared -o sendOSC.pd_linux sendOSC.o htmsocket.o > OSC-system-dependent.o -L../../../pd/bin -lpd -lc -lm ../libOSC/libOSC.a > /usr/bin/ld: sendOSC.o: relocation R_X86_64_32 against `a local symbol' can > not be used when making a shared object; recompile with -fPIC hmm, the linker tells you to "recompile with -fPIC"; you should do so. apart from that, why not use mrpeach's osc&net externals? these are maintained (so chances are high that -fPIC is already added) and have fewer bugs. fma-dr IO.thetirelessfighteragainstoscx.hannes ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
[PD] OSCx fails to build on intel core 2 duo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 make[1]: Leaving directory `/usr/scratch/backports/pd/externals-expanded-extra-whatever/cvs-externals/OSCx/libOSC' cd src && make make[1]: Entering directory `/usr/scratch/backports/pd/externals-expanded-extra-whatever/cvs-externals/OSCx/src' cc -Wl,-export_dynamic -shared -o sendOSC.pd_linux sendOSC.o htmsocket.o OSC-system-dependent.o -L../../../pd/bin -lpd -lc -lm ../libOSC/libOSC.a /usr/bin/ld: sendOSC.o: relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC sendOSC.o: could not read symbols: Bad value collect2: ld returned 1 exit status Linux asus 2.6.21-rt1-1 #1 SMP PREEMPT Thu May 3 00:41:41 PDT 2007 x86_64 GNU/Linux - -ken -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFG/xB6e8HF+6xeOIcRAvYYAJ9MRVI0GyIRwaP255JPDLaQ8+NIjACg99/K VQED0metvHpTV5b6y/GJWTw= =3nJZ -END PGP SIGNATURE- ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list