help-octave
[Top][All Lists]
Advanced

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

Re: Problem compiling/installing octave


From: Dmitri A. Sergatskov
Subject: Re: Problem compiling/installing octave
Date: Fri, 19 Mar 2004 09:25:09 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040115

I CCed it back to octave-help.

address@hidden wrote:
I have now installed gcc3.3.3 and I am getting ld.so.1: ./gendoc: fatal: libstdc++.so.5: open failed: No such file or directory

Can you check independently (from octave) that your g++ works?
You said that you have Solaris 2.6 which is also kind of old and
may have its owm idiosyncrasies.

Can you compile e.g. munge-texi.cc in octave-2.1.57/doc/interpreter:

address@hidden interpreter]$ g++ munge-texi.cc -o test1
address@hidden interpreter]$ ldd test1
        libstdc++.so.5 =>        /usr/local/lib/libstdc++.so.5
        libm.so.1 =>     /usr/lib/libm.so.1
        libgcc_s.so.1 =>         /usr/local/lib/libgcc_s.so.1
        libc.so.1 =>     /usr/lib/libc.so.1
        libdl.so.1 =>    /usr/lib/libdl.so.1
        /usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1


<... deleted ...>


The location of this file is in my environment path.

I hope you mean it is in the runtime linker path path not in the $PATH.
I do not think /usr/local/lib is there by the default.
What does crle returns on your system?

Sincerely,

Dmitri.



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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