Hello, I am trying to install matplotlib-py25 on my new iMac. I have installed the latest version of Xcode as well as gfortran. The problem seems to come from the fact that there are no .a or .la libraries available in /usr/X11/lib, only .dylib On my old mac under MacOS 10.4, the static libraries (.a) where there, so that everything works fine. This problem occurs for example during the installation of libjasper.1 Error message: /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -L/usr/X11R6/ lib -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/ Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/ OpenGL.framework/Versions/A/Libraries/libGL.dylib -L/sw/lib -o jiv jiv.o ../libjasper/libjasper.la -lglut -lGL -lGLU -lSM -lICE -lX11 - lXmu -lXi -lXext -lXt -L/usr/X11/lib -lm -ljpeg libtool: link: cannot find the library `/usr/X11/lib/libXext.la' or unhandled argument `/usr/X11/lib/libXext.la'
but I also saw the same message when trying to link againts other X11 libraries. Is there a way to generate the libtool .la files from the .dylib, or to get the package to directly look for the .dylib library. Thanks in advance for your help, Eric ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
