From: Alan W. I. <ir...@be...> - 2005-04-09 05:17:03
|
On 2005-04-08 10:17-0700 Alan W. Irwin wrote: > On 2005-04-08 14:20+0200 Hans Karlsson wrote: > >> >> I'm trying to install plplot on a AMD64 running Linux x86_64 >> under Fedora3. >> >> C and C++ works fine when I runs plplot-test.sh but >> for f77 it complains about "Segemtation fault" >> >> I guess I have to change some flags in the makefile. >> How do I fix it? > > None of the developers have access to that platform, and this is the first > report (either positive or negative) we have heard about it. Thanks to Peter Teuben's efforts a solution has apparently been found. Try changing typedef long PLINT; ==> typedef int PLINT in include/plplot.h. This fixes up a mismatch between the integer precision in fortran and the integer precision of C long for this platform. I hope we can make a more general solution in the CVS version of PLplot in the near term. Alan __________________________ Alan W. Irwin email: ir...@be... phone: 250-727-2902 Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); PLplot scientific plotting software package (plplot.org); the Yorick front-end to PLplot (yplot.sf.net); the Loads of Linux Links project (loll.sf.net); and the Linux Brochure Project (lbproject.sf.net). __________________________ Linux-powered Science __________________________ |