octave-maintainers
[Top][All Lists]
Advanced

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

Re: 3.2.4 release candidate 1


From: David Grundberg
Subject: Re: 3.2.4 release candidate 1
Date: Wed, 20 Jan 2010 17:28:30 +0100
User-agent: Thunderbird 2.0.0.23 (X11/20090812)

Jaroslav Hajek wrote:
On Wed, Jan 20, 2010 at 11:25 AM, David Grundberg <address@hidden> wrote:

Sorry. I attached the previous config.log.bz2 by mistake. This is the right
one.

address@hidden:/scratch/octave-3.2.4-rc3$ ls -al configure
-rwxr-xr-x 1 davidg tdb 594947 2010-01-19 13:47 configure
address@hidden:/scratch/octave-3.2.4-rc3$ grep ACX_PTHREAD configure
#   ACX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]])
address@hidden:/scratch/octave-3.2.4-rc3$

David


I see. The weird thing is that I actually have the same configuration,
but don't see the problem.
What happens with this patch (+reconfiguring)?

diff --git a/liboctave/Makefile.in b/liboctave/Makefile.in
--- a/liboctave/Makefile.in
+++ b/liboctave/Makefile.in
@@ -39,7 +39,7 @@
   $(LIBCRUFT) $(CHOLMOD_LIBS) $(UMFPACK_LIBS) $(AMD_LIBS) $(CAMD_LIBS) \
   $(COLAMD_LIBS) $(CCOLAMD_LIBS) $(CXSPARSE_LIBS) $(ARPACK_LIBS) \
   $(QRUPDATE_LIBS) $(BLAS_LIBS) $(FFTW_LIBS) $(LIBREADLINE) $(LIBGLOB) \
-  $(REGEX_LIBS) $(LIBS) $(FLIBS) $(PTHREAD_LIBS)
+  $(REGEX_LIBS) $(LIBS) $(FLIBS) $(PTHREAD_CFLAGS) $(PTHREAD_LIBS)

 MATRIX_INC := Array.h Array2.h Array3.h ArrayN.h DiagArray2.h \
        Array-util.h MArray-decl.h MArray-defs.h \



rc3 builds correctly with this patch.

David



reply via email to

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