Derek Lamb wrote:
> Your install is getting hung up on 3D graphics.  I get the same thing on 
> my Scientific Linux 5.3 (essentially CentOS) system.  If you don't need 
> 3D graphics, the simplest approach would be to go into the PDL build 
> directory 'cpan> look PDL' and edit perldl.conf so that the line says 
> 'WITH_3D => 0,' instead of "WITH_3D => (a bunch of other stuff)".  Then 
> hopefully you should be able to proceed without problems.  I got other 
> errors after I did that, but one of my CPAN make options is '-j4' (to 
> use more than one processor when compiling).  PDL is complex enough that 
> it may not play nice with that.  Running just plain 'make' in a regular 
> shell worked fine.

The PDL build process is not parallel make safe, at least not
without some tweaking.  I've never gotten make -j N to build.

> If you really need 3D graphics, see the note from Chris Marshall to this 
> list on 9/17/2009.  That represents the most advanced state of 
> refactoring PDL's 3D support.  Unfortunately it's been a bear to get it 
> consistent across systems & 3d graphics libraries.  Any help is appreciated.

The new TriD graphics uses the Perl OpenGL module to access
OpenGL, GLU, GLUT, and GLX functions needed for the 3D graphics.
Thanks to testing and feedback from folk, it is rapidly
stablizing and I hope to have a "rough cut, take 2" soon.

I'm always looking for testers and debugging diagnostics on
various platforms.  I post updates on the perldl mailing list if
you are interested in helping out... or following the progress.

Cheers,
Chris

> cheers,
> Derek
> 
> Brock Murch wrote:
>> Thanks in advance for your help. Any is appreciated!
>>
>> I have a new CentOS 5.3 box and PDL will not install. 
>>
>> thing1 432 :> cat /etc/redhat-release
>> CentOS release 5.3 (Final)
>>
>> It is a 64 bit machine:
>> thing1 433 :> uname -a
>> Linux thing1.xyz.abc.edu 2.6.18-128.7.1.el5 #1 SMP Mon Aug 24 08:21:56 EDT 
>> 2009 x86_64 x86_64 x86_64 GNU/Linux
>>
>>
>> I am attaching the last part of the failures using:"perl -MCPAN -e shell"

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

Reply via email to