[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: build fails after 3d1205d5771e
From: |
John W. Eaton |
Subject: |
Re: build fails after 3d1205d5771e |
Date: |
Sat, 10 Aug 2013 21:25:37 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130116 Icedove/10.0.12 |
On 08/10/2013 05:27 PM, Torsten wrote:
Ben, could you please try the attached patch? It seems I forgot to
update the linking deps in the makefile.
diff -r 3d1205d5771e liboctave/Makefile.am
--- a/liboctave/Makefile.am Sat Aug 10 20:51:54 2013 +0200
+++ b/liboctave/Makefile.am Sat Aug 10 23:21:31 2013 +0200
@@ -104,6 +104,7 @@
system/libsystem.la \
util/libutil.la \
$(top_builddir)/libgnu/libgnu.la \
+ $(top_builddir)/libinterp/libinterp.la \
$(LIBOCTAVE_LINK_DEPS)
# Increment these as needed and according to the rules in the libtool manual:
Nothing in liboctave should ever depend on anything from
liboctinterp.
I haven't looked to see what change you made that causes liboctave to
depend on liboctinterp, but we need to find a way to eliminate that
dependency.
jwe