octave-maintainers
[Top][All Lists]
Advanced

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

Re: safer way to use gnulib


From: John W. Eaton
Subject: Re: safer way to use gnulib
Date: Sun, 21 Mar 2010 10:45:00 -0400

On 21-Mar-2010, Marco Atzeri wrote:

| --- Dom 21/3/10, Michael Goffioul  ha scritto:
| 
| > Marco Atzeri 
| > wrote:
| > >
| > > Hi Micheal,
| > > I just hit a similar problem on undefined reference
| > on
| > > libcruft in cygwin with latest tip.
| > >
| > > Do you mean to add libgnu.la to
| > > libcruft_la_LIBADD  ?
| > 
| > Yes.
| > 
| > Michael.
| > 
| 
| This solved the problem also for me:
| 
| ------------------------------------------------------
| --- libcruft/Makefile.am~       2010-03-21 09:50:19.843750000 +0100
| +++ libcruft/Makefile.am        2010-03-21 12:29:08.468750000 +0100
| @@ -39,7 +39,7 @@
|    -release $(version) $(NO_UNDEFINED_LDFLAG) @XTRA_CRUFT_SH_LDFLAGS@ \
|    -bindir $(bindir)
| 
| -libcruft_la_LIBADD = libranlib.la $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
| +libcruft_la_LIBADD = ../libgnu/libgnu.la libranlib.la $(LAPACK_LIBS) 
$(BLAS_LIBS) $(FLIBS)
| 
|  libcruft_la_DEPENDENCIES = cruft.def

I made this change.

Thanks,

jwe


reply via email to

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