Libtool(?) frustrations

2005-11-07 Thread David N. Welton
Hello, We're using the various auto tools for Apache Rivet (http://tcl.apache.org/rivet/), but things seem to have taken a turn for the worse... I'm able to compile and run everything just fine on Ubuntu, but there seem to be difficulties on other platforms. The code in question is here (it's a b

Re: Libtool(?) frustrations

2005-11-07 Thread Ralf Wildenhues
Hi David, * David N. Welton wrote on Mon, Nov 07, 2005 at 01:34:54PM CET: > > We're using the various auto tools for Apache Rivet > (http://tcl.apache.org/rivet/), but things seem to have taken a turn for > the worse... I'm able to compile and run everything just fine on Ubuntu, > but there seem

Re: Libtool(?) frustrations

2005-11-07 Thread Peter O'Gorman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David N. Welton wrote: | Hello, | | We're using the various auto tools for Apache Rivet | (http://tcl.apache.org/rivet/), but things seem to have taken a turn for | the worse... I'm able to compile and run everything just fine on Ubuntu, | but there s

Re: Libtool(?) frustrations

2005-11-07 Thread Peter O'Gorman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David N. Welton wrote: | That comes from this Makefile.am line: | | lib_libexec_LTLIBRARIES = librivet.la librivetparser.la | | What might be the cause of this problem? Is there a better place to ask? | | Thanks for your help, # ... and these two.

Re: Libtool(?) frustrations

2005-11-07 Thread Ralf Wildenhues
Sorry for the self-reply. * Ralf Wildenhues wrote on Mon, Nov 07, 2005 at 03:22:55PM CET: > * David N. Welton wrote on Mon, Nov 07, 2005 at 01:34:54PM CET: > > > > In particular, this one seems to be something directly related to libtool: > > > > http://mail-archives.apache.org/mod_mbox/tcl-rive

Re: Libtool(?) frustrations

2005-11-07 Thread David N. Welton
Peter O'Gorman wrote: > David N. Welton wrote: > > | That comes from this Makefile.am line: > | > | lib_libexec_LTLIBRARIES = librivet.la librivetparser.la > | > | What might be the cause of this problem? Is there a better place to ask? > | > | Thanks for your help, > > # ... and these two. We