On Tue, Feb 13, 2001 at 01:14:31AM -0200, Alexandre Oliva wrote:
> On Feb 12, 2001, Steve Robbins <[EMAIL PROTECTED]> wrote:
>
> > And I thought that it was a simple bug: the aclocal regexp was not
> > taking into account the possibility of assigning to a variable nam
On Sun, Jan 28, 2001 at 06:19:08PM -0200, Alexandre Oliva wrote:
> On Jan 28, 2001, Steve Robbins <[EMAIL PROTECTED]> wrote:
>
> > libtool --mode=link gcc -o foo foo.o /usr/local/libbar.la
>
> > (rather than just "gcc ... -lbar"). This allows libt
Hello,
I have a project that uses automake & autoconf to build a program.
This program links against several previously-installed libraries.
One of these libraries was built by libtool.
The libtool docs (I'm working with libtool 1.3.5) suggest that one ought to
link using
libtool --mod
On Mon, Jan 22, 2001 at 09:49:04PM -0500, Michael Sweet wrote:
> Rusty Ballinger wrote:
> > ...
> > (What packaging systems only let you create packages as root, and
> > why do they do that? I know rpm *wants* you to be root, but you
> > don't have to be...)
>
> Debian's dpkg needs you to run as
On 27 Nov 2000, Alexandre Oliva wrote:
> On Nov 25, 2000, Tom Tromey <[EMAIL PROTECTED]> wrote:
>
> >>> Do I have to use some macro in configure.in to fill $(LINK) with GNU ld?
> Alexandre> automake should define it to `$(LIBTOOL) $(CC/CXX)...'.
> Alexandre> Maybe it only does this when there is
Hello,
I had a question about automake, and discovered that there is no searching
facility at mail.gnu.org.
On Sun, 5 Nov 2000, Steve Robbins wrote:
> [Apologies if this has been covered before -- I couldn't figure out how to
> search the list archives at http://mail.gnu.org/mailm
Hi,
I just ran into some "surprising" behaviour.
[Apologies if this has been covered before -- I couldn't figure out how to
search the list archives at http://mail.gnu.org/mailman/listinfo/automake.]
The situation is (and I double-checked that it persists with CVS automake
and autoconf) with a
On 2 Mar 2000, Alexandre Oliva wrote:
> On Mar 2, 2000, Jim Meyering <[EMAIL PROTECTED]> wrote:
>
> > Alexandre Oliva <[EMAIL PROTECTED]> wrote:
> > | On Mar 1, 2000, Jim Meyering <[EMAIL PROTECTED]> wrote:
> > |
> > | > Don't use `ln' (which was just a space optimization anyway)
> > |