[PD] 64bits dilemma (MiXed)

cdr ix at replic.net
Mon Mar 13 09:53:59 CET 2006


> relocation R_X86_64_32 against `s_list' can not be used when making a shared object; recompile
> with -fPIC
> 
> I don't find a place to put the -fPIC flag in makefile.common

just hack it into the CFLAGS somewhere ('CFLAGS=-fPIC make' might even work). it wont solve all 64bit issues, but should at least give you that false sense of security that a successfully-compiled C program gives you..

CCCCCCCCCCCCCC




More information about the Pd-list mailing list