On 22/02/12 11:49, smail MERABET wrote: [] > checking for f77... f77 > checking whether we are using the GNU Fortran 77 compiler... no [] > checking for f77 option to produce PIC... -fno-common > checking if f77 PIC flag -fno-common works... rm: conftest.dSYM: is a > directory > no > checking if f77 supports -c -o file.o... rm: conftest.dSYM: is a directory > yes > checking whether the f77 linker > (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared > libraries... yes > checking dynamic linker characteristics... getopt: illegal option -- p > getopt: illegal option -- p > darwin10.8.0 dyld
There is something fishy with your "f77" Fortran compiler. It does not understand the usual options -fno-common and -print-search-dirs. [] > fink-package-precedence --prohibit-bdep=opensp5-dev . [] > Scanning binaries for incorrect dyld linking... > /usr/bin/otool: unknown char `n' in flag -common [] > Error reading /usr/bin/otool -L: 256 > ### execution of fink-package-precedence failed, exit code 1 > Removing runtime build-lock... > Removing build-lock package... > /sw/bin/dpkg-lockwait -r fink-buildlock-opensp5-shlibs-1.5.2-3 > (Lecture de la base de données... 162708 fichiers et répertoires déjà > installés.) > Suppression de fink-buildlock-opensp5-shlibs-1.5.2-3 ... > Failed: phase compiling: opensp5-shlibs-1.5.2-3 failed The failure of fink-package-precedence in otool indicates that somehow the build process created a file named "-common". My wild guess is that the "f77" compiler did this when it misunderstood some test. I suggest 1. Move "f77" out of the way. Find it via `which f77`. 2. Try `fink install opensp5-shlibs` again. 3. If this worked, try `fink install matplotlib-py26`. And 4. please do not send 2.5MB of output to the mailing list. It's rude. -- Martin ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
