after having reinstalled fink and gcc45 (which needs a download of the java package from developers.apple.com because Apple has broken some dependencies in the packages and gcc45 contains par default also java) gfortran is accessible and compiles pmx2521.f out of the box, barsant.pmx is translated into barsant.tex without problems.
when specifying to link against the static gfortran and gcc-system libraries, the dependencies on libgfortran.*.dylib and libgcc_s.*.dylib disappear. gfortran -o pmx2521.o -c pmx2521.f gfortran -o pmxab -static-libgfortran -static-libsystem pmx2521.o yields $ otool -L pmxab /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.2.1) thus only what appears to be a basic system library is left as dependency. The pmxab binary increases thereby by roughly 200k, peanuts in our days. If anyone wants to try whether this binary runs on her/his Mac (OS X Version 10.6), I'll send you the file for testing. Jill-Jênn: in case the binary runs also on other machines, with the same version of Mac OS I'll let you know. We could provide different statically linked pmx versions on WIMA for those who don't happen to have gfortran installed on their computer. best regards Bernhard ------------------------------- [email protected] mailing list If you want to unsubscribe or look at the archives, go to http://tug.org/mailman/listinfo/tex-music

