help-octave
[Top][All Lists]
Advanced

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

problem with compiling 2.1.36 for irix6.5


From: Lieu D. Hung
Subject: problem with compiling 2.1.36 for irix6.5
Date: Thu, 18 Jul 2002 14:01:31 -0700

Hi,

I ran into problem with octave-2.1.36 on irix6.5 machine. 
  Machine: Origin 200
  OS:    irix6.5.15m
  ./configure --prefix=/path --disable-readline

- When using gcc-2.95.2, I'm able to finish the make with no errors. But when
I execute the binary octave, it crashed.

        /octave/2.1.36.gcc295/bin/octave
        Segmentation fault (core dumped)

- When using gcc-3.0, it fails to generate octave with the following:

>g++  -I. -I.. -I../liboctave -I../src -I../libcruft/misc  -I../glob -I../glob 
-DHAVE_CONFIG_H  -g -O2 -Wall -rdynamic \
-L..    -o octave \
octave.o builtins.o ops.o ../libcruft/blas-xtra/xerbla.o  balance.o  besselj.o 
 betainc.o  chol.o  colloc.o  daspk.o  dassl.o  det.o  eig.o  expm.o  fft.o  
fft2.o  filter.o  find.o  fsolve.o  gammainc.o  getgrent.o  getpwent.o  
getrusage.o  givens.o  hess.o  ifft.o  ifft2.o  inv.o  kron.o  log.o  
lpsolve.o  lsode.o  lu.o  minmax.o  pinv.o  qr.o  quad.o  qz.o  rand.o  
schur.o  sort.o  svd.o  syl.o  time.o \
-L../liboctave -L../libcruft -L../src -L/usr/local/pkg/octave/2.1.36/lib/octave
-2.1.36 \
../src/liboctinterp.a ../liboctave/liboctave.a ../liboctave/liboct-readline.a 
../liboctave/liboct-pathsearch.a  ../libcruft/libcruft.a  
../kpathsea/libkpathsea.a ../glob/glob.o ../glob/fnmatch.o  \
 -lscs  -lcurses -ldl -lm  -L/usr/local/pkg/gcc/3.0/lib/gcc-lib/mips-sgi-irix6.
5/3.0 -L/usr/bin -L/usr/local/pkg/gcc/3.0/lib/gcc-lib/mips-sgi-irix6.5/3.0/../.
./.. -lg2c -lm -L/usr/lib32/mips3 -L/usr/lib32 /usr/local/pkg/gcc/3.0/lib/gcc-l
ib/mips-sgi-irix6.5/3.0/libg2c.a
g++: unrecognized option `-rdynamic'
ld32: WARNING 84 : /usr/lib32/libcurses.so is not used for resolving any 
symbol.
ld32: WARNING 84 : /usr/lib32/libdl.so is not used for resolving any symbol.
ld32: WARNING 84 : /usr/local/pkg/gcc/3.0/lib/gcc-lib/mips-sgi-irix6.5/3.0/libg
2c.a is not used for resolving any symbol.
ld32: ERROR   33 : Unresolved text symbol "octave_value::octave_value(double)" 
-- 1st referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "bind_builtin_variable(basic_string<c
har, string_char_traits<char>, __default_alloc_template<false, 0> > const &, 
octave_value const &, bool, bool, int (*)(void), basic_string<char, 
string_char_traits<char>, __default_alloc_template<false, 0> > const &)" -- 
1st referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "__throw" -- 1st referenced by 
octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_value::~octave_value(void)" 
-- 1st referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "__builtin_new" -- 1st referenced by 
octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "Array<octave_value>::~Array(void)" 
-- 1st referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "terminate(void)" -- 1st referenced 
by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_value_list::elem(int)" -- 
1st referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_value::octave_value(char 
const *)" -- 1st referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_value::octave_value(octave_va
lue_list const &)" -- 1st referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "bind_builtin_constant(basic_string<c
har, string_char_traits<char>, __default_alloc_template<false, 0> > const &, 
octave_value const &, bool, bool, basic_string<char, string_char_traits<char>, 
__default_alloc_template<false, 0> > const &)" -- 1st referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "Array<basic_string<char, 
string_char_traits<char>, __default_alloc_template<false, 0> > >
::~Array(void)" -- 1st referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_env::getenv(basic_string<char
, string_char_traits<char>, __default_alloc_template<false, 0> > const &)" -- 
1st referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_env::putenv(basic_string<char
, string_char_traits<char>, __default_alloc_template<false, 0> > const &, 
basic_string<char, string_char_traits<char>, __default_alloc_template<false, 0>
 > const &)" -- 1st referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "unwind_protect::begin_frame(basic_st
ring<char, string_char_traits<char>, __default_alloc_template<false, 0> > 
const &)" -- 1st referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "unwind_protect::save_bool(bool *, 
bool)" -- 1st referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "parse_and_execute(basic_string<char,
 string_char_traits<char>, __default_alloc_template<false, 0> > const &, bool, 
char const *)" -- 1st referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_env::get_home_directory(void)
" -- 1st referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_time::stamp(void)" -- 1st 
referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "file_stat::update_internal(bool)" 
-- 1st referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "unwind_protect::run_frame(basic_stri
ng<char, string_char_traits<char>, __default_alloc_template<false, 0> > const 
&)" -- 1st referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "cout" -- 1st referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "ostream::operator<<(char const *)" 
-- 1st referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "cerr" -- 1st referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "error(char const *,...)" -- 1st 
referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "warning(char const *,...)" -- 1st 
referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_value::octave_value(Matrix 
const &)" -- 1st referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "Array<double>::~Array(void)" -- 1st 
referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_env::set_program_name(basic_s
tring<char, string_char_traits<char>, __default_alloc_template<false, 0> > 
const &)" -- 1st referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "dir_path::set_program_name(basic_str
ing<char, string_char_traits<char>, __default_alloc_template<false, 0> > const 
&)" -- 1st referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "sysdep_init(void)" -- 1st 
referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "install_defaults(void)" -- 1st 
referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "install_signal_handlers(void)" -- 
1st referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "initialize_file_io(void)" -- 1st 
referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "initialize_symbol_tables(void)" -- 
1st referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "install_types(void)" -- 1st 
referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "install_ops(void)" -- 1st 
referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "install_builtins(void)" -- 1st 
referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "prog_args::init(void)" -- 1st 
referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "prog_args::optarg(void)" -- 1st 
referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "prog_args::getopt(void)" -- 1st 
referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "do_octave_atexit(void)" -- 1st 
referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "initialize_command_input(void)" -- 
1st referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "endl(ostream &) " -- 1st referenced 
by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "command_history::read(bool)" -- 1st 
referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "command_editor::reset_current_comman
d_number(int)" -- 1st referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "prog_args::optind(void)" -- 1st 
referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "get_input_from_file(basic_string<cha
r, string_char_traits<char>, __default_alloc_template<false, 0> > const &, 
int)" -- 1st referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_value::octave_value(basic_str
ing<char, string_char_traits<char>, __default_alloc_template<false, 0> > const 
&)" -- 1st referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "command_editor::blink_matching_paren
(bool)" -- 1st referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "create_buffer(__file_s *) " -- 1st 
referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "switch_to_buffer(yy_buffer_state *) 
 " -- 1st referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "clean_up_and_exit(int)" -- 1st 
referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "get_input_from_stdin(void)" -- 1st 
referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "main_loop(void)" -- 1st referenced 
by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "__out_of_range(char const *)" -- 
1st referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "__length_error(char const *)" -- 
1st referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "ostream::write(char const *, int)" 
-- 1st referenced by octave.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "Ffile_in_loadpath(octave_value_list 
const&, int)" -- 1st referenced by builtins.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "Ffile_in_path(octave_value_list 
const&, int)" -- 1st referenced by builtins.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "Fdo_string_escapes(octave_value_list
 const&, int)" -- 1st referenced by builtins.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "Fundo_string_escapes(octave_value_li
st const&, int)" -- 1st referenced by builtins.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "FERRNO(octave_value_list const&, 
int)" -- 1st referenced by builtins.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "symbols_of_utils()   " -- 1st 
referenced by builtins.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "empty_arg(char const*, int, int)" 
-- 1st referenced by balance.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "keyword_almost_match(char const* 
const*, int*, std::string const&, int, int)" -- 1st referenced by daspk.o.
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_stream::octave_stream(octave_
stream const&)" -- 1st referenced by ../src/liboctinterp.a(ov.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "check_preference(std::string 
const&)" -- 1st referenced by ../src/liboctinterp.a(ov.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_stream_list::lookup(octave_va
lue const&, std::string const&)" -- 1st referenced by 
../src/liboctinterp.a(syscalls.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_stream::~octave_stream()" -- 
1st referenced by ../src/liboctinterp.a(syscalls.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_base_stream::file_number()   
  " -- 1st referenced by ../src/liboctinterp.a(syscalls.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_stream_list::insert(octave_st
ream const&)" -- 1st referenced by ../src/liboctinterp.a(syscalls.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "fcn_file_in_path(std::string 
const&)" -- 1st referenced by ../src/liboctinterp.a(variables.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "oct_file_in_path(std::string 
const&)" -- 1st referenced by ../src/liboctinterp.a(variables.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "file_in_path(std::string const&, 
std::string const&)" -- 1st referenced by ../src/liboctinterp.a(variables.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_stream::octave_stream(octave_
base_stream*)" -- 1st referenced by ../src/liboctinterp.a(ov-base.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "get_dimensions(octave_value const&, 
octave_value const&, char const*, int&, int&)" -- 1st referenced by 
../src/liboctinterp.a(data.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "get_dimensions(octave_value const&, 
char const*, int&, int&)" -- 1st referenced by ../src/liboctinterp.a(data.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_stream::name() const" -- 1st 
referenced by ../src/liboctinterp.a(ov-file.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_stream::mode() const" -- 1st 
referenced by ../src/liboctinterp.a(ov-file.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_stream::mode_as_string(int)  
" -- 1st referenced by ../src/liboctinterp.a(ov-file.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_stream::float_format() 
const" -- 1st referenced by ../src/liboctinterp.a(ov-file.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_stream::is_open() const" -- 
1st referenced by ../src/liboctinterp.a(ov-file.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_stream_list::clear()    " -- 
1st referenced by ../src/liboctinterp.a(file-io.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_stream_list::remove(octave_va
lue const&, std::string const&)" -- 1st referenced by 
../src/liboctinterp.a(file-io.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_stream_list::get_file_number(
octave_value const&) " -- 1st referenced by ../src/liboctinterp.a(file-io.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_stream_list::lookup(int, 
std::string const&)" -- 1st referenced by ../src/liboctinterp.a(file-io.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_stream::flush()    " -- 1st 
referenced by ../src/liboctinterp.a(file-io.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_stream::getl(octave_value 
const&, bool&)" -- 1st referenced by ../src/liboctinterp.a(file-io.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_stream::gets(octave_value 
const&, bool&)" -- 1st referenced by ../src/liboctinterp.a(file-io.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_fstream::create(std::string 
const&, std::_Ios_Openmode, oct_mach_info::float_format)" -- 1st referenced by 
../src/liboctinterp.a(file-io.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_stream::operator=(octave_stre
am const&)" -- 1st referenced by ../src/liboctinterp.a(file-io.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_stream::error(bool, int&)" 
-- 1st referenced by ../src/liboctinterp.a(file-io.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_stream_list::open_file_number
s()     " -- 1st referenced by ../src/liboctinterp.a(file-io.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_stream_list::get_info(octave_
value const&)" -- 1st referenced by ../src/liboctinterp.a(file-io.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_stream_list::list_open_files(
)     " -- 1st referenced by ../src/liboctinterp.a(file-io.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_stream::rewind()    " -- 1st 
referenced by ../src/liboctinterp.a(file-io.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_stream::seek(octave_value 
const&, octave_value const&)" -- 1st referenced by 
../src/liboctinterp.a(file-io.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_stream::tell() const" -- 1st 
referenced by ../src/liboctinterp.a(file-io.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_stream::printf(std::string 
const&, octave_value_list const&)" -- 1st referenced by 
../src/liboctinterp.a(file-io.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_stream::puts(octave_value 
const&)" -- 1st referenced by ../src/liboctinterp.a(file-io.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_stream::scanf(std::string 
const&, Array<double> const&, int&)" -- 1st referenced by 
../src/liboctinterp.a(file-io.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_stream::oscanf(std::string 
const&)" -- 1st referenced by ../src/liboctinterp.a(file-io.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_stream::read(Array<double> 
const&, oct_data_conv::data_type, int, oct_mach_info::float_format, int&)" -- 
1st referenced by ../src/liboctinterp.a(file-io.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_stream::write(octave_value 
const&, oct_data_conv::data_type, int, oct_mach_info::float_format)" -- 1st 
referenced by ../src/liboctinterp.a(file-io.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_stream::eof() const" -- 1st 
referenced by ../src/liboctinterp.a(file-io.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "almost_match(std::string const&, 
std::string const&, int, int)" -- 1st referenced by 
../src/liboctinterp.a(pt-plot.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "octave_vformat(std::ostream&, char 
const*, char*)" -- 1st referenced by ../src/liboctinterp.a(error.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "jump_to_top_level()   " -- 1st 
referenced by ../src/liboctinterp.a(sighandlers.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "undo_string_escape(char)" -- 1st 
referenced by ../src/liboctinterp.a(lex.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "do_string_escapes(std::string 
const&)" -- 1st referenced by ../src/liboctinterp.a(lex.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: ERROR   33 : Unresolved text symbol "undo_string_escapes(std::string 
const&)" -- 1st referenced by ../src/liboctinterp.a(pr-output.o).
        Use linker option -v to see when and which objects, archives and dsos 
are loaded.
ld32: INFO    152: Output file removed because of error.
collect2: ld returned 2 exit status
gmake[2]: *** [octave] Error 1
_____________________________

Thanks,
ldh




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