help-octave
[Top][All Lists]
Advanced

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

Octave 3.0.0: configure doesn't find the Suitesparse Libraries


From: jdelia
Subject: Octave 3.0.0: configure doesn't find the Suitesparse Libraries
Date: Thu, 21 Feb 2008 16:35:34 -0300
User-agent: Internet Messaging Program (IMP) H3 (4.1.4)

Try to use the following influential environment variables of the Octave configure step: CFLAGS, CFLAGSGS, CPPFLAGS, CXXFLAGS and LDFLAGS, as well the LD_LIBRARY_PATH. In your case something like,

export   CFLAGS="${INC}" ; echo $CFLAGS
export CPPFLAGS="${INC}" ; echo $CPPFLAGS
export CXXFLAGS="${INC}" ; echo $CXXFLAGS
export  LDFLAGS="${LIB}" ; echo $LDFLAGS
export LD_LIBRARY_PATH="${DYN}:$LD_LIBRARY_PATH" ; echo $LD_LIBRARY_PATH

where

export INC="-I/usr/local/include"
export LIB="-L/usr/local/lib"
export DYN="/usr/local/lib"

Before, you should be sure that the SuiteSparse testing is OK.

Regards,
Jorge.
--

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.



reply via email to

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