help-octave
[Top][All Lists]
Advanced

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

compile problem on Solaris


From: John W. Eaton
Subject: compile problem on Solaris
Date: Mon, 21 Apr 2003 12:43:37 -0500

On 21-Apr-2003, Dmitri A. Sergatskov <address@hidden> wrote:

| I am trying to compile octave 2.1.46 on Sparc Solaris 8
| and it fails close to the end:
| 
| make[4]: `DOCSTRINGS' is up to date.
| make[4]: Leaving directory `/usr/local/src/octave-2.1.46/scripts'
| g++ -O2 -mcpu=ultrasparc -mtune=ultrasparc -pipe -o munge-texi munge-texi.cc
| Undefined                       first referenced
|   symbol                             in file
| std::__default_alloc_template<(bool)1, 
(int)0>::_S_force_new/var/tmp//ccCFoBPy.o
| ld: fatal: Symbol referencing errors. No output written to munge-texi
| collect2: ld returned 1 exit status
| make[3]: *** [munge-texi] Error 1
| 
| gcc 3.2.2, binutils 2.11.2
| Most other stuff (autoconf, automake, sed...) pretty recent as well.
| 
| ./configure --enable-shared --enable-rpath --with-readline=gnu --with-fastblas
| 
| What am I missing?

The file doc/interpreter/munge-texi.cc is a small (< 200 lines)
self-contained C++ program that I think uses only standard C++
features.  I'd guess that something is wrong with your compiler
installation.  Can you compile it with

  g++ munge-texi.cc

?

jwe



-------------------------------------------------------------
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]