help-octave
[Top][All Lists]
Advanced

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

Configure cannot find BLAS library.


From: Ananda Murthy R S
Subject: Configure cannot find BLAS library.
Date: Sat, 18 Jan 2003 07:43:59 +0530
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0

Hello:

I am trying to compile Octave-2.1.43 in Linux Mandrake 9.0 using gcc 3.2. When I run ./configure, it gives the output that is given in the attached file.

I have installed the liblapack3 package which has installed the following files in the /usr/lib:

libblas.so.3
libblas.so.3.0
libblapack.so.3
libblapack.so.3.0

After installing this, I have also executed ldconfig. But configure is not detecting these libraries. What may be the problem? Where are BLAS libraries available? Can we not compile Octave without BLAS?

Please help me.

Thanks for helping me.

Anand
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for AIX... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for library containing strerror... none required
defining man1dir to be $(mandir)/man1
defining man1ext to be .1
defining infofile to be $(infodir)/octave.info
defining octincludedir to be $(includedir)/octave-$(version)
defining fcnfiledir to be $(datadir)/octave/$(version)/m
defining localfcnfiledir to be $(datadir)/octave/site/m
defining localverfcnfiledir to be $(datadir)/octave/$(version)/site/m
defining localfcnfilepath to be $(localverfcnfiledir)//:$(localfcnfiledir)//
defining octlibdir to be $(libdir)/octave-$(version)
defining archlibdir to be 
$(libexecdir)/octave/$(version)/exec/$(canonical_host_type)
defining localarchlibdir to be 
$(libexecdir)/octave/site/exec/$(canonical_host_type)
defining localverarchlibdir to be 
$(libexecdir)/octave/$(version)/site/exec/$(canonical_host_type)
defining octfiledir to be 
$(libexecdir)/octave/$(version)/oct/$(canonical_host_type)
defining localoctfiledir to be 
$(libexecdir)/octave/site/oct/$(canonical_host_type)
defining localveroctfiledir to be 
$(libexecdir)/octave/$(version)/site/oct/$(canonical_host_type)
defining localoctfilepath to be $(localveroctfiledir)//:$(localoctfiledir)//
defining fcnfilepath to be 
.:$(localoctfilepath):$(localfcnfilepath):$(octfiledir)//:$(fcnfiledir)//
defining imagedir to be $(datadir)/octave/$(version)/imagelib
defining imagepath to be .:$(imagedir)//
defining __NO_MATH_INLINES avoids buggy GNU libc exp function
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for C++ support for new friend template declaration... yes
checking if C++ library is ISO compliant... yes
checking for nm... nm
checking C++ ABI version used by g++... gnu_v3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking how to run the C preprocessor... gcc -E
checking whether gcc needs -traditional... no
checking whether gcc accepts -mieee-fp... yes
adding -mieee-fp to XTRA_CFLAGS
checking whether g++ accepts -mieee-fp... yes
adding -mieee-fp to XTRA_CXXFLAGS
checking whether g++ prepends an underscore to external names... no
checking for sin in -lm... yes
checking for H5Pcreate in -lhdf5... yes
checking for deflate in -lz... yes
checking hdf5.h usability... yes
checking hdf5.h presence... yes
checking for hdf5.h... yes
checking dfftw.h usability... no
checking dfftw.h presence... no
checking for dfftw.h... no
checking fftw.h usability... yes
checking fftw.h presence... yes
checking for fftw.h... yes
checking for fftw_create_plan in -ldfftw... no
checking for fftw_create_plan in -lfftw... yes
checking for ranlib... ranlib
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking how to get verbose linking output from g77... -v
checking for Fortran 77 libraries...  
-L/usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2 
-L/usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2/../../.. -lhdf5 -lz -lfrtbegin 
-lg2c -lm -lgcc_s
checking for dummy main to link with Fortran 77 libraries... none
checking for Fortran 77 name-mangling scheme... lower case, underscore, extra 
underscore
defining FFLAGS to be -O
checking for sgemm_... no
checking for ATL_xerbla in -latlas... no
checking for sgemm_ in -framework vecLib... no
checking for sgemm_ in -lblas... no
checking for sgemm_ in -lcxml... no
checking for sgemm_ in -ldxml... no
checking for sgemm_ in -lscs... no
checking for sgemm_ in -lcomplib.sgimath... no
checking for sgemm_ in -lblas... (cached) no
checking for sgemm_ in -lblas... (cached) no
defining FPICFLAG to be -fPIC
defining CPICFLAG to be -fPIC
defining CXXPICFLAG to be -fPIC
defining SHLEXT to be so
defining SHLLIB to be $(SHLEXT)
defining SHLBIN to be 
defining SHLEXT_VER to be $(SHLEXT).$(version)
defining SHLLIB_VER to be $(SHLLIB).$(version)
defining SHLBIN_VER to be $(SHLBIN).$(version)
defining SHLLINKEXT to be 
defining DLFCN_DIR to be 
defining SH_LD to be g++
defining SH_LDFLAGS to be -shared
defining MKOCTFILE_SH_LDFLAGS to be $(SH_LDFLAGS)
defining SONAME_FLAGS to be -Wl,-soname -Wl,$@
defining NO_OCT_FILE_STRIP to be false
defining RLD_FLAG to be -Wl,-rpath -Wl,$(octlibdir)
defining TEMPLATE_AR to be ar
defining TEMPLATE_ARFLAGS to be rc
defining INCLUDE_LINK_DEPS to be false
defining library_path_var to be LD_LIBRARY_PATH
checking for gethostname... yes
checking for getpwnam... yes
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for long long... yes
checking size of long long... 8
checking for working alloca.h... yes
checking for alloca... yes
checking for an ANSI C-conforming const... yes
checking whether including <string> defines NPOS... no
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether time.h and sys/time.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking floatingpoint.h usability... no
checking floatingpoint.h presence... no
checking for floatingpoint.h... no
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for memory.h... (cached) yes
checking nan.h usability... no
checking nan.h presence... no
checking for nan.h... no
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for sys/types.h... (cached) yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking termcap.h usability... no
checking termcap.h presence... no
checking for termcap.h... no
checking for unistd.h... (cached) yes
checking varargs.h usability... yes
checking varargs.h presence... yes
checking for varargs.h... yes
checking sstream usability... yes
checking sstream presence... yes
checking for sstream... yes
checking termio.h usability... yes
checking termio.h presence... yes
checking for termio.h... yes
checking sgtty.h usability... yes
checking sgtty.h presence... yes
checking for sgtty.h... yes
checking glob.h usability... yes
checking glob.h presence... yes
checking for glob.h... yes
checking fnmatch.h usability... yes
checking fnmatch.h presence... yes
checking for fnmatch.h... yes
checking conio.h usability... no
checking conio.h presence... no
checking for conio.h... no
checking for atexit... yes
checking for bcopy... yes
checking for bzero... yes
checking for dup2... yes
checking for endgrent... yes
checking for endpwent... yes
checking for execvp... yes
checking for fcntl... yes
checking for fork... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getgrent... yes
checking for getgrgid... yes
checking for getgrnam... yes
checking for getpgrp... yes
checking for getpid... yes
checking for getppid... yes
checking for getpwent... yes
checking for getpwuid... yes
checking for gettimeofday... yes
checking for getuid... yes
checking for getwd... yes
checking for _kbhit... no
checking for kill... yes
checking for link... yes
checking for localtime_r... yes
checking for lstat... yes
checking for memmove... yes
checking for mkdir... yes
checking for mkfifo... yes
checking for on_exit... yes
checking for pipe... yes
checking for poll... yes
checking for putenv... yes
checking for raise... yes
checking for readlink... yes
checking for rename... yes
checking for rindex... yes
checking for rmdir... yes
checking for select... yes
checking for setgrent... yes
checking for setpwent... yes
checking for setvbuf... yes
checking for sigaction... yes
checking for siglongjmp... yes
checking for sigpending... yes
checking for sigprocmask... yes
checking for sigsuspend... yes
checking for stat... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strerror... yes
checking for strftime... yes
checking for stricmp... no
checking for strncasecmp... yes
checking for strnicmp... no
checking for strptime... yes
checking for symlink... yes
checking for tempnam... yes
checking for umask... yes
checking for unlink... yes
checking for usleep... yes
checking for vfprintf... yes
checking for vsprintf... yes
checking for vsnprintf... yes
checking for waitpid... yes
checking whether putenv uses malloc... no
checking for struct timeval... yes
checking whether gettimeofday can't accept two arguments... no
checking for finite... yes
checking for isnan... yes
checking for isinf... yes
checking for acosh... yes
checking for asinh... yes
checking for atanh... yes
checking for erf... yes
checking for erfc... yes
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking whether closedir returns void... no
checking for struct group.gr_passwd... no
checking if mkdir takes one argument... no
checking for tputs in -lncurses... yes
checking for rl_set_keyboard_input_timeout in -lreadline... yes
checking for struct exception in math.h... yes
checking return type of signal handlers... void
checking whether sys_siglist is declared... yes
checking for sys_siglist variable... yes
checking for type of signal functions... posix
checking if signal handlers must be reinstalled when invoked... no
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for dev_t... yes
checking for ino_t... yes
checking for nlink_t... yes
checking for nlink_t... (cached) yes
checking for sigset_t... yes
checking for sig_atomic_t... yes
checking for getrusage... yes
checking for times... yes
checking for a sed that does not truncate output... /bin/sed
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
defining LFLAGS to be -t -I
checking for bison... bison -y
checking whether ln -s works... yes
checking for nm... (cached) nm
checking for runtest... runtest
checking for a BSD-compatible install... /usr/bin/install -c
checking for gnuplot... gnuplot
checking to see if your gnuplot supports multiplot... yes
checking to see if your gnuplot supports multiple plot windows... yes
checking for less... less
checking for gperf... gperf
defining UGLY_DEFS to be -DPACKAGE_NAME=\\\\\"\\\\\" 
-DPACKAGE_TARNAME=\\\\\"\\\\\" -DPACKAGE_VERSION=\\\\\"\\\\\" 
-DPACKAGE_STRING=\\\\\"\\\\\" -DPACKAGE_BUGREPORT=\\\\\"\\\\\" 
-DOCTAVE_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSEPCHAR=1 
-DSEPCHAR_STR=\\\\\":\\\\\" -D__NO_MATH_INLINES=1 
-DCXX_NEW_FRIEND_TEMPLATE_DECL=1 -DCXX_ISO_COMPLIANT_LIBRARY=1 -DCXX_ABI=gnu_v3 
-DHAVE_LIBM=1 -DHAVE_HDF5_H=1 -DHAVE_HDF5=1 -DHAVE_FFTW_H=1 -DHAVE_FFTW=1 
-DF77_FUNC\(name,NAME\)=name\ \#\#\ _ -DF77_FUNC_\(name,NAME\)=name\ \#\#\ __ 
-DHAVE_GETHOSTNAME=1 -DHAVE_GETPWNAM=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 
-DSIZEOF_LONG=4 -DSIZEOF_LONG_LONG=8 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 
-DNPOS=std::string::npos -DSTDC_HEADERS=1 -DHAVE_DIRENT_H=1 
-DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_ASSERT_H=1 -DHAVE_CURSES_H=1 
-DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_FLOAT_H=1 -DHAVE_GRP_H=1 
-DHAVE_LIMITS_H=1 -DHAVE_MEMORY_H=1 -DHAVE_NCURSES_H=1 -DHAVE_POLL_H=1 
-DHAVE_PWD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_IOCTL_H=1 
-DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_POLL_H=1 -DHAVE_SYS_RESOURCE_H=1 
-DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TIME_H=1 
-DHAVE_SYS_TIMES_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_UTSNAME_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_VARARGS_H=1 -DHAVE_SSTREAM=1 -DHAVE_TERMIO_H=1 
-DHAVE_SGTTY_H=1 -DHAVE_GLOB_H=1 -DHAVE_FNMATCH_H=1 -DHAVE_ATEXIT=1 
-DHAVE_BCOPY=1 -DHAVE_BZERO=1 -DHAVE_DUP2=1 -DHAVE_ENDGRENT=1 -DHAVE_ENDPWENT=1 
-DHAVE_EXECVP=1 -DHAVE_FCNTL=1 -DHAVE_FORK=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 
-DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETGRENT=1 -DHAVE_GETGRGID=1 
-DHAVE_GETGRNAM=1 -DHAVE_GETPGRP=1 -DHAVE_GETPID=1 -DHAVE_GETPPID=1 
-DHAVE_GETPWENT=1 -DHAVE_GETPWUID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_GETUID=1 
-DHAVE_GETWD=1 -DHAVE_KILL=1 -DHAVE_LINK=1 -DHAVE_LOCALTIME_R=1 -DHAVE_LSTAT=1 
-DHAVE_MEMMOVE=1 -DHAVE_MKDIR=1 -DHAVE_MKFIFO=1 -DHAVE_ON_EXIT=1 -DHAVE_PIPE=1 
-DHAVE_POLL=1 -DHAVE_PUTENV=1 -DHAVE_RAISE=1 -DHAVE_READLINK=1 -DHAVE_RENAME=1 
-DHAVE_RINDEX=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SETGRENT=1 
-DHAVE_SETPWENT=1 -DHAVE_SETVBUF=1 -DHAVE_SIGACTION=1 -DHAVE_SIGLONGJMP=1 
-DHAVE_SIGPENDING=1 -DHAVE_SIGPROCMASK=1 -DHAVE_SIGSUSPEND=1 -DHAVE_STAT=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 
-DHAVE_STRNCASECMP=1 -DHAVE_STRPTIME=1 -DHAVE_SYMLINK=1 -DHAVE_TEMPNAM=1 
-DHAVE_UMASK=1 -DHAVE_UNLINK=1 -DHAVE_USLEEP=1 -DHAVE_VFPRINTF=1 
-DHAVE_VSPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_WAITPID=1 -DHAVE_TIMEVAL=1 
-DHAVE_FINITE=1 -DHAVE_ISNAN=1 -DHAVE_ISINF=1 -DHAVE_ACOSH=1 -DHAVE_ASINH=1 
-DHAVE_ATANH=1 -DHAVE_ERF=1 -DHAVE_ERFC=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 
-DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_RDEV=1 
-DHAVE_STRUCT_TM_TM_ZONE=1 -DHAVE_TM_ZONE=1 -DUSE_READLINE=1 
-DEXCEPTION_IN_MATH=1 -DRETSIGTYPE=void -DSYS_SIGLIST_DECLARED=1 
-DHAVE_SYS_SIGLIST=1 -DHAVE_POSIX_SIGNALS=1 -DHAVE_DEV_T=1 -DHAVE_INO_T=1 
-DHAVE_NLINK_T=1 -DHAVE_NLINK_T=1 -DHAVE_SIGSET_T=1 -DHAVE_SIG_ATOMIC_T=1 
-DHAVE_GETRUSAGE=1 -DHAVE_TIMES=1 -DYYTEXT_POINTER=1 
-DGNUPLOT_BINARY=\\\\\"gnuplot\\\\\" -DGNUPLOT_HAS_MULTIPLOT=1 
-DGNUPLOT_HAS_FRAMES=1
checking whether g++ accepts -Wall... yes
adding -Wall to CXXFLAGS
configure: creating ./config.status
config.status: creating Makefile
config.status: creating octMakefile
config.status: creating Makeconf
config.status: creating install-octave
config.status: creating test/Makefile
config.status: creating dlfcn/Makefile
config.status: creating doc/Makefile
config.status: creating doc/faq/Makefile
config.status: creating doc/interpreter/Makefile
config.status: creating doc/liboctave/Makefile
config.status: creating doc/refcard/Makefile
config.status: creating emacs/Makefile
config.status: creating examples/Makefile
config.status: creating liboctave/Makefile
config.status: creating src/Makefile
config.status: creating libcruft/Makefile
config.status: creating libcruft/Makerules
config.status: creating libcruft/amos/Makefile
config.status: creating libcruft/blas/Makefile
config.status: creating libcruft/daspk/Makefile
config.status: creating libcruft/dasrt/Makefile
config.status: creating libcruft/dassl/Makefile
config.status: creating libcruft/fftpack/Makefile
config.status: creating libcruft/lapack/Makefile
config.status: creating libcruft/linpack/Makefile
config.status: creating libcruft/minpack/Makefile
config.status: creating libcruft/misc/Makefile
config.status: creating libcruft/odepack/Makefile
config.status: creating libcruft/odessa/Makefile
config.status: creating libcruft/ordered-qz/Makefile
config.status: creating libcruft/quadpack/Makefile
config.status: creating libcruft/ranlib/Makefile
config.status: creating libcruft/slatec-fn/Makefile
config.status: creating libcruft/slatec-err/Makefile
config.status: creating libcruft/villad/Makefile
config.status: creating libcruft/blas-xtra/Makefile
config.status: creating libcruft/lapack-xtra/Makefile
config.status: creating config.h
config.status: config.h is unchanged
configure: configuring in kpathsea
configure: running /bin/sh './configure' --prefix=/usr/local  
--cache-file=/dev/null --srcdir=.
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets ${MAKE}... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether closedir returns void... no
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for memory.h... (cached) yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for unistd.h... (cached) yes
checking for ranlib... ranlib
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for libtool object types... STATIC:
checking for basename... yes
checking for putenv... yes
checking for strcasecmp... yes
checking for strtol... yes
checking for strstr... yes
checking for bcopy... yes
checking for getcwd... yes
checking for getwd... yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking whether the compiler accepts prototypes... yes
checking whether program_invocation_name is predefined... yes
checking whether putenv uses malloc... no
checking whether getcwd uses fork or vfork... no
checking where the main texmf tree is located... not found
configure: creating ./config.status
config.status: creating Makefile
config.status: creating c-auto.h
config.status: c-auto.h is unchanged
configure: configuring in scripts
configure: running /bin/sh './configure' --prefix=/usr/local  
--cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating ./config.status
config.status: creating Makefile
config.status: creating audio/Makefile
config.status: creating control/Makefile
config.status: creating control/base/Makefile
config.status: creating control/hinf/Makefile
config.status: creating control/obsolete/Makefile
config.status: creating control/system/Makefile
config.status: creating control/util/Makefile
config.status: creating deprecated/Makefile
config.status: creating elfun/Makefile
config.status: creating finance/Makefile
config.status: creating general/Makefile
config.status: creating image/Makefile
config.status: creating io/Makefile
config.status: creating linear-algebra/Makefile
config.status: creating miscellaneous/Makefile
config.status: creating plot/Makefile
config.status: creating polynomial/Makefile
config.status: creating quaternion/Makefile
config.status: creating set/Makefile
config.status: creating signal/Makefile
config.status: creating specfun/Makefile
config.status: creating special-matrix/Makefile
config.status: creating startup/Makefile
config.status: creating statistics/Makefile
config.status: creating statistics/base/Makefile
config.status: creating statistics/distributions/Makefile
config.status: creating statistics/models/Makefile
config.status: creating statistics/tests/Makefile
config.status: creating strings/Makefile
config.status: creating time/Makefile
configure: configuring in glob
configure: running /bin/sh './configure' --prefix=/usr/local  
--cache-file=/dev/null --srcdir=.
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for ar... ar
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for library containing strerror... none required
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for ANSI C header files... (cached) yes
checking for memory.h... (cached) yes
checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether closedir returns void... no
checking for working alloca.h... yes
checking for alloca... yes
checking for working strcoll... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged


Octave is now configured for i686-pc-linux-gnu

  Source directory:     .
  Installation prefix:  /usr/local
  C compiler:           gcc  -mieee-fp -g -O2
  C++ compiler:         g++  -mieee-fp -g -O2 -Wall
  Fortran compiler:     g77 -O
  Fortran libraries:     -L/usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2 
-L/usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2/../../.. -lhdf5 -lz -lfrtbegin 
-lg2c -lm -lgcc_s
  BLAS libraries:       
  FFTW libraries:       -lfftw
  HDF5 libraries:       -lhdf5 -lz
  LIBS:                 -lreadline  -lncurses -lhdf5 -lz -lm 
  Default pager:        less
  gnuplot:              gnuplot

  Do internal array bounds checking:  false
  Build static libraries:             true
  Build shared libraries:             false
  Dynamic Linking:                    false 
  Include support for GNU readline:   true


reply via email to

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