help-octave
[Top][All Lists]
Advanced

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

Re: install on Sun U10


From: Thomas Walter
Subject: Re: install on Sun U10
Date: Wed, 1 Sep 1999 16:55:48 +0200

>>>>> "royle" == royle  <address@hidden> writes:

    royle> Hi Folks,
    royle>  I have installed Octave successfully on my pentium Linux box and
    royle> am trying to get it running on a Sun Ultra running Solaris 2.6.
    royle> I ran ./configure and that went well, but when I do the make 
    royle> I get literally thousands of lines output that look like those
    royle> shown below.  Apparently, I'm missing something but I'm not
    royle> quite sure what it is. Can someone give me a hint?

    royle> BTW, thanks to all for pointers to the manual yesterday.

    royle> kind regards
    royle> andy


    royle> pt-exp-base.h:30: string: No such file or directory
    royle> In file included from dynamic-ld.cc:65:

Your compiler cannot find the C++ header files.  Either you are not
allowed to read them or they are missing or at a strange place.
Check the common places for C/C++ header files.

If you are using 'gcc':
Edit the Makefile and add '-v' to the compile flags (CXXFLAGS) and
call 'make' again.  Then you should see where it looks for the files.

If not 'gcc':
Use a command like 'locate', 'whereis' or 'find' to look for the
header files.

Bye
Thomas

-- 
Platzangst:
Der dauerhafte Zustand eines Luftballons.

----------------------------------------------
Dipl. Phys. Thomas Walter
Inst. f. Physiklische Chemie II
Egerlandstr. 3                          Tel.: ++9131-85 27326 / 27330
91058 Erlangen, Germany                 email: address@hidden



---------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.  To ensure
that development continues, see www.che.wisc.edu/octave/giftform.html
Instructions for unsubscribing: www.che.wisc.edu/octave/archive.html
---------------------------------------------------------------------



reply via email to

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