Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: With Inline::C, how to link to external library? (XS)

by stevieb (Canon)
on Aug 07, 2016 at 21:33 UTC ( [id://1169307]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use ExtUtils::MakeMaker;
    my %options = %{
    ...
    
    # Remove the Makefile dependency. Causes problems on a few systems.
    sub MY::makefile { '' }
    
  2. or download this
    libwiringPiDev.so -> libwiringPiDev.so.2.32
    libwiringPiDev.so.2.32
    libwiringPi.so -> libwiringPi.so.2.32
    libwiringPi.so.2.32
    
  3. or download this
    Running Mkbootstrap for perl_pl_b1a3 ()
    chmod 644 "perl_pl_b1a3.bs"
    ...
     ^
    Makefile:331: recipe for target 'perl_pl_b1a3.o' failed
    make: *** [perl_pl_b1a3.o] Error 1
    
  4. or download this
    use warnings;
    use strict;
    ...
        int x = myget();
        printf("myvar: %d\n", x);
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-03-28 21:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found