Code Comments
Programming Forum and web based access to our favorite programming groups.I'm modifying a physicists fortran code to add some simple plotting. I can do it from scratch, but it seems like I should be able to use the routines in pgplot. On the site for pgplot, however, the anonymous ftp server appears to be down. Somewhere else I found .libs and .dlls for pgplot5. Don't know how to link these in. What I need is the .a file required by g77. That's all. Anybody have an idea where I could get this from? thanks, k Yes, I know I could change languages. This needs to be in fortran for the guy I'm doing it for. Yes, I've looked at other graphics packages - DISLIN, PLPlot, etc., but they only hand out source - and I've already spent FAR more time trying to compile this crap than I would have spent writing home brew stuff to do the simple things I want to do.
Post Follow-up to this messageKeith Green wrote: > I'm modifying a physicists fortran code to add some simple plotting. > I can do it from scratch, but it seems like I should be able to use > the routines in pgplot. On the site for pgplot, however, the > anonymous > ftp server appears to be down. > > Somewhere else I found .libs and .dlls for pgplot5. Don't know how to > link these in. What I need is the .a file required by g77. That's > all. > > Anybody have an idea where I could get this from? > > thanks, > k > > > Yes, I know I could change languages. This needs to be in fortran for > the guy I'm doing it for. > > Yes, I've looked at other graphics packages - DISLIN, PLPlot, etc., > but they only hand out source - and I've already spent FAR more time > trying to compile this crap than I would have spent writing home brew > stuff to do the simple things I want to do. DISLIN is only distributed in binary form with compiled libraries. There are DISLIN distributions for g77 on Windows (Mingw32 and Cygwin ports). Best Regards, ----------- Helmut Michels Max-Planck-Institut fuer Sonnensystemforschung michels@linmpi.mpg.de DISLIN Home Page: http://www.dislin.de
Post Follow-up to this messageThe pgplot source kit should be available from the PGPLOT ftp site. PGPLOT is a little awkward to build. For automated configuring and installation of PGPLOT on linux, I use the shell script here: http://cars9.uchicago.edu/ifeffit/src/PGPLOT_install This downloads the source kit, configures PGPLOT for X11, Postscript, and PNG drivers, and builds libpgplot.a and the demos. That should do most of what you want, or at least get you started. --Matt Newville
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.