octave-maintainers
[Top][All Lists]
Advanced

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

Re: gnulib and automake


From: Benjamin Lindner
Subject: Re: gnulib and automake
Date: Fri, 06 Nov 2009 20:49:52 +0100
User-agent: Thunderbird 2.0.0.22 (Windows/20090605)

Benjamin Lindner wrote:

Does the following change work for you?


Yes it does.
thanks.


I forgot:
I had to add the follwing patch to define the necessary dependency libraries for all dld-functions which do not have any additional external dependendcies. Otherwise I am seing undefined reference link failures.

diff -r 43e97dbafb42 -r eb2ee3d80ca8 src/Makefile.am
--- a/src/Makefile.am   Fri Nov 06 19:18:41 2009 +0100
+++ b/src/Makefile.am   Fri Nov 06 19:21:04 2009 +0100
@@ -719,6 +721,61 @@

 display.df display.lo: CPPFLAGS += $(X11_FLAGS)

+DLD_FUNCTIONS_lib__contourc___la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_lib__convn___la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_lib__dsearchn___la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_lib__lin_interpn___la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_lib__pchip_deriv___la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_lib__qp___la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_libbalance_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_libbesselj_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_libbetainc_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_libbsxfun_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_libcellfun_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_libcolloc_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_libconv2_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_libdaspk_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_libdasrt_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_libdassl_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_libdet_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_libdispatch_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_libdlmread_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_libeig_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_libfilter_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_libfind_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_libgammainc_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_libgcd_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_libgetgrent_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_libgetpwent_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_libgetrusage_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_libgivens_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_libhess_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_libhex2num_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_libinv_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_libkron_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_liblookup_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_liblsode_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_liblu_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_libluinc_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_libmatrix_type_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_libmax_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_libmd5sum_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_libpinv_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_libquad_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_librand_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_librcond_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_libschur_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_libsparse_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_libspparms_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_libsqrtm_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_libsub2ind_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_libsvd_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_libsyl_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_libtime_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_libtril_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_libtsearch_la_LIBADD = $(OCT_LINK_DEPS)
+DLD_FUNCTIONS_libtypecast_la_LIBADD = $(OCT_LINK_DEPS)
+
 DLD-FUNCTIONS/__magick_read__.df: CPPFLAGS += $(MAGICK_CPPFLAGS)
DLD_FUNCTIONS_lib__magick_read___la_CPPFLAGS = $(AM_CPPFLAGS) $(MAGICK_CPPFLAGS) DLD_FUNCTIONS_lib__magick_read___la_LIBADD = $(OCT_LINK_DEPS) $(MAGICK_LDFLAGS) $(MAGICK_LIBS)


reply via email to

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