help-octave
[Top][All Lists]
Advanced

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

Re: Development environment


From: Tatsuro MATSUOKA
Subject: Re: Development environment
Date: Sun, 23 Mar 2008 16:35:06 +0900 (JST)

Hi

You should check config.log first.
The octave confugure script check the existense of library by the building 
conftest.c with the target
header file and library.  Perhaps something wrong happened for your case
The end of the mail I show an example how configure script check the umfpack.
You should first check your corresponding part by opening the config.log by an 
editor and search 
the corresponding part by the keyword UMFPACK etc.

Regards

Tatsuro

****************************
configure:14088: checking suitesparse/umfpack.h usability
configure:14105: /opt/octave/gcc-3.4.4dw2/bin/gcc -c -g -O2 
-I/opt/octave/gcc-3.4.4dw2/include
-I/opt/octave/octave-3.0.0/include  conftest.c >&5
configure:14111: $? = 0
configure:14125: result: yes
configure:14129: checking suitesparse/umfpack.h presence
configure:14144: /opt/octave/gcc-3.4.4dw2/bin/gcc -E 
-I/opt/octave/gcc-3.4.4dw2/include
-I/opt/octave/octave-3.0.0/include  conftest.c
configure:14150: $? = 0
configure:14164: result: yes
configure:14192: checking for suitesparse/umfpack.h
configure:14200: result: yes
configure:14209: checking for umfpack_zi_get_determinant in -lumfpack
configure:14252: /opt/octave/gcc-3.4.4dw2/bin/gcc -o conftest.exe -g -O2
-I/opt/octave/gcc-3.4.4dw2/include -I/opt/octave/octave-3.0.0/include  
-L/opt/octave/gcc-3.4.4dw2/lib
-L/opt/octave/octave-3.0.0/lib conftest.c -lumfpack -lamd -lhdf5 -lz -lm -lgmp 
>&5
configure:14258: $? = 0
configure:14276: result: yes
configure:14449: checking for UMFPACK seperate complex matrix and rhs split
configure:14504: /opt/octave/gcc-3.4.4dw2/bin/gcc -o conftest.exe -g -O2
-I/opt/octave/gcc-3.4.4dw2/include -I/opt/octave/octave-3.0.0/include  
-L/opt/octave/gcc-3.4.4dw2/lib
-L/opt/octave/octave-3.0.0/lib conftest.c -lhdf5 -lz -lm -lgmp -lumfpack -lamd 
-llapack -ltmglib
-lblas  -L/opt/octave/gcc-3.4.4dw2/lib -L/opt/octave/octave-3.0.0/lib
-L/opt/octave/gcc-3.4.4dw2/bin/../lib/gcc/i686-pc-cygwin/3.4.4
-L/opt/octave/gcc-3.4.4dw2/bin/../lib/gcc 
-L/usr/local/gcc-3.4.4dw2/lib/gcc/i686-pc-cygwin/3.4.4
-L/usr/lib/gcc/i686-pc-cygwin/3.4.4
-L/opt/octave/gcc-3.4.4dw2/bin/../lib/gcc/i686-pc-cygwin/3.4.4/../../..
-L/usr/local/gcc-3.4.4dw2/lib/gcc/i686-pc-cygwin/3.4.4/../../.. -lhdf5 -lz -lm 
-lgmp -lfrtbegin -lg2c
-lcygwin -luser32 -lkernel32 -ladvapi32 -lshell32 >&5
configure:14507: $? = 0
configure:14513: ./conftest.exe
configure:14516: $? = 0
configure:14537: result: yes



--------------------------------------
Easy + Joy + Powerful = Yahoo! Bookmarks x Toolbar
http://pr.mail.yahoo.co.jp/toolbar/


reply via email to

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