help-octave
[Top][All Lists]
Advanced

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

Re: Install 2.1.73 on Mac OS X 10.4?


From: Paul Kienzle
Subject: Re: Install 2.1.73 on Mac OS X 10.4?
Date: Tue, 28 Mar 2006 19:28:34 -0500

octave-2.1.73$ ./configure --without-mpi
...
Octave is now configured for powerpc-apple-darwin8.5.0

  Source directory:     .
  Installation prefix:  /usr/local
  C compiler:           gcc   -Wall -W -Wshadow -g -O2
  C++ compiler:         g++   -Wall -W -Wshadow -g -O2
  Fortran compiler:     g77 -O
  Fortran libraries:
-L/usr/local/lib/gcc/powerpc-apple-darwin7.9.0/3.4.4
-L/usr/local/lib/gcc/powerpc-apple-darwin7.9.0/3.4.4/../../.. -lhdf5 -lz
-lm -lfrtbegin -lg2c -lgcc_s -lSystem
  BLAS libraries:        -framework vecLib
  FFTW libraries:       -lfftw3
  HDF5 libraries:       -lhdf5 -lz
  MPI libraries:
  LIBS:                 -lreadline  -lncurses -lhdf5 -lz -lm
  Default pager:        less
  gnuplot:              gnuplot

  Do internal array bounds checking:  false
  Build static libraries:             true
  Build shared libraries:             false
  Dynamic Linking:                    false
  Include support for GNU readline:   true

octave-2.1.73$ make
...
/usr/bin/ld: Undefined symbols:
___dso_handle
collect2: ld returned 1 exit status
make[2]: *** [gethelp] Error 1
make[1]: *** [scripts] Error 2
make: *** [all] Error 2

This message from the gcc list says that ___dso_handle is
defined in crtbegin.o;  this is an internal compiler symbol
and you should not be seeing it in your code.

    http://gcc.gnu.org/ml/gcc/2003-04/msg01410.html

I have no idea what is going on here.

        - Paul



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