[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: QT4 beta



jmt wrote:

Which I tried, but it still hangs when getting to compile the OpenGL part :

/usr/bin/ld: /usr/X11R6/lib64/libGL.a(glapi.o): relocation R_X86_64_32 can not
be used when making a shared object; recompile with -fPIC

Does not it look like OpenGL is in fact a 32 bit library ?


No, the problem is that your build is using static
objects (instead of relocatable objects) to build a
shared library.

I would suggest to verify that both shared and static
OpenGL libraries are installed in the same directory.
If the static libs are in lib64, while the shared objects
are in lib, then you might have a problem.

Do you have the NVidia OpenGL stuff installed?


Regards

Harri

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: