help-octave
[Top][All Lists]
Advanced

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

Trouble compiling octave 2.0.6 under HP-UX 10.00


From: Roberto Dominijanni
Subject: Trouble compiling octave 2.0.6 under HP-UX 10.00
Date: Mon, 2 Jun 97 11:03:22 EDT

I am having some trouble compiling octave 2.0.6 under HP-UX 10.00
I am using all the latest versions of gcc, libg++, make, and so on,
and the latest version of f2c from netlib.bell-labs.com.

I edited configure to force it to find /usr/local/lib/libf2c.a (it
couldn't do it on its own), removed the section where it looks for the
c++ libraries (to avoid the bus error) and then invoked it with the command

echo "CC=gcc CFLAGS=-O3 CXX=gcc CXXFLAGS=-O3 ./configure --with-f2c" | /bin/sh

and added

#include <cfloat>

to src/mappers.cc.  Compilation then proceeded up to

gcc -c  -I. -I.. -I../liboctave -I../src -I../glob -I../libcruft/misc  
-DHAVE_CONFIG_H  -fno-implicit-templates  -O3 dynamic-ld.cc

after which it died with

dynamic-ld.cc: In function `void * shl_resolve_octave_reference(const class 
basic_string<char,string_char_traits<char> > &, const class 
basic_string<char,string_char_traits<char> > &)':
dynamic-ld.cc:127: passing `mapped_shl_entry *' as argument 1 of 
`shl_findsym(mapped_shl_entry **, const char *, short int, void *)'

Any ideas for a fix would be much appreciated.

Roberto Dominijanni


reply via email to

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