Yesterday i've tried to compile csound in xubuntu whit my amd 64 processor.
Running scons i've reached this error:

g++ -o frontends/csladspa/libcsladspa.so -Wl,-Bdynamic -shared frontends/csladspa/csladspa.os -L. -L. -L/usr/local/lib -L. -L. -lcsound64 -lsndfile
/usr/bin/ld: ./libcsound64.a(cfgvar.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: *** [frontends/csladspa/libcsladspa.so] Error 1
scons: building terminated because of errors.

I've used this options whit scons:

scons word64=1 buildrelease=1 buildLoris=0 useDouble=1 usePortAudio=0 buildDSSI=0 buildcsLADSPA=0

Can someone help me? Thanks

Paolo.