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: Marco Atzeri
Subject: Re: safer way to use gnulib
Date: Sun, 21 Mar 2010 14:26:54 +0000 (GMT)

--- 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
------------------------------------------------------

build completed and all test passed

Regards
Marco



      




reply via email to

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