| With
scons buildCsoundVST=0 generateTags=1 useJack=1 usePortMIDI=1 \
generateZIP=0 useALSA=1 Word64=1 useDouble=1 useOSC=1 \
buildInterfaces=1 buildTclcsound=1 noDebug=1 buildJavaWrapper=1 \
pythonVersion=2.4 buildPythonOpcodes=1 install=0
it seems OK until.....it is attempting to mix 64 and 32 bit
libraries...and the -fPIC seems to have got lost somewhere, which I
know I inserted.
gcc -Wl,-Bdynamic -shared -o libpy.so Opcodes/py/pythonopcodes.os -L. -L. -L/usr/local/lib64 -L. -L. -L/usr/local/lib -L/usr/lib -L/usr/lib64/python2.4/config -lsndfile -lpython2.4 -lutil -ldl -lm
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.5/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libutil.so when searching for -lutil
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.5/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libutil.a when searching for -lutil
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.5/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libdl.so when searching for -ldl
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.5/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libdl.a when searching for -ldl
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.5/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libm.so when searching for -lm
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.5/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libm.a when searching for -lm
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.5/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libgcc_s.so when searching for -lgcc_s
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.5/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.5/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.5/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libgcc_s.so when searching for -lgcc_s
gcc -Wl,-Bdynamic -shared -o librtpa.so InOut/rtpa.os -L. -L. -L/usr/local/lib64 -L. -L. -lsndfile -lportaudio -ljack -lasound -lpthread
gcc -Wl,-Bdynamic -shared -o tclcsound.so frontends/tclcsound/tclcsound.os frontends/tclcsound/commands.os -L. -L. -L/usr/local/lib64 -L. -L. -lcsound64 -lsndfile -ltcl8.4 -ltk8.4 -ldl -lpthread
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.5/../../../../x86_64-suse-linux/bin/ld: ./libcsound64.a(namedins.o): relocation R_X86_64_32S against `strhash_tabl_8' can not be used when making a shared object; recompile with -fPIC
./libcsound64.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
scons: *** [tclcsound.so] Error 1
scons: building terminated because of errors.
==John ffitch
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net |