Hi Simon, Thanks for your answer. You are right regarding the origin of the problem. I solved it by following the advice given in the following webpage:
http://www.dur.ac.uk/physics.astrolab/ppgplot.html Essentially, after the mandatory "make" referred to g77_gcc (is not possible to specify gfortran here) I replaced the FCOMPL and FFLAGC variables in the makefile to: FCOMPL=gfortran FFLAGC=-ffixed-form -ffixed-line-length-none -u -Wall -fPIC -O and that worked fine! Hope this helps other newbies like me. Hernán 2007/10/11, Simon Casassus <[EMAIL PROTECTED]>: > > Hi Hernan, > > I think that's a linking problem related to the latest releases of > gcc, which does not link with g77 compilations. > > I use SuSE 10.2, and could only compile PGPLOT using gfortran rather > than g77. Edit the makefile so that > > FCOMPL=gfortran > > I attach the makefile I eventually used. > > Regards, > > Simon. > > > -- Hernán De Angelis Linux user # 397217 _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
