Hi,
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
patco
___________________________________________________________________________ Nouveau : téléphonez moins cher avec Yahoo! Messenger ! Découvez les tarifs exceptionnels pour appeler la France et l'international. Téléchargez sur http://fr.messenger.yahoo.com
patco wrote:
Hi,
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
either put it in line40 (OPT_CFLAGS), which is not very clean, since it is not really about "optimization" or put it in line118 (CFLAGS), which is not very clean either, since it interferes with non-linux CFLAGS.
mfg.asd IOhannes
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