I suggest editing perldl.conf and setting WITH_PLPLOT => 0 As far as I know, the issue you previously reported with PLplot and HDF have not been resolved. However, without those two external dependencies you may be able to get PDL to build. If you do that, do you get a PDL that now has a working TriD?
Cheers, Chris P Kishor wrote: > On Fri, Oct 30, 2009 at 4:23 AM, Michael Dondrup > <[email protected]> wrote: >> Hi, >> >> just to mention it, currently there seems to be a 'two click' solution for >> the Mac for PDL 2.4.5: >> >> cpan> install OpenGL >> cpan> install PDL >> >> That's pretty close to a one- click solution, and miles away from torture to >> me ;) . Works for >> Darwin Seneca.local 9.8.0 Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 >> PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386 i386 >> and This is perl, v5.8.9 built for darwin-2level & gcc 4.0.1 >> >> I never used the advanced graphics features, but even if you want efficient >> data manipulation, sorting and filtering in Perl for large datasets, it is >> outstanding, >> and therefore it is and was worth the time invested in trying to build it. >> Maybe, if more dependencies are activated it gets more trublesome, but it is >> a complex piece of software, >> which integrates many different libraries, thus this cannot come for free. >> > .. > > fwiw, > > cpan[1]> install OpenGL > .. > Running make install > Prepending /Users/punkish/.cpan/build/OpenGL-0.60-FREC9G/blib/arch > /Users/punkish/.cpan/build/OpenGL-0.60-FREC9G/blib/lib to PERL5LIB for > 'install' > Files found in blib/arch: installing files in blib/lib into > architecture dependent library tree > Installing > /usr/local/lib/perl5/site_perl/5.8.8/darwin-2level/auto/OpenGL/OpenGL.bs > Installing > /usr/local/lib/perl5/site_perl/5.8.8/darwin-2level/auto/OpenGL/OpenGL.bundle > Installing /usr/local/lib/perl5/site_perl/5.8.8/darwin-2level/OpenGL.pm > Installing /usr/local/lib/perl5/site_perl/5.8.8/darwin-2level/OpenGL.pod > Installing > /usr/local/lib/perl5/site_perl/5.8.8/darwin-2level/auto/OpenGL/autosplit.ix > Installing /usr/local/lib/perl5/site_perl/5.8.8/darwin-2level/OpenGL/Config.pm > Installing /usr/local/man/man3/OpenGL.3 > Appending installation info to > /usr/local/lib/perl5/5.8.8/darwin-2level/perllocal.pod > CHM/OpenGL-0.60.tar.gz > sudo make install -- OK > > cpan[2]> install PDL > Running install for module 'PDL' > Running make for C/CH/CHM/PDL-2.4.5.tar.gz > Fetching with LWP: > > .. (much later).. > > Undefined symbols: > "_PL_tmps_floor", referenced from: > _PL_tmps_floor$non_lazy_ptr in PLplot.o > "_PL_stack_max", referenced from: > _PL_stack_max$non_lazy_ptr in PLplot.o > "_Perl_stack_grow", referenced from: > _pdl_pladv_redodims in PLplot.o > > .. (about 2000+ such lines) .. > > _XS_PDL_plgriddata in PLplot.o > ld: symbol(s) not found > collect2: ld returned 1 exit status > make[2]: *** [../../blib/arch/auto/PDL/Graphics/PLplot/PLplot.bundle] Error 1 > make[1]: *** [subdirs] Error 2 > make: *** [subdirs] Error 2 > CHM/PDL-2.4.5.tar.gz > /usr/bin/make -- NOT OK > Running make test > Can't test without successful make > Running make install > Make had returned bad status, install seems impossible > Failed during this command: > CHM/PDL-2.4.5.tar.gz : make NO > > > > > > > ------------------------------------------------------------------------ > > > No virus found in this incoming message. > Checked by AVG - www.avg.com > Version: 8.5.423 / Virus Database: 270.14.39/2469 - Release Date: 10/30/09 > 07:52:00 > _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
