Displaying 1 result from an estimated 1 matches for "wndlls".
2005 Apr 01
2
Compiling on AMD64: errors
...rrors, even if I
change the command-line option '-L/usr/lib64' to '-L/usr/lib,' and the
errors claim that it's still looking in /usr/lib64 and finding the
incompatible libs. I tried changing all of the pertinant Makefiles to
point to /usr/lib, but only the Makefile in tools/wndlls/xmaketf
actually had the reference to /usr/lib64, and changing that had no
impact on the build or error.
I tried running `linux32 ./configure` to see if that took care of the
lib issue, but that made things go very, very poorley with the compile.
Errors everywhere.
So how can I tell it to us...