> 
> look at this section
> http://sourceforge.net/apps/mediawiki/pdl/index.php?title=Installing_PDL_on_Mac_OS_X#PDL_2
> 
> specifically --
> 
> "
> 
> Look at the errors. Most likely there won't be any. If there are,
> holler on the mailing list, and get help. Otherwise, before going on
> further you have one little tinkering to do to enable PLplot. The
> LDDLFLAGS are still set incorrectly for Mac OS X in the
> Graphics/PLplot/Makefile (note, the Makefile was generated by the perl
> Makefile.PL command). Change the following line:
>   LDDLFLAGS =  -shared -L/usr/local/lib -L/usr/local/lib
> to
>   LDDLFLAGS = -bundle -undefined dynamic_lookup -L/usr/local/lib
> Save the Makefile, then go two levels up to the PDL source directory and run:
>   $ make

Just to confirm - I use a MacPorts installed plplot and the above modifications 
is also what I use in the Makefile. However this should almost certainly be 
fixed in git because the generated Makefile is probably only valid for 
pre-Tiger releases of Mac OS X and I think we can safely say that need OS X >= 
10.5 for PDL without losing too many customers (or the inverse of Puneet's 
solution could be provided on the web site for the 10.4 and earlier versions of 
Mac OS X.

        Cheers,
                J.


_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to