Re: Building shared libs as dynamically-loaded perl modules

2001-02-15 Thread Alexandre Oliva
On Feb 15, 2001, Jeremy Slade <[EMAIL PROTECTED]> wrote: > As I understand it, a 'convenience' library is intended for two > things: a static convenience lib is for linking into a program > (therefore it contains the non-PIC objects, *.o), and a shared convenience > lib is for linking into anothe

Re: Building shared libs as dynamically-loaded perl modules

2001-02-15 Thread Jeremy Slade
Alexandre Oliva writes: > On Feb 14, 2001, Jeremy Slade <[EMAIL PROTECTED]> wrote: > > > It seems that what I really what is to create swigShapeUtils.sl > > using the original ../../lib/*.lo files build earlier (and used to > > create libShapeUtils.sl), rather than create swigShapeUtils.sl with >

Re: Building shared libs as dynamically-loaded perl modules

2001-02-14 Thread Alexandre Oliva
On Feb 14, 2001, Jeremy Slade <[EMAIL PROTECTED]> wrote: > It seems that what I really what is to create swigShapeUtils.sl > using the original ../../lib/*.lo files build earlier (and used to > create libShapeUtils.sl), rather than create swigShapeUtils.sl with > a run-time dependency on libShape

Re: Building shared libs as dynamically-loaded perl modules

2001-02-14 Thread Jeremy Slade
Tom Tromey writes: > > "Jeremy" == Jeremy Slade <[EMAIL PROTECTED]> writes: > > Jeremy> What I really want to build is 'swigShapeUtils.sl', which > Jeremy> corresponds to the swigShapeUtils.pm module. But automake > Jeremy> complains: > > Jeremy> automake: src/perl/swig/Makefile.am: `swigS

Re: Building shared libs as dynamically-loaded perl modules

2001-02-14 Thread Tom Tromey
> "Jeremy" == Jeremy Slade <[EMAIL PROTECTED]> writes: Jeremy> What I really want to build is 'swigShapeUtils.sl', which Jeremy> corresponds to the swigShapeUtils.pm module. But automake Jeremy> complains: Jeremy> automake: src/perl/swig/Makefile.am: `swigShapeUtils.la' is not a Jeremy> sta

Building shared libs as dynamically-loaded perl modules

2001-02-14 Thread Jeremy Slade
I am trying to use libtool (along w/ automake/autoconf) to build a .sl (on HPUX 10.20) that is a dynamically-loaded perl module, and I'm running into a few problems. First, my Makefile.am: -- perllib_DATA = swigShapeUtils.pm perllibarch_LTLIBRARIES