From octave-maintainers-request at bevo dot che dot wisc dot edu Wed Jan 27 14:00:14 1999 Subject: octave 2.1.7 can't load example oregonator.oct From: Gary Holt To: octave-maintainers at bevo dot che dot wisc dot edu Date: Wed, 27 Jan 1999 14:00:13 -0600 (CST) Bug report for Octave 2.1.7 configured for %CANONICAL_HOST_TYPE% Description: ----------- First, there's a simple error in the mkoctfile script; at lines 106 and 109, there is an extra ;; which my bash shell doesn't like. I've just picked up octave 2.1.7 and I've been completely unable to compile any dynamically loaded modules. When I attempt to access any function in the .oct file, octave says that the symbol check_version(const string &, const string &) is undefined. (Well, actually, since string is a templatized type, it says that check_version(const basic_string<....>, etc.) is undefined.) I'm using the egcs (1.0.3a) compiler with pentium gcc optimizations on a linux libc5 system. (I have to use the egcs compiler because the extension modules I need to compile won't work with the older gcc. I was unable to compile octave 2.0.9 with the egcs compiler. If it's possible to do so, I would be just as happy to use 2.0.x as 2.1.x.) Repeat-By: --------- % mkoctfile oregonator.cc # This is the oregonator.cc in the examples # directory that comes with the octave # distribution. % octave > oregonator If I have built only static libraries (the default configuration option), then this tells me that check_version(const string &, const string &) is undefined. If I configure with --enable-shared, it simply dumps core. Fix: --- First, remove the extra ;;'s in mkoctfile.in and mkoctfile. I wish I knew how to get around the other problem. Are dynamically loaded functions simply not working at all in this development release? Can someone suggest a release that I should be using, which I can use the egcs compiler with? Configuration (please do not edit this section): ----------------------------------------------- uname output: Linux seal 2.0.30 #7 Tue Mar 17 13:18:51 PST 1998 i686 unknown configure opts: --prefix=/usr/local/pkg/octave-2.1.7 --with-g77 --enable-shared Fortran compiler: g77 FFLAGS: -funroll-all-loops -O6 -malign-double -mstack-align-double -Wall F2C: F2CFLAGS: FLIBS: -L/usr/local/pkg/egcs-pgcc-1.0.3a/lib/gcc-lib/i686-pc-linux-gnulibc1/pgcc-2.90.29 -L/usr/local/pkg/egcs-pgcc-1.0.3a/i686-pc-linux-gnulibc1/lib -L/usr/local/pkg/egcs-pgcc-1.0.3a/lib -lf2c -lm CPPFLAGS: INCFLAGS: -I/usr/local/pkg/octave-2.1.7/include/octave-2.1.7/octave -I/usr/local/pkg/octave-2.1.7/include C compiler: gcc, version pgcc-2.90.29 980515 (1.0.3 release) CFLAGS: -DHAVE_CONFIG_H -mieee-fp -g -O6 -malign-double -mstack-align-double -Wall CPICFLAG: -fPIC C++ compiler: c++, version pgcc-2.90.29 980515 (1.0.3 release) CXXFLAGS: -DHAVE_CONFIG_H -mieee-fp -fno-rtti -fno-exceptions -fno-implicit-templates -g -O6 -malign-double -mstack-align-double -Wall CXXPICFLAG: -fPIC LDFLAGS: LIBFLAGS: -L/usr/local/pkg/octave-2.1.7/lib/octave-2.1.7 RLD_FLAG: -Xlinker -rpath -Xlinker /usr/local/pkg/octave-2.1.7/lib/octave-2.1.7 TERMLIBS: -lncurses LIBS: LEXLIB: LIBPLPLOT: LIBDLFCN: DEFS: -DOCTAVE_SOURCE=1 -DSEPCHAR=':' -DSEPCHAR_STR=":" -DUSE_READLINE=1 -DCXX_NEW_FRIEND_TEMPLATE_DECL=1 -DF77_APPEND_UNDERSCORE=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DNPOS=string::npos -DSTDC_HEADERS=1 -DHAVE_DIRENT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_ASSERT_H=1 -DHAVE_CURSES_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FNMATCH_H=1 -DHAVE_GLOB_H=1 -DHAVE_GRP_H=1 -DHAVE_LIMITS_H=1 -DHAVE_MEMORY_H=1 -DHAVE_NAN_H=1 -DHAVE_NCURSES_H=1 -DHAVE_PWD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_UTSNAME_H=1 -DHAVE_TERMCAP_H=1 -DHAVE_TERMIO_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_VARARGS_H=1 -DHAVE_FNMATCH=1 -DHAVE_GLOB=1 -DHAVE_ATEXIT=1 -DHAVE_BCOPY=1 -DHAVE_BZERO=1 -DHAVE_DUP2=1 -DHAVE_ENDGRENT=1 -DHAVE_ENDPWENT=1 -DHAVE_EXECVP=1 -DHAVE_FCNTL=1 -DHAVE_FORK=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETGRENT=1 -DHAVE_GETGRGID=1 -DHAVE_GETGRNAM=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPGRP=1 -DHAVE_GETPID=1 -DHAVE_GETPPID=1 -DHAVE_GETPWENT=1 -DHAVE_GETPWNAM=1 -DHAVE_GETPWUID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_GETUID=1 -DHAVE_GETWD=1 -DHAVE_LSTAT=1 -DHAVE_MEMMOVE=1 -DHAVE_MKDIR=1 -DHAVE_MKFIFO=1 -DHAVE_ON_EXIT=1 -DHAVE_PIPE=1 -DHAVE_PUTENV=1 -DHAVE_RENAME=1 -DHAVE_RINDEX=1 -DHAVE_RMDIR=1 -DHAVE_SETGRENT=1 -DHAVE_SETPWENT=1 -DHAVE_SETVBUF=1 -DHAVE_SIGACTION=1 -DHAVE_SIGPENDING=1 -DHAVE_SIGPROCMASK=1 -DHAVE_SIGSUSPEND=1 -DHAVE_STAT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_TEMPNAM=1 -DHAVE_UMASK=1 -DHAVE_UNLINK=1 -DHAVE_USLEEP=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_WAITPID=1 -DHAVE_LIBDL=1 -DHAVE_DLOPEN=1 -DHAVE_DLSYM=1 -DHAVE_DLERROR=1 -DHAVE_DLCLOSE=1 -DWITH_DL=1 -DWITH_DYNAMIC_LINKING=1 -DHAVE_TIMEVAL=1 -DHAVE_LIBM=1 -DHAVE_FINITE=1 -DHAVE_ISNAN=1 -DHAVE_ISINF=1 -DHAVE_ACOSH=1 -DHAVE_ASINH=1 -DHAVE_ATANH=1 -DHAVE_ERF=1 -DHAVE_ERFC=1 -DHAVE_ST_BLKSIZE=1 -DHAVE_ST_BLOCKS=1 -DHAVE_ST_RDEV=1 -DHAVE_TZNAME=1 -DHAVE_GR_PASSWD=1 -DRETSIGTYPE=void -DSYS_SIGLIST_DECLARED=1 -DHAVE_SYS_SIGLIST=1 -DHAVE_POSIX_SIGNALS=1 -DHAVE_GETRUSAGE=1 -DHAVE_TIMES=1 -DGNUPLOT_HAS_MULTIPLOT=1 -DGNUPLOT_HAS_FRAMES=1 User-preferences (please do not edit this section): -------------------------------------------------- EDITOR = "jed" EXEC_PATH = ":.:..:/disks/laguna/holt/bin:/disks/laguna/holt/bin/i686:/disks/laguna/holt/src/Filters:/disks/laguna/holt/work/i686:/usr/local/bin:/usr/local/sbin:/usr/ucb:/usr/bin:/usr/sbin:/bin:/sbin:/usr/bin/X11:/bin" IMAGEPATH = ".:/usr/local/pkg/octave-2.1.7/share/octave/2.1.7/imagelib//" INFO_FILE = "/usr/local/pkg/octave-2.1.7/info/octave.info" INFO_PROGRAM = "info" LOADPATH = ":/cit/holt/src/octave:/cit/holt/work/Spike:/cit/holt/work/Spike/alpha" PAGER = "less" PS1 = "\\s:\\#> " PS2 = "> " PS4 = "+ " automatic_replot = 0 beep_on_error = 0 completion_append_char = " " default_eval_print_flag = 1 # default_global_variable_value = default_return_value = [] default_save_format = "ascii" define_all_return_values = 0 do_fortran_indexing = 0 echo_executing_commands = 0 empty_list_elements_ok = "warn" fixed_point_format = 0 gnuplot_binary = "gnuplot" gnuplot_command_end = "\n" gnuplot_command_plot = "pl" gnuplot_command_replot = "rep" gnuplot_command_splot = "sp" gnuplot_command_title = "t" gnuplot_command_using = "u" gnuplot_command_with = "w" gnuplot_has_frames = 1 gnuplot_has_multiplot = 1 history_file = "/disks/laguna/holt/.octave_hist" history_size = 1024 ignore_function_time_stamp = "system" implicit_num_to_str_ok = 0 implicit_str_to_num_ok = 0 initialize_global_variables = 0 max_recursion_depth = 256 ok_to_lose_imaginary_part = "warn" output_max_field_width = 10 output_precision = 5 page_output_immediately = 0 page_screen_output = 1 prefer_column_vectors = 1 print_answer_id_name = 1 print_empty_dimensions = 1 print_rhs_assign_val = 0 propagate_empty_matrices = 1 resize_on_range_error = 1 return_last_computed_value = 0 save_precision = 15 saving_history = 1 silent_functions = 0 split_long_rows = 1 string_fill_char = " " struct_levels_to_print = 2 suppress_verbose_help_message = 0 treat_neg_dim_as_zero = 0 warn_assign_as_truth_value = 1 warn_divide_by_zero = 1 warn_function_name_clash = 1 warn_future_time_stamp = 1 warn_missing_semicolon = 0 warn_variable_switch_label = 0 whitespace_in_literal_matrix = -- Gary Holt (213)-740-3397 holt at lnc dot usc dot edu http://lnc dot usc dot edu/~holt/