Re: [ecasound] cvs compile prob

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

Subject: Re: [ecasound] cvs compile prob
From: Junichi Uekawa (dancer_AT_netfort.gr.jp)
Date: Sat Dec 08 2001 - 10:54:48 EET


> > With current cvs I get this for kvutils, libecasound
> >
> > "gcc: /usr/local/ecasound-cvs/libecasound/.libs/.libs/libecasound.so: No
> > such file or directory"
> >
> > Note the two ".lib"'s
>

Actually, it happend on my system too.
So, old libtool should have been able to process this, but
the libtool I am using now, doesn't like it.

The following is a patch:

--- ecasound-orig/libecasound/Makefile.am Wed Dec 5 02:10:45 2001
+++ ecasound/libecasound/Makefile.am Sat Dec 8 17:40:34 2001
@@ -10,8 +10,8 @@
 kvutils_libs =
 kvutils_debug_libs =
 else
-kvutils_libs = -L$(top_srcdir)/kvutils/.libs -lkvutils
-kvutils_debug_libs = -L$(top_srcdir)/kvutils/.libs -lkvutils_debug
+kvutils_libs = -L$(top_srcdir)/kvutils -lkvutils
+kvutils_debug_libs = -L$(top_srcdir)/kvutils -lkvutils_debug
 endif
 
 # !!!
--- ecasound-orig/libecasound/plugins/Makefile.am Wed Feb 14 11:37:02 2001
+++ ecasound/libecasound/plugins/Makefile.am Sat Dec 8 17:50:49 2001
@@ -23,7 +23,7 @@
 if KVUTILS_INSTALLED
 kvutils_libs =
 else
-kvutils_libs = -L$(top_srcdir)/kvutils/.libs -lkvutils
+kvutils_libs = -L$(top_srcdir)/kvutils -lkvutils
 endif
 
 INCLUDES = -I$(srcdir) -I$(top_srcdir) -I$(top_srcdir)/libecasound -I$(top_srcd
ir)/kvutils $(arts_cflags)

But, I really don't like the way libtool is changing...
Am I doing something wrong ?

-- 
dancer_AT_debian.org  http://www.netfort.gr.jp/~dancer

-- To unsubscribe send message 'unsubscribe' in the body of the message to <ecasound-list-request_AT_wakkanet.fi>.


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

This archive was generated by hypermail 2b28 : Sat Dec 08 2001 - 10:57:46 EET