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 _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
