|
From: Austin A. <aus...@ut...> - 2005-06-14 13:28:47
|
Hi, I'm the dude from Mandriva if you've forgotten. I need a little something fixed in ecore. Our 64-bit X11 libraries live in /usr/X11R6/lib64. I can run configure --x-libraries=/usr/X11R6/lib64, but this does not get respected... I think it's due to this little tidbit: x_libs="-L"$x_dir"/lib -lX11 -lXext"; in configure.in which hard-codes -L$x_dir/lib, then "gcc -lX11" fails. If you could fix the switch or provide some better solution, that would be great. I don't want to hack the Makefile after configuring. Other than that, most x86-64 RPMS are building fine. Thanks, Austin |