Problem linking libraries
Ben Abbott
bpabbott at mac.com
Wed Sep 10 10:38:58 CDT 2008
On Wednesday, September 10, 2008, at 10:01AM, "Bergeron, William" <bbergeron at ll.mit.edu> 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
More information about the Help-octave
mailing list