guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

A small build problem in the stable branch


From: Martin Baulig
Subject: A small build problem in the stable branch
Date: 21 Aug 2001 13:57:57 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

Hi,

the stable branch's autogen.sh currently contains a

====
( echo "guile-readline..."; cd guile-readline; ./autogen.sh )
====

but nothing equivalent for libltdl.

If you try to compile from a fresh cvs checkout, if fails unless
you manually run autoconf in the libltdl directory.

I'm using autoconf 2.52, automake 1.4-p4 and libtool 1.4.

The problem is that the initial libltdl/configure (before running
autoconf in this directory) is created from autoconf 2.13 and it
gets confused about the CFLAGS and LDFLAGS arguments which are
passed to configure - it interprets them as the host and target
type and this fail.

-- 
Martin Baulig
address@hidden (private)
address@hidden (work)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]