Package: tclodbc
Version: 2.5-4
Severity: serious

Hi,

Your package is failing to build with the following error:
gcc -pipe -shared -o libtclodbc2.5.so tclobj.o tclodbc.o database.o statemnt.o 
strings.o encoding.o -L/usr/lib -lodbc -lodbcinst  -L/usr/lib -ltclstub8.4
/usr/bin/ld: tclobj.o: relocation R_X86_64_32 against `a local symbol' can not 
be used when making a shared object; recompile with -fPIC
tclobj.o: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[1]: *** [libtclodbc2.5.so] Error 1

When compiling for a shared library you need to make the library PIC.
Please see section 10.2 of the policy.


Kurt




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to