Re: QT4 beta
I got the two following suggestions (thanks to their respective authors ) :
> Maybe you have to create a symbolic link for /usr/X11R6/lib64?
> For what it's worth, I had a similar problem with compiling mjpegtools
> libraries until I issued:
> export CFLAGS="-fPIC"
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 ?
Where can I get some information about the way the QT3 lib is currently
compiled and packaged ?
jmt
Reply to:
- Follow-Ups:
- Re: QT4 beta
- From: Harald Dunkel <harald.dunkel@t-online.de>