help-octave
[Top][All Lists]
Advanced

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

RedHet Enterprise 3 build


From: Jason Russler
Subject: RedHet Enterprise 3 build
Date: Wed, 22 Mar 2006 13:30:18 -0500
User-agent: Thunderbird 1.5 (X11/20060313)

Hi all,
Does anyone know what to make of this? It's the output of "make" when trying to build Octave. I was able to build this with gcc 4.0 on a Fedora Core 4 system with no issues but this is what happens on an RHE3 box. Are there any RHE3 (gcc 3.2.3) users that recognize this?
-Jason
***********************************************************
*
*  To compile Octave, you will need a recent versions of
*  the following software:
*
*    g++ (3.2.x or a more recent version)
*
*    flex (2.5.4 or a more recent version) -- required if
*    you need to recreate lex.cc from lex.l
*
*    bison (1.31 or a more recent version) -- required if
*    you need to recreate parse.cc from parse.y
*
*    gperf (3.0.1 or a more recent version) -- required if
*    you need to recreate oct-gperf.h from octave.gperf
*
*  Now would be a good time to read INSTALL.OCTAVE if
*  you have not done so already.
*
***********************************************************

make -f octMakefile all
make[1]: Entering directory `/spin/users/jrussler/octave'
make -C libcruft all
make[2]: Entering directory `/spin/users/jrussler/octave/libcruft'
make -C amos all
make[3]: Entering directory `/spin/users/jrussler/octave/libcruft/amos'
warning: run make in parent directory to update libraries
make[3]: Leaving directory `/spin/users/jrussler/octave/libcruft/amos'
make -C blas-xtra all
make[3]: Entering directory `/spin/users/jrussler/octave/libcruft/blas-xtra'
warning: run make in parent directory to update libraries
make[3]: Leaving directory `/spin/users/jrussler/octave/libcruft/blas-xtra'
make -C daspk all
make[3]: Entering directory `/spin/users/jrussler/octave/libcruft/daspk'
warning: run make in parent directory to update libraries
make[3]: Leaving directory `/spin/users/jrussler/octave/libcruft/daspk'
make -C dasrt all
make[3]: Entering directory `/spin/users/jrussler/octave/libcruft/dasrt'
warning: run make in parent directory to update libraries
make[3]: Leaving directory `/spin/users/jrussler/octave/libcruft/dasrt'
make -C dassl all
make[3]: Entering directory `/spin/users/jrussler/octave/libcruft/dassl'
warning: run make in parent directory to update libraries
make[3]: Leaving directory `/spin/users/jrussler/octave/libcruft/dassl'
make -C lapack-xtra all
make[3]: Entering directory `/spin/users/jrussler/octave/libcruft/lapack-xtra'
warning: run make in parent directory to update libraries
make[3]: Leaving directory `/spin/users/jrussler/octave/libcruft/lapack-xtra'
make -C minpack all
make[3]: Entering directory `/spin/users/jrussler/octave/libcruft/minpack'
warning: run make in parent directory to update libraries
make[3]: Leaving directory `/spin/users/jrussler/octave/libcruft/minpack'
make -C misc all
make[3]: Entering directory `/spin/users/jrussler/octave/libcruft/misc'
warning: run make in parent directory to update libraries
make[3]: Leaving directory `/spin/users/jrussler/octave/libcruft/misc'
make -C odepack all
make[3]: Entering directory `/spin/users/jrussler/octave/libcruft/odepack'
warning: run make in parent directory to update libraries
make[3]: Leaving directory `/spin/users/jrussler/octave/libcruft/odepack'
make -C ordered-qz all
make[3]: Entering directory `/spin/users/jrussler/octave/libcruft/ordered-qz'
warning: run make in parent directory to update libraries
make[3]: Leaving directory `/spin/users/jrussler/octave/libcruft/ordered-qz'
make -C quadpack all
make[3]: Entering directory `/spin/users/jrussler/octave/libcruft/quadpack'
warning: run make in parent directory to update libraries
make[3]: Leaving directory `/spin/users/jrussler/octave/libcruft/quadpack'
make -C ranlib all
make[3]: Entering directory `/spin/users/jrussler/octave/libcruft/ranlib'
warning: run make in parent directory to update libraries
make[3]: Leaving directory `/spin/users/jrussler/octave/libcruft/ranlib'
make -C slatec-err all
make[3]: Entering directory `/spin/users/jrussler/octave/libcruft/slatec-err'
warning: run make in parent directory to update libraries
make[3]: Leaving directory `/spin/users/jrussler/octave/libcruft/slatec-err'
make -C slatec-fn all
make[3]: Entering directory `/spin/users/jrussler/octave/libcruft/slatec-fn'
warning: run make in parent directory to update libraries
make[3]: Leaving directory `/spin/users/jrussler/octave/libcruft/slatec-fn'
make -C villad all
make[3]: Entering directory `/spin/users/jrussler/octave/libcruft/villad'
warning: run make in parent directory to update libraries
make[3]: Leaving directory `/spin/users/jrussler/octave/libcruft/villad'
make libcruft.so.2.9.5
make[3]: Entering directory `/spin/users/jrussler/octave/libcruft'
make[3]: `libcruft.so.2.9.5' is up to date.
make[3]: Leaving directory `/spin/users/jrussler/octave/libcruft'
make[2]: Leaving directory `/spin/users/jrussler/octave/libcruft'
make -C liboctave all
make[2]: Entering directory `/spin/users/jrussler/octave/liboctave'
make[2]: Leaving directory `/spin/users/jrussler/octave/liboctave'
make -C src all
make[2]: Entering directory `/spin/users/jrussler/octave/src'
making defaults.h from defaults.h.in
defaults.h is unchanged
making oct-conf.h from oct-conf.h.in
oct-conf.h is unchanged
rm -f liboctinterp.so
g++ -shared -Wl,-soname -Wl,liboctinterp.so -o liboctinterp.so pic/Cell.o 
pic/bitfcns.o pic/c-file-ptr-stream.o pic/comment-list.o pic/cutils.o 
pic/data.o pic/debug.o pic/defaults.o pic/defun.o pic/dirfns.o pic/dynamic-ld.o 
pic/error.o pic/file-io.o pic/fn-cache.o pic/gripes.o pic/help.o pic/input.o 
pic/lex.o pic/load-save.o pic/ls-hdf5.o pic/ls-mat-ascii.o pic/ls-mat4.o 
pic/ls-mat5.o pic/ls-oct-ascii.o pic/ls-oct-binary.o pic/ls-utils.o pic/main.o 
pic/mappers.o pic/matherr.o pic/oct-fstrm.o pic/oct-hist.o pic/oct-iostrm.o 
pic/oct-map.o pic/oct-obj.o pic/oct-prcstrm.o pic/oct-procbuf.o 
pic/oct-stream.o pic/octave.o pic/zfstream.o pic/oct-strstrm.o pic/oct-lvalue.o 
pic/pager.o pic/parse.o pic/pr-output.o pic/procstream.o pic/sighandlers.o 
pic/siglist.o pic/sparse-xdiv.o pic/sparse-xpow.o pic/strcasecmp.o 
pic/strncase.o pic/strfns.o pic/symtab.o pic/syscalls.o pic/sysdep.o 
pic/token.o pic/toplev.o pic/unwind-prot.o pic/utils.o pic/variables.o 
pic/xdiv.o pic/xpow.o pic/__gnuplot_raw__.o pic/ov-base.o pic/ov-ch-mat.o 
pic/ov-cs-list.o pic/ov-list.o pic/ov-re-mat.o pic/ov-cx-mat.o pic/ov-range.o 
pic/ov-scalar.o pic/ov-complex.o pic/ov-str-mat.o pic/ov-streamoff.o 
pic/ov-struct.o pic/ov-va-args.o pic/ov-colon.o pic/ov-bool-mat.o pic/ov-bool.o 
pic/ov-cell.o pic/ov.o pic/ov-fcn.o pic/ov-builtin.o pic/ov-dld-fcn.o 
pic/ov-mapper.o pic/ov-usr-fcn.o pic/ov-fcn-handle.o pic/ov-fcn-inline.o 
pic/ov-typeinfo.o pic/ov-int8.o pic/ov-int16.o pic/ov-int32.o pic/ov-int64.o 
pic/ov-uint8.o pic/ov-uint16.o pic/ov-uint32.o pic/ov-uint64.o 
pic/ov-base-sparse.o pic/ov-bool-sparse.o pic/ov-cx-sparse.o pic/ov-re-sparse.o 
pic/pt.o pic/pt-arg-list.o pic/pt-assign.o pic/pt-bp.o pic/pt-binop.o 
pic/pt-cell.o pic/pt-check.o pic/pt-cmd.o pic/pt-colon.o pic/pt-const.o 
pic/pt-decl.o pic/pt-except.o pic/pt-exp.o pic/pt-fcn-handle.o pic/pt-id.o 
pic/pt-idx.o pic/pt-jump.o pic/pt-loop.o pic/pt-mat.o pic/pt-misc.o 
pic/pt-pr-code.o pic/pt-select.o pic/pt-stmt.o pic/pt-unop.o pic/op-b-b.o 
pic/op-b-bm.o pic/op-bm-b.o pic/op-bm-bm.o pic/op-cell.o pic/op-chm.o 
pic/op-cm-cm.o pic/op-cm-cs.o pic/op-cm-m.o pic/op-cm-s.o pic/op-cs-cm.o 
pic/op-cs-cs.o pic/op-cs-m.o pic/op-cs-s.o pic/op-list.o pic/op-m-cm.o 
pic/op-m-cs.o pic/op-m-m.o pic/op-m-s.o pic/op-range.o pic/op-s-cm.o 
pic/op-s-cs.o pic/op-s-m.o pic/op-s-s.o pic/op-str-m.o pic/op-str-s.o 
pic/op-str-str.o pic/op-streamoff.o pic/op-struct.o pic/op-int-concat.o 
pic/op-int-conv.o pic/op-double-conv.o pic/op-i8-i8.o pic/op-i16-i16.o 
pic/op-i32-i32.o pic/op-i64-i64.o pic/op-ui8-ui8.o pic/op-ui16-ui16.o 
pic/op-ui32-ui32.o pic/op-ui64-ui64.o pic/op-bm-sbm.o pic/op-b-sbm.o 
pic/op-cm-scm.o pic/op-cm-sm.o pic/op-cs-scm.o pic/op-cs-sm.o pic/op-m-scm.o 
pic/op-m-sm.o pic/op-sbm-b.o pic/op-sbm-bm.o pic/op-sbm-sbm.o pic/op-scm-cm.o 
pic/op-scm-cs.o pic/op-scm-m.o pic/op-scm-s.o pic/op-scm-scm.o pic/op-scm-sm.o 
pic/op-sm-cm.o pic/op-sm-cs.o pic/op-sm-m.o pic/op-sm-s.o pic/op-sm-scm.o 
pic/op-sm-sm.o pic/op-s-scm.o pic/op-s-sm.o pic/Array-os.o pic/Array-sym.o 
pic/Array-tc.o pic/oct-errno.o pic/builtins.o pic/ops.o 
../libcruft/blas-xtra/pic/xerbla.o -L../liboctave -loctave -L../libcruft 
-lcruft -lreadline  -lncurses -ldl -lm  
-L/usr/lib/gcc-lib/i386-redhat-linux/3.2.3 
-L/usr/lib/gcc-lib/i386-redhat-linux/3.2.3/../../.. -lfrtbegin -lg2c -lm -lgcc_s
/usr/bin/ld: Warning: alignment 4 of symbol `' in pic/ov-cell.o is smaller than 
8 in pic/ov-cell.o
/usr/bin/ld: Warning: size of symbol `' changed from 8 in pic/ov-cell.o to 12 
in pic/ov-cell.o
pic/ov-cell.o(.data+0x0):/spin/users/jrussler/octave/src/ov-cell.cc:59: 
multiple definition of `no symbol'
pic/ov-cell.o(.bss+0x4):../liboctave/Array.h:261: first defined here
/usr/bin/ld: Warning: size of symbol `' changed from 12 in pic/ov-cell.o to 4 
in pic/ov-cell.o
pic/ov-cell.o(.bss+0x10):/usr/include/c++/3.2.3/bits/stl_list.h:711: multiple 
definition of `no symbol'
pic/ov-cell.o(.bss+0x4):../liboctave/Array.h:261: first defined here
pic/ov-cell.o(.bss+0x14):/spin/users/jrussler/octave/src/ov.h:839: multiple 
definition of `no symbol'
pic/ov-cell.o(.bss+0x4):../liboctave/Array.h:261: first defined here
pic/ov-cell.o(.text+0x0): In function `no symbol':
: multiple definition of `no symbol'
pic/ov-cell.o(.bss+0x4):../liboctave/Array.h:261: first defined here
/usr/bin/ld: Warning: size of symbol `' changed from 4 in pic/ov-cell.o to 653 
in pic/ov-cell.o
/usr/bin/ld: Warning: type of symbol `' changed from 1 to 2 in pic/ov-cell.o
/usr/bin/ld: Warning: size of symbol `' changed from 653 in pic/ov-cell.o to 
508 in pic/ov-cell.o
/usr/bin/ld: Warning: type of symbol `' changed from 2 to 1 in pic/ov-cell.o
/usr/bin/ld: Warning: size of symbol `' changed from 508 in pic/ov-cell.o to 16 
in pic/ov-cell.o
/usr/bin/ld: Warning: size of symbol `' changed from 16 in pic/ov-cell.o to 80 
in pic/ov-cell.o
/usr/bin/ld: Warning: type of symbol `' changed from 1 to 2 in pic/ov-cell.o
/usr/bin/ld: Warning: size of symbol `' changed from 80 in pic/ov-cell.o to 16 
in pic/ov-cell.o
/usr/bin/ld: Warning: type of symbol `' changed from 2 to 1 in pic/ov-cell.o
/usr/bin/ld: Warning: size of symbol `' changed from 16 in pic/ov-cell.o to 508 
in pic/ov-cell.o
/usr/bin/ld: Warning: size of symbol `' changed from 508 in pic/ov-cell.o to 47 
in pic/ov-cell.o
/usr/bin/ld: Warning: type of symbol `' changed from 1 to 2 in pic/ov-cell.o
/usr/bin/ld: Warning: alignment 4 of symbol `' in pic/ov-cell.o is smaller than 
8 in pic/ov-cell.o
pic/ov-cell.o(.text+0x290): In function `no symbol':
/spin/users/jrussler/octave/src/ov-cell.cc:64: multiple definition of `no 
symbol'
pic/ov-cell.o(.bss+0x4):../liboctave/Array.h:261: first defined here
/usr/bin/ld: Warning: size of symbol `' changed from 47 in pic/ov-cell.o to 
4343 in pic/ov-cell.o
/usr/bin/ld: Warning: size of symbol `' changed from 4343 in pic/ov-cell.o to 
16 in pic/ov-cell.o
/usr/bin/ld: Warning: type of symbol `' changed from 2 to 1 in pic/ov-cell.o
/usr/bin/ld: Warning: size of symbol `' changed from 16 in pic/ov-cell.o to 462 
in pic/ov-cell.o
/usr/bin/ld: Warning: type of symbol `' changed from 1 to 2 in pic/ov-cell.o
/usr/bin/ld: Warning: size of symbol `' changed from 462 in pic/ov-cell.o to 
104 in pic/ov-cell.o
/usr/bin/ld: Warning: size of symbol `' changed from 104 in pic/ov-cell.o to 42 
in pic/ov-cell.o
/usr/bin/ld: Warning: size of symbol `' changed from 42 in pic/ov-cell.o to 52 
in pic/ov-cell.o
/usr/bin/ld: Warning: size of symbol `' changed from 52 in pic/ov-cell.o to 157 
in pic/ov-cell.o
/usr/bin/ld: Warning: size of symbol `' changed from 157 in pic/ov-cell.o to 16 
in pic/ov-cell.o
/usr/bin/ld: Warning: type of symbol `' changed from 2 to 1 in pic/ov-cell.o
/usr/bin/ld: Warning: size of symbol `' changed from 16 in pic/ov-cell.o to 64 
in pic/ov-cell.o
/usr/bin/ld: Warning: type of symbol `' changed from 1 to 2 in pic/ov-cell.o
/usr/bin/ld: Warning: size of symbol `' changed from 64 in pic/ov-cell.o to 209 
in pic/ov-cell.o
/usr/bin/ld: Warning: alignment 4 of symbol `' in pic/ov-cell.o is smaller than 
8 in pic/ov-fcn.o
/usr/bin/ld: Warning: alignment 4 of symbol `' in pic/ov-cell.o is smaller than 
8 in pic/ov-fcn.o
pic/ov-fcn.o(.bss+0x4):/spin/users/jrussler/octave/src/ov-fcn.cc:36: multiple 
definition of `no symbol'
pic/ov-cell.o(.bss+0x4):../liboctave/Array.h:261: first defined here
/usr/bin/ld: Warning: size of symbol `' changed from 209 in pic/ov-cell.o to 12 
in pic/ov-fcn.o
/usr/bin/ld: Warning: type of symbol `' changed from 2 to 1 in pic/ov-fcn.o
pic/ov-fcn.o(.text+0x0): In function `no symbol':
: multiple definition of `no symbol'
pic/ov-cell.o(.bss+0x4):../liboctave/Array.h:261: first defined here
/usr/bin/ld: Warning: size of symbol `' changed from 12 in pic/ov-cell.o to 40 
in pic/ov-fcn.o
/usr/bin/ld: Warning: type of symbol `' changed from 1 to 2 in pic/ov-fcn.o
pic/ov-fcn.o(.text+0x28): In function `no symbol':
/spin/users/jrussler/octave/src/ov-fcn.cc:43: multiple definition of `no symbol'
pic/ov-cell.o(.bss+0x4):../liboctave/Array.h:261: first defined here
/usr/bin/ld: Warning: alignment 4 of symbol `' in pic/ov-cell.o is smaller than 
8 in pic/ov-fcn.o
/usr/bin/ld: Warning: alignment 4 of symbol `' in pic/ov-cell.o is smaller than 
8 in pic/ov-fcn.o
/usr/bin/ld: Warning: alignment 4 of symbol `' in pic/ov-cell.o is smaller than 
8 in pic/ov-fcn.o
/usr/bin/ld: Warning: alignment 4 of symbol `' in pic/ov-cell.o is smaller than 
8 in pic/ov-fcn.o
/usr/bin/ld: Warning: alignment 4 of symbol `' in pic/ov-cell.o is smaller than 
8 in pic/ov-fcn.o
/usr/bin/ld: Warning: alignment 4 of symbol `' in pic/ov-cell.o is smaller than 
8 in pic/ov-fcn.o
/usr/bin/ld: Warning: alignment 4 of symbol `' in pic/ov-cell.o is smaller than 
8 in pic/ov-fcn.o
/usr/bin/ld: Warning: alignment 4 of symbol `' in pic/ov-cell.o is smaller than 
8 in pic/ov-fcn.o
/usr/bin/ld: Warning: alignment 4 of symbol `' in pic/ov-cell.o is smaller than 
8 in pic/ov-fcn-inline.o
/usr/bin/ld: Warning: alignment 4 of symbol `' in pic/ov-cell.o is smaller than 
8 in pic/ov-fcn-inline.o
/usr/bin/ld: Warning: alignment 4 of symbol `' in pic/ov-cell.o is smaller than 
8 in pic/ov-fcn-inline.o
pic/ov-fcn-inline.o(.bss+0x4):/spin/users/jrussler/octave/src/ov-fcn-inline.cc:53:
 multiple definition of `no symbol'
pic/ov-cell.o(.bss+0x4):../liboctave/Array.h:261: first defined here
/usr/bin/ld: Warning: size of symbol `' changed from 7 in pic/ov-cell.o to 12 
in pic/ov-fcn-inline.o
/usr/bin/ld: Warning: type of symbol `' changed from 2 to 1 in 
pic/ov-fcn-inline.o
pic/ov-fcn-inline.o(.data+0x0): multiple definition of `no symbol'
pic/ov-cell.o(.bss+0x4):../liboctave/Array.h:261: first defined here
/usr/bin/ld: Warning: size of symbol `' changed from 12 in pic/ov-cell.o to 4 
in pic/ov-fcn-inline.o
pic/ov-fcn-inline.o(.bss+0x10):../liboctave/Array.h:205: multiple definition of 
`no symbol'
pic/ov-cell.o(.bss+0x4):../liboctave/Array.h:261: first defined here
pic/ov-fcn-inline.o(.bss+0x14):/usr/include/c++/3.2.3/bits/stl_alloc.h:236: 
multiple definition of `no symbol'
pic/ov-cell.o(.bss+0x4):../liboctave/Array.h:261: first defined here
/usr/bin/ld: Warning: alignment 4 of symbol `' in pic/ov-cell.o is smaller than 
8 in pic/ov-fcn-inline.o
pic/ov-fcn-inline.o(.text+0x0): In function `no symbol':
: multiple definition of `no symbol'
pic/ov-cell.o(.bss+0x4):../liboctave/Array.h:261: first defined here
/usr/bin/ld: Warning: size of symbol `' changed from 4 in pic/ov-cell.o to 532 
in pic/ov-fcn-inline.o
/usr/bin/ld: Warning: type of symbol `' changed from 1 to 2 in 
pic/ov-fcn-inline.o
pic/ov-fcn-inline.o(.text+0x214): In function `bool 
extract_keyword<int>(std::basic_istream<char, std::char_traits<char> >&, char 
const*, int&, bool)':
/spin/users/jrussler/octave/src/ov-fcn-inline.cc:58: multiple definition of `no 
symbol'
pic/ov-cell.o(.bss+0x4):../liboctave/Array.h:261: first defined here
/usr/bin/ld: Warning: size of symbol `' changed from 115 in pic/ov-cell.o to 
2443 in pic/ov-fcn-inline.o
pic/ov-fcn-inline.o(.text+0xba0): In function `no symbol':
/spin/users/jrussler/octave/src/ov-fcn-inline.cc:58: multiple definition of `no 
symbol'
pic/ov-cell.o(.bss+0x4):../liboctave/Array.h:261: first defined here
/usr/bin/ld: Warning: size of symbol `' changed from 135 in pic/ov-cell.o to 
1787 in pic/ov-fcn-inline.o
pic/ov-fcn-inline.o(.text+0x129c): In function `no symbol':
/spin/users/jrussler/octave/src/ov-fcn-inline.cc:96: multiple definition of `no 
symbol'
pic/ov-cell.o(.bss+0x4):../liboctave/Array.h:261: first defined here
/usr/bin/ld: Warning: size of symbol `' changed from 187 in pic/ov-cell.o to 
393 in pic/ov-fcn-inline.o
pic/ov-fcn-inline.o(.text+0x1428): In function `no symbol':
/spin/users/jrussler/octave/src/ov-fcn-inline.cc:111: multiple definition of 
`no symbol'
pic/ov-cell.o(.bss+0x4):../liboctave/Array.h:261: first defined here
/usr/bin/ld: Warning: size of symbol `' changed from 393 in pic/ov-cell.o to 
1740 in pic/ov-fcn-inline.o
pic/ov-fcn-inline.o(.text+0x1af4): In function `no symbol':
/spin/users/jrussler/octave/src/ov-fcn-inline.cc:158: multiple definition of 
`no symbol'
pic/ov-cell.o(.bss+0x4):../liboctave/Array.h:261: first defined here
/usr/bin/ld: Warning: size of symbol `' changed from 132 in pic/ov-cell.o to 
522 in pic/ov-fcn-inline.o
pic/ov-fcn-inline.o(.text+0x1d00): In function `no symbol':
/spin/users/jrussler/octave/src/ov-fcn-inline.cc:179: multiple definition of 
`no symbol'
pic/ov-cell.o(.bss+0x4):../liboctave/Array.h:261: first defined here
/usr/bin/ld: Warning: size of symbol `' changed from 522 in pic/ov-cell.o to 
1849 in pic/ov-fcn-inline.o
pic/ov-fcn-inline.o(.text+0x243c): In function `no symbol':
/spin/users/jrussler/octave/src/ov-fcn-inline.cc:532: multiple definition of 
`no symbol'
pic/ov-cell.o(.bss+0x4):../liboctave/Array.h:261: first defined here
/usr/bin/ld: Warning: size of symbol `' changed from 46 in pic/ov-cell.o to 62 
in pic/ov-fcn-inline.o
pic/ov-fcn-inline.o(.text+0x247c): In function `no symbol':
/spin/users/jrussler/octave/src/ov-fcn-inline.cc:539: multiple definition of 
`no symbol'
pic/ov-cell.o(.bss+0x4):../liboctave/Array.h:261: first defined here
/usr/bin/ld: Warning: size of symbol `' changed from 62 in pic/ov-cell.o to 
1089 in pic/ov-fcn-inline.o
pic/ov-fcn-inline.o(.text+0x28c0): In function `no symbol':
/spin/users/jrussler/octave/src/ov-fcn-inline.cc:564: multiple definition of 
`no symbol'
pic/ov-cell.o(.bss+0x4):../liboctave/Array.h:261: first defined here
/usr/bin/ld: Warning: size of symbol `' changed from 1089 in pic/ov-cell.o to 
159 in pic/ov-fcn-inline.o
pic/ov-fcn-inline.o(.text+0x2960): In function `Finline(octave_value_list 
const&, int)':
/spin/users/jrussler/octave/src/ov-fcn-inline.cc:589: multiple definition of 
`no symbol'
pic/ov-cell.o(.bss+0x4):../liboctave/Array.h:261: first defined here
/usr/bin/ld: Warning: size of symbol `' changed from 159 in pic/ov-cell.o to 
5190 in pic/ov-fcn-inline.o
/usr/bin/ld: pic/ov-int8.o: access beyond end of merged section (220884 + 0)
collect2: ld returned 1 exit status
make[2]: *** [liboctinterp.so] Error 1
make[2]: Leaving directory `/spin/users/jrussler/octave/src'
make[1]: *** [src] Error 2
make[1]: Leaving directory `/spin/users/jrussler/octave'
make: *** [all] Error 2

reply via email to

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