Package: libinstrudeo
Version: 0.1.3-2
Severity: serious

Hi,

Your package is failing to build with the following error:
/usr/bin/ld: /usr/lib/libftgl.a(FTFont.o): relocation R_X86_64_32S against 
`vtable for FTFont' can not be used when making a shared object; recompile with 
-fPIC
/usr/lib/libftgl.a: could not read symbols: Bad value
collect2: ld returned 1 exit status

The problem is that ftgl-dev does not provide a shared version
of the library, only a static one.  If you want to link your
library to it, you will have to use the PIC version of it,
which is libftgl_pic.a, so you use -lftgl_pic.


Kurt



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

Reply via email to