Hi Daniel: It seems that many perl library symbols are not being found.
Where is perl installed? Somehow is seems that the step:
LD_RUN_PATH="/opt/local/lib" env MACOSX_DEPLOYMENT_TARGET=10.6 \
/usr/bin/gcc-4.2 -shared -L/opt/local/lib -L/usr/local/lib \
PLplot.o -o blib/arch/auto/PDL/Graphics/PLplot/PLplot.bundle \
-L/opt/local/lib -lplplotd -lX11 \
which on my Linux machine does not check for perl libraries does so (and
fails to find them) on your Mac. I don't know enough about Mac
development to understand this. I'm CC'ing the PDL list, maybe someone
there has some ideas.
Regards,
Doug Hunt
dhunt@ucar.edu
Software Engineer
UCAR - COSMIC, Tel. (303) 497-2611
On Thu, 7 Jul 2011, Daniel P. Atwater via RT wrote:
Show quoted text> Thu Jul 07 00:36:02 2011: Request 69328 was acted upon.
> Transaction: Ticket created by dpath2o
> Queue: PDL-Graphics-PLplot
> Subject: Fail on Architecture x86_64
> Broken in: 0.56
> Severity: Important
> Owner: Nobody
> Requestors: danielpath2o@gmail.com
> Status: new
> Ticket <URL:
https://rt.cpan.org/Ticket/Display.html?id=69328 >
>
>
> Please see attached file for details.
>
> This is perl 5, version 12, subversion 3 (v5.12.3) built for darwin-multi-2level
>
> Darwin ath2o.mac.jcu.edu.au 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT
> 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386
>
> In the Makefile.PL I had to add ``/opt/local/include/plplot'' so that make could find the header
> file plplot.h
>
> I used MacPorts to install plplot and there is no issue in using plplot in C code.
>