Re: problem compiling on x86_64 (Slamd64)

2005-08-22 Thread Nathan Becker
I eventually was able to compile LyX by temporarily hiding my 32-bit 
version of the GL library and creating a link to the 64-bit version. 
There was the same problem with the artsd library as well.


Since the program now runs perfectly as a 64-bit binary, I suspect that Qt 
is not improperly linked.  Maybe there is some generic linking that LyX is 
using for all of Qt that has a hardcoded path for some of these libraries? 
I don't really know; I searched the Makefiles but could not figure it out.



LyX itself does not use libGL directly. Could it be that you Qt is
linked wrongly?

Andre'



Re: problem compiling on x86_64 (Slamd64)

2005-08-22 Thread Nathan Becker
I eventually was able to compile LyX by temporarily hiding my 32-bit 
version of the GL library and creating a link to the 64-bit version. 
There was the same problem with the artsd library as well.


Since the program now runs perfectly as a 64-bit binary, I suspect that Qt 
is not improperly linked.  Maybe there is some generic linking that LyX is 
using for all of Qt that has a hardcoded path for some of these libraries? 
I don't really know; I searched the Makefiles but could not figure it out.



LyX itself does not use libGL directly. Could it be that you Qt is
linked wrongly?

Andre'



Re: problem compiling on x86_64 (Slamd64)

2005-08-22 Thread Nathan Becker
I eventually was able to compile LyX by temporarily hiding my 32-bit 
version of the GL library and creating a link to the 64-bit version. 
There was the same problem with the artsd library as well.


Since the program now runs perfectly as a 64-bit binary, I suspect that Qt 
is not improperly linked.  Maybe there is some generic linking that LyX is 
using for all of Qt that has a hardcoded path for some of these libraries? 
I don't really know; I searched the Makefiles but could not figure it out.



LyX itself does not use libGL directly. Could it be that you Qt is
linked wrongly?

Andre'



problem compiling on x86_64 (Slamd64)

2005-08-15 Thread Nathan Becker
I'm having trouble compiling LyX 1.3.6 on an AMD64 machine.  For some 
reason LyX is looking in the /usr/lib directory for some libraries even 
though all environment variables point it to /usr/lib64


Here is the error message:
/usr/lib/libGL.so: could not read symbols: File in wrong format

It should be trying to use /usr/lib64/libGL.so

The library path is set appropriately in the Makefile.

Thanks for your help.


problem compiling on x86_64 (Slamd64)

2005-08-15 Thread Nathan Becker
I'm having trouble compiling LyX 1.3.6 on an AMD64 machine.  For some 
reason LyX is looking in the /usr/lib directory for some libraries even 
though all environment variables point it to /usr/lib64


Here is the error message:
/usr/lib/libGL.so: could not read symbols: File in wrong format

It should be trying to use /usr/lib64/libGL.so

The library path is set appropriately in the Makefile.

Thanks for your help.


problem compiling on x86_64 (Slamd64)

2005-08-15 Thread Nathan Becker
I'm having trouble compiling LyX 1.3.6 on an AMD64 machine.  For some 
reason LyX is looking in the /usr/lib directory for some libraries even 
though all environment variables point it to /usr/lib64


Here is the error message:
/usr/lib/libGL.so: could not read symbols: File in wrong format

It should be trying to use /usr/lib64/libGL.so

The library path is set appropriately in the Makefile.

Thanks for your help.