jepri has asked for the wisdom of the Perl Monks concerning the following question:
I have found the right code to include in Makefile.PL so that the library gets made correctly when I run make in the xs directory, but I can't figure out where to stick code to 'clean' and 'install' the library as well.
I guess the other trick would be to statically compile this library into the xs code, but I'm not so good at that kind of thing, and it doesn't allow sharing with other (C) programs that might start using this library.
Which way do people recommend approaching this?
____________________
Jeremy
I didn't believe in evil until I dated it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Making MakeMaker install my library for xs
by PodMaster (Abbot) on May 20, 2003 at 05:44 UTC | |
by jepri (Parson) on May 20, 2003 at 06:55 UTC |