octave-maintainers
[Top][All Lists]
Advanced

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

Re: Octave-2.9.9 builds and passes "make check" on OS X 10.4.8


From: John W. Eaton
Subject: Re: Octave-2.9.9 builds and passes "make check" on OS X 10.4.8
Date: Tue, 3 Oct 2006 09:45:59 -0400

On  3-Oct-2006, David Bateman wrote:

| These are some recent functions of UFSparse. I don't use camd directly
| as its a recent addition. Though it seems that that latest version of
| UFSparse does link against it for some of its other functionality. We
| need to adjust the autoconfiguration tests to check for camd as well..
| Making a modification like
| 
| configure.in
| -----------------
| CAMD_LIBS=
| AC_SUBST(CAMD_LIBS)
| AC_CHECK_LIB(camd, camd_postorder, [CAMD_LIBS="-lcamd"], )
| 
| Makeconf.in
| -----------------
| CAMD_LIBS = @CAMD_LIBS@
| 
| src/Makefile.in
| --------------------
| Add $(CAMD_LIBS) to OCT_LINK_DEPS and to octave$(EXEEXT) target

OK, I made these changes.

Does the order matter?  What other libraries call functions from this
one?

jwe


reply via email to

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