Hi Bob,
I am running Ubuntu 8.10 x86_64. If I run
./configure --prefix=/usr/local
make xlinrad
if fails looking at my libX11 files, even though I have both 32 and 64
bit versions. The message is that we are skipping incompatible libraries.
It seems nobody on this list has an answer:-(
First of all, you add --prefix=/usr/local to the configure
command. Why is that? Have you tried without it?
The Makefile that the configure script generates has
a specific option -m32 to gcc to tell it that the code
should be built for the 32 bit memory model. I thought
that should be enough to tell the linker what libraries
to use. I think others have compiled sucessfully on 64
bit systems, but I am not quite sure.
Maybe the problem is the god old standard one: Some
package is missing and the error message is confusing;-)
73
Leif / SM5BSZ
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Linrad" group.
To post to this group, send email to linrad@xxxxxxxxxxxxxxxx
To unsubscribe from this group, send email to
linrad+unsubscribe@xxxxxxxxxxxxxxxx
For more options, visit this group at
http://groups.google.com/group/linrad?hl=en
-~----------~----~----~----~------~----~------~--~---