From: ooOoo <jg3...@ya...> - 2004-07-10 12:36:42
|
Here's a very simple example that *might* get you started: f77 -o x01f -L /usr/local/lib -l plplotf77 x01f.f (This worked for me with 5.3.0 under linux) Substitute -L /usr/local/lib to whatever directory contains the libplplotf77.* files for your installation. Also note that my LD_LIBRARY_PATH includes this same directory (/usr/local/lib in my case): export LD_LIBRARY_PATH=/usr/local/lib (sample bash command to set this environment variable) --- ger...@si... wrote: > > Hi, everybody: > > I have downloaded PLplot and succesfully installed > it (sun4u sparc SunOS > 5.8) . I have run the fortran examples and they all > work. I have read the > manual and familiarized my self with most commands. > > Now, how in the world do I actually compile my own > fortran program that uses > plplot commands? Nowhere in the user's manual is > there a compilation > example and the make files that compile the examples > is HUGE and has a lot > of stuff that I don't understand. > > Does anyone have step-by-step instructions or a > short, specific make file > for a single program? > > The directory where I installed PLplot from is : > /usw/ude/plplot-5.3.1 > > The directory where I installed PLplot into is : > /usw/ude/plplot > > Thanks in advance for any assistance anybody my > provide. > > Germán > > > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & > Training. > Attend Black Hat Briefings & Training, Las Vegas > July 24-29 - > digital self defense, top technical experts, no > vendor pitches, > unmatched networking opportunities. Visit > www.blackhat.com > _______________________________________________ > Plplot-general mailing list > Plp...@li... > https://lists.sourceforge.net/lists/listinfo/plplot-general > __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail |