On Fri, 17 May 2002, Jeff Whitaker wrote: > On Fri, 17 May 2002, Chris Devers wrote: > > > On Fri, 17 May 2002, Jeff Whitaker wrote: > > > > > It looks like the PGPLOT_DIR environment variable is set to > > > /sw/pgplot, instead of /sw/lib/pgplot. If you updated pgplot and > > > haven't re-executed /sw/bin/init.csh, the old (incorrect) setting > > > will still be in effect. > > > > I have no such environment variable, but pgplot is installed: > > That variable should be set by /sw/etc/profile.d/pgplot.csh. Do you have > that file? If not, the pgplot install is buggered.
Yeah, it's there: % ls -la /sw/etc/profile.d/pgplot.csh -rwxr-xr-x 1 root admin 47 May 13 11:27 /sw/etc/profile.d/pgplot.csh % cat /sw/etc/profile.d/pgplot.csh # pgplot.csh setenv PGPLOT_DIR /sw/lib/pgplot Here's the end of the build log from the most recent attempt: ******************** Writing Makefile for PGPLOT make cp PGPLOT.pm blib/lib/PGPLOT.pm /usr/bin/perl -I/System/Library/Perl/darwin -I/System/Library/Perl /System/Library/Perl/ExtUtils/xsubpp -typemap /System/Library/Perl/ExtUtils/typemap -typemap typemap PGPLOT.xs > PGPLOT.xsc && mv PGPLOT.xsc PGPLOT.c Please specify prototyping behavior for PGPLOT.xs (see perlxs manual) cc -c -I/sw/lib/pgplot -I/sw/pgplot -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include -O3 -DVERSION=\"2.18\" -DXS_VERSION=\"2.18\" -I/System/Library/Perl/darwin/CORE PGPLOT.c Running Mkbootstrap for PGPLOT () chmod 644 PGPLOT.bs rm -f blib/arch/auto/PGPLOT/PGPLOT.bundle LD_RUN_PATH="/sw/lib/pgplot:/usr/X11R6/lib:/usr/lib" cc -flat_namespace -bundle -undefined suppress -L/usr/local/lib PGPLOT.o -o blib/arch/auto/PGPLOT/PGPLOT.bundle -L/sw/lib/pgplot -L/sw/lib -lcpgplot -L/usr/X11R6/lib -lX11 -L/usr/lib -L/usr/lib -lg2c -lm chmod 755 blib/arch/auto/PGPLOT/PGPLOT.bundle cp PGPLOT.bs blib/arch/auto/PGPLOT/PGPLOT.bs chmod 644 blib/arch/auto/PGPLOT/PGPLOT.bs Manifying blib/man3/PGPLOT.3 rm -rf /sw/src/root-pgplot-perl-2.18-2 mkdir -p /sw/src/root-pgplot-perl-2.18-2/sw mkdir -p /sw/src/root-pgplot-perl-2.18-2/DEBIAN cc -o blib/arch/auto/PGPLOT/PGPLOT.bundle -bundle -flat_namespace -undefined suppress PGPLOT.o -L/sw/lib/pgplot -L/sw/lib -lcpgplot -lpgplot -lpng -L/usr/X11R6/lib -lX11 -L/usr/lib -lg2c -framework Foundation -framework AppKit /usr/bin/ld: can't locate file for: -lpgplot ### failed, exit code 1 Failed: installing pgplot-perl-2.18-2 failed ******************** So, manually adding the variable brought things farther along, but not far enough to get past all the problems. -- Chris Devers [EMAIL PROTECTED] Apache / mod_perl / http://homepage.mac.com/chdevers/resume/ "More war soon. You know how it is." -- mnftiu.cc _______________________________________________________________ Hundreds of nodes, one monster rendering program. Now that�s a super model! Visit http://clustering.foundries.sf.net/ _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
