[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Octave installation on Solaris 2
From: |
michel . minondo |
Subject: |
Octave installation on Solaris 2 |
Date: |
Wed, 7 Feb 2001 08:17:00 +0100 |
Hi.
Here we 're trying to install Octave version 2.0.16 on our unix system
Solaris 2.5.
The 1st step was to run the program configure: run with success.
The 2nd step was to run the command: gnumake CFLAGS=-O CXXFLAGS=-O
LDFLAGS=-s
The following error messages come when compiling C++ code:
g++ -c -I. -I.. -I../liboctave -I../src -I../libcruft/misc -I../glob
-I../glob -DHAVE_CONFIG_H -fno-rtti -fno-exceptions
-fno-implicit-templates -O SLStack-ue.cc
ar rc liboctinterp.a SLStack-ue.o
g++ -c -I. -I.. -I../liboctave -I../src -I../libcruft/misc -I../glob
-I../glob -DHAVE_CONFIG_H -fno-rtti -fno-exceptions
-fno-implicit-templates -O SLStack-ui.cc
ar rc liboctinterp.a SLStack-ui.o
g++ -c -I. -I.. -I../liboctave -I../src -I../libcruft/misc -I../glob
-I../glob -DHAVE_CONFIG_H -fno-rtti -fno-exceptions
-fno-implicit-templates -O octave.cc
octave.cc: In function `void initialize_globals(const string &)':
octave.cc:209: implicit declaration of function `int gethostname(...)'
gnumake[2]: *** [octave.o] Error 1
gnumake[2]: Leaving directory `/work/utmost/Octave/octave-2.0.16/src'
gnumake[1]: *** [src] Error 2
gnumake[1]: Leaving directory `/work/utmost/Octave/octave-2.0.16'
gnumake: *** [all] Error 2
882.0u 145.0s 22:54 74% 0+0k 0+0io 0pf+0w
Do you have any idea to help?
Thanks
Michel & Denis
-------------------------------------------------------------
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
-------------------------------------------------------------
- Octave installation on Solaris 2,
michel . minondo <=