Re: [ecasound] [patch] Error in ecasound/Makefile.am

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [ecasound] [patch] Error in ecasound/Makefile.am
From: Kai Vehmanen (k_AT_eca.cx)
Date: Wed Sep 03 2003 - 00:19:33 EEST


On Tue, 2 Sep 2003, Junichi Uekawa wrote:

> --- ecasound2.2-2.3.0.orig/ecasound/Makefile.am
> +++ ecasound2.2-2.3.0/ecasound/Makefile.am
> @@ -44,12 +44,12 @@
> if ECA_AM_SYSTEM_READLINE
> ecasound_LDFLAGS = -export-dynamic
> ecasound_LDADD = $(termcap_library) \
> - $(readline_library} -lreadline -lhistory \
> + $(readline_library) -lreadline -lhistory \
> $(top_builddir)/libecasound/libecasound.la \
> $(top_builddir)/kvutils/libkvutils.la
> ecasound_debug_LDFLAGS = $(ecasound_LDFLAGS)
> ecasound_debug_LDADD = $(termcap_library) \
> - $(readline_library} -lreadline -lhistory \
> + $(readline_library) -lreadline -lhistory \
> $(top_builddir)/libecasound/libecasound_debug.la \
> $(top_builddir)/kvutils/libkvutils_debug.la

Oops, fixed in CVS.

> There are other problems with the build, but "./configure --disable-shared"
> seems to allow the build to go through to the end.
> libtool 1.5 seems to be acting weird.
> BTW, -static isn't equivalent to -static,
> I think -all-static is the option for libtool that should be used ?

In this case -static is the correct one as we don't want to link
everything (libc, libasound, etc) statically. Instead we only want to link
statically against those libs we've created ourselves (libkvutils,
libecasound, libecasoundc).

-- 
 http://www.eca.cx
 Audio software for Linux!


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Wed Sep 03 2003 - 00:16:55 EEST