Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Building a SWIG example on cygwin

by Anonymous Monk
on Apr 16, 2011 at 17:39 UTC ( [id://899750]=note: print w/replies, xml ) Need Help??


in reply to Building a SWIG example on cygwin

Mixing cygwin and mingw? Why?

Replies are listed 'Best First'.
Re^2: Building a SWIG example on cygwin
by Just in (Sexton) on Apr 17, 2011 at 00:50 UTC

    Brain fart? Actually using MakeMaker on DOS is a whole load easier. Here's the steps to a successful build if googling brings you this way:

    C:\Users\mimi\swig\Examples\perl5\simple>type makefile.pl use ExtUtils::MakeMaker; WriteMakefile( NAME => 'example', # Name of package LIBS => ['-lm'], # Name of custom libraries OBJECT => 'example.o example_wrap.o' # Object files ); C:\Users\mimi\swig\Examples\perl5\simple>perl makefile.pl . . . C:\Users\mimi\swig\Examples\perl5\simple>dmake . . . C:\Users\mimi\swig\Examples\perl5\simple>dmake install . . . C:\Users\mimi\swig\Examples\perl5\simple>perl runme.pl The gcd of 42 and 105 is 21 Foo = 3 Foo = 3.1415926

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-25 05:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found