|
From: Michel P. <Mic...@en...> - 2003-12-21 17:54:11
|
Dear Alan, I finally got a working version of plplot on Mac OS X 10.3 with the tarfile 5.2.1, using --disable-shared and --disable-dyndrivers. Without any one of these options the compilation fails. The problem I had with undefined "restFP" and "saveFP" when compiling plplot fortran programs has been solved by a web search. The programs have to be linked with /usr/lib/libgcc.a and /usr/lib/libcc_dynamic.a (i.e. I must add -lgcc and -lcc_dynamic to my g77 compilation command) This solution is certainly not the best but it works on Mac OS X 10.3, with fortran, and this is really useful for me. Michel %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Michel Peyrard, Professeur % Ph: +33 (0)4 7272 8374 % % Laboratoire de Physique % Fax: +33 (0)4 7272 8080 % % Ecole Normale Sup=E9rieure de Lyon % e-mail:Mic...@en... % % 46 all=E9e d'Italie % perso.ens-lyon.fr/michel.peyrard % % 69364 Lyon Cedex 07, France % (GPG key available on home page) % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |