Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: How can I persuade MakeMaker to install a file in $installarchlib/auto/...

by Anonymous Monk
on Sep 29, 2016 at 10:27 UTC ( [id://1172906]=note: print w/replies, xml ) Need Help??


in reply to How can I persuade MakeMaker to install a file in $installarchlib/auto/...

The swig docs should have example
  • Comment on Re: How can I persuade MakeMaker to install a file in $installarchlib/auto/...

Replies are listed 'Best First'.
Re^2: How can I persuade MakeMaker to install a file in $installarchlib/auto/...
by markt (Initiate) on Sep 30, 2016 at 14:07 UTC

    Well - I tried various things like writing a MY::xs_make_dynamic_lib method or adding postamble attribute and MY:: method but ran out of Copious Free Time.

    Reverted to a vanilla Makefile.PL and copied the shared object from $installprivlib/... to $installarchlib/auto/... in the %postinstall script of the package.

    hey ho

    --
    MarkT

      Hi,

      That seems straight forward, although I would move the file instead of copy as extra copies don't do anything :)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (3)
As of 2024-04-19 20:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found