<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="+1"><tt>Folks, compilation on amd64 (x86_64 linux) fails<br>
because the scripts attempt to link objects with<br>
libs in /lib and /usr/lib   instead of /lib64 and /usr/lib64.<br>
Of course, the link fails due to incompatible object and<br>
library formats. On fc7 (which is what I am running),<br>
I have 32 bit libs in /lib and /usr/lib <br>
and I have 64 bit libs in /lib64 and /usr/lib64.<br>
<br>
All I did was<br>
./configure<br>
make<br>
<br>
and compilation failed when it attempted to link<br>
an object with /usr/lib/libSDL.so (which is a 32 bit lib).<br>
It should have attempted to link with /usr/lib64/libSDL.so<br>
<br>
JD<br>
</tt></font>
</body>
</html>