help-octave
[Top][All Lists]
Advanced

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

Octave/.oct files


From: A S Hodel
Subject: Octave/.oct files
Date: Mon, 20 May 2002 16:33:23 -0500
User-agent: Microsoft-Entourage/10.0.0.1331

I'm attempting to use mkoctfile under Mac OS X (fink installation of
2.1.35).  I get error messages involving many undefined symbols (output
below).   Two questions:

1) Can .oct files be run under OS X?
2) If so, can the fink distribution be modified to enable such by default?

Here's the output I get:

[hodel:src/octave-2.1.35/examples] hodelas% mkoctfile oregonator.cc
/usr/bin/ld: Undefined symbols:
__t12basic_string3ZcZt18string_char_traits1ZcZt24__default_alloc_template2b0
i0.nilRep
__t24__default_alloc_template2b0i0._S_free_list
_clone__Q2t12basic_string3ZcZt18string_char_traits1ZcZt24__default_alloc_tem
plate2b0i0_3Rep
_compare__Ct12basic_string3ZcZt18string_char_traits1ZcZt24__default_alloc_te
mplate2b0i0RCB0UlUl
_replace__t12basic_string3ZcZt18string_char_traits1ZcZt24__default_alloc_tem
plate2b0i0UlUlPCcUl
/usr/bin/ld: warning unused multiple definitions of symbol _fnmatch
/sw/bin/octave definition of _fnmatch
/usr/lib/libSystem.dylib(fnmatch.o) unused definition of _fnmatch
/usr/bin/ld: warning unused multiple definitions of symbol _getopt
/sw/bin/octave definition of _getopt
/usr/lib/libSystem.dylib(getopt.o) unused definition of _getopt
/usr/bin/ld: warning unused multiple definitions of symbol _glob
/sw/bin/octave definition of _glob
/usr/lib/libSystem.dylib(glob.o) unused definition of _glob
/usr/bin/ld: warning unused multiple definitions of symbol _globfree
/sw/bin/octave definition of _globfree
/usr/lib/libSystem.dylib(glob.o) unused definition of _globfree
/usr/bin/ld: warning unused multiple definitions of symbol _optarg
/sw/bin/octave definition of _optarg
/usr/lib/libSystem.dylib(getopt.o) unused definition of _optarg
/usr/bin/ld: warning unused multiple definitions of symbol _opterr
/sw/bin/octave definition of _opterr
/usr/lib/libSystem.dylib(getopt.o) unused definition of _opterr
/usr/bin/ld: warning unused multiple definitions of symbol _optind
/sw/bin/octave definition of _optind
/usr/lib/libSystem.dylib(getopt.o) unused definition of _optind
/usr/bin/ld: warning unused multiple definitions of symbol _optopt
/sw/bin/octave definition of _optopt
/usr/lib/libSystem.dylib(getopt.o) unused definition of _optopt
[hodel:src/octave-2.1.35/examples] hodelas% ls *.oct
ls: No match.
[hodel:src/octave-2.1.35/examples] hodelas% ls
Makefile.in               info-emacs-octave-help    oregonator.m
hello.cc                  make_int.cc               oregonator.o
info-emacs-info           oregonator.cc


--
A. S. Hodel 200 Broun Hall Dept Elect & Comp Eng, Auburn Univ AL 36849-5201
http://www.eng.auburn.edu/~scotte   334 844 1854  Fax: -1809



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