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
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
>
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
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
> "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
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