Math::GSL-0.20

On MacBook Pro:

Architecture set incorrectly to -arch ppc when compiling some files due to Perl Config module. Can edit inc/GSLBuilder.pm to fix.

On G5 Tower:

my @include_dirs = @{$p->{include_dirs}} ...

needs to be

my @include_dirs = scalar(@{$p->{include_dirs}}) == 0 ...

Topic revision: r1 - 10 Aug 2009 - 17:49:54 - JeffreyBarrick
 
This site is powered by the TWiki collaboration platformCopyright ©2009 Jeffrey E. Barrick and contributing authors. Ideas, requests, problems? Send feedback