Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^2: Building Math-GSL-0.07 on Win32 (MinGW compiler)

by syphilis (Archbishop)
on Aug 02, 2008 at 05:58 UTC ( [id://701800]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    gcc -o blib\arch\BLAS.so BLAS_wrap.o -shared -I./lib -I../lib -LC:/_32
    +/msys/1.0/local/lib -lgsl -lgslcblas -lm -gsl
    BLAS_wrap.o:BLAS_wrap.c:(.text+0xb42): undefined reference to `Perl_ge
    +t_context'
    ...
    BLAS_wrap.o:BLAS_wrap.c:(.text+0xb67): undefined reference to `Perl_sv
    +_isobject'
    .
    .
    
  2. or download this
    gcc -o blib\arch\BLAS.so BLAS_wrap.o -shared -I./lib -I../lib -L/usr/l
    +ocal/lib -lgsl -lgslcblas -lm -gsl
    
  3. or download this
    --- Build.PL_orig    Sun Aug  3 18:20:42 2008
    +++ Build.PL    Sun Aug  3 18:03:27 2008
    ...
         my @lddlflags = $self->split_like_shell($cf->{lddlflags}); 
         my @shrp = $self->split_like_shell($cf->{shrpenv});
         my @ld = $self->split_like_shell($cf->{ld}) || "gcc";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://701800]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (9)
As of 2024-04-23 10:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found