P Kishor wrote: > Hi all, > > Still hoping I can make some headway with this. For now, I am stuck > with unable to install PDL with either ::Graphics::TriD or with > ::Graphics::PLplot. > > As shown below, PLplot itself is installed correctly, or at least that > is how it seems. Still hoping I can actually install and use this > software that looks so darn powerful and exciting but seems to require > magic to set it up. Can I do this without changing my religion? > > Any advice or help will be much appreciated.
I'm not sure if this will solve your PDL/PLplot problems because I did not see the warning message that I expected in the output from your PDL build, but it is probably worth a try since it solves what is apparently the same problem on my OS-X box (PPC, 10.4). In the Makefile in PDL/Graphics/PLplot change the line: LDDLFLAGS = -shared -L/usr/local/lib -L/usr/local/lib To: LDDLFLAGS = -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/lib This also assumes that you have rebuilt PLplot with the "standard" install path of "/usr/local/" instead of "/usr/local/plplot/". -Hazen _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
