Alexander K. Hansen wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> System: G4/867 single processor (one might have guessed some flavor of
> PowerPC since mplayer and Macintels don't get along
> OS: 10.5.1
>
> The issue isn't restricted to the altivec variant. It seemingly doesn't
> detect X11 (Apple's + the XQuartz 2.1.3 update):
>
> ...
> Checking for X11 headers presence ... yes (using /usr/X11/include)
> Checking for X11 libs presence ... not found (check if the dev(el)
> packages are
> installed)
> Checking for X11 ... no
The test in configure is
if test -d "$I" && ( test -f "$I/libX11.so" || test -f
"$I/libX11.a" || test -f "$I/libX11.dll.a" ) ; then
This worked in Tiger, because a static libX11.a was available. In
Leopard, only the dynamic libX11.dylib exists. The test should be
patched to look for dylibs instead of so's and dll's.
--
Martin
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users