help-octave
[Top][All Lists]
Advanced

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

Re: Problem linking libraries


From: Bergeron, William
Subject: Re: Problem linking libraries
Date: Wed, 10 Sep 2008 12:11:46 -0400

The libraries for all of these (ibamd.a, libcamd.a, libcolamd.a, libcxsparse.a, libfftw3.a, libglpk.so, etc) are in /usr/local/lib.  The associated headers are in /usr/local/include.  As I mentioned I’ve tried to add them to the Library path or specify them using the configure switches but am having no luck.

Fltk is not on the system,  so that will need to be added.

I assume you mean the PATH variable. It doesn’t include anything related to this install.
PATH=/opt/intel/idbe/10.1.018/bin:/opt/intel/idbe/10.1.018/bin:/opt/intel/fce/10.1.018/bin:/opt/intel/cce/10.1.018/bin:/opt/intel/impi/3.1/bin64:/opt/intel/itac/7.1/bin:/usr/local/lsf/ego/1.2/linux2.6-glibc2.3-x86_64/etc:/usr/local/lsf/ego/1.2/linux2.6-glibc2.3-x86_64/bin:/usr/local/lsf/7.0/linux2.6-glibc2.3-x86_64/etc:/usr/local/lsf/7.0/linux2.6-glibc2.3-x86_64/bin:/opt/gridengine/bin/lx26-amd64:/usr/kerberos/sbin:/usr/kerberos/bin:/opt/gridengine/bin/lx26-amd64:/usr/java/jdk1.5.0_10/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/Bio/ncbi/bin:/opt/Bio/mpiblast/bin/:/opt/Bio/hmmer/bin:/opt/Bio/EMBOSS/bin:/opt/Bio/clustalw/bin:/opt/Bio/t_coffee/bin:/opt/Bio/phylip/exe:/opt/Bio/mrbayes:/opt/Bio/fasta:/opt/Bio/glimmer/bin://opt/Bio/glimmer/scripts:/opt/Bio/gromacs/bin:/opt/eclipse:/opt/ganglia/bin:/opt/ganglia/sbin:/opt/maven/bin:/opt/openmpi/bin/:/opt/rocks/bin:/opt/rocks/sbin:/root/bin

Bill



On 9/10/08 11:38 AM, "Ben Abbott" <address@hidden> wrote:

On Wednesday, September 10, 2008, at 10:01AM, "Bergeron, William" <address@hidden> wrote:
>I have been able to run the configure for Octave successfully and have
>complied all the required libraries (BLAS, FFTW, AMD, etc) but I have been
>unable to figure out how to link them.  I tried all the standard stuf, like
>adding the path to LD_LIBRARY_PATH, and putting the libraries in the
>standard path, as well as several connotations (see below) of config
>switches to try and get it to see the files but with no luck. The typical
>output is listed below.
>
>The source, libs, and includes are in /usr/local/src, lib, include
>respectively. The OS is CetOS5 on and x86_64 architecture.
>
>What do I need to configure to allow Octave to recognize the missing
>libraries. All of which exist on the system.

Where are they on your system?

You appear to have the AMD lib where it can be found, but CAMD, COLAMD, etc are not.

What is your shell's path?

Regarding the native graphics, is "fltk-config" in your path? ... what does "which fltk-config" say?

Ben





reply via email to

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