Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Unable to build and test Algorithm::SVM module on Windows 10 with Perl v.5.30.1

by stevieb (Canon)
on Dec 21, 2019 at 21:31 UTC ( [id://11110487]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl Makefile.PL.solaris
    gmake
    gmake test
    gmake install
    
  2. or download this
    use ExtUtils::MakeMaker;
     
    ...
                  'OBJECT'        => 'SVM.o libsvm.o bindings.o',
                  'XSOPT'         => '-C++ -noprototypes',
                  %args);
    
  3. or download this
    use ExtUtils::MakeMaker;
     
    ...
                  'OBJECT'        => 'SVM.o libsvm.o bindings.o',
                  'XSOPT'         => '-C++',
                  %args);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (8)
As of 2024-04-23 16:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found