help-octave
[Top][All Lists]
Advanced

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

Re: Installing Octave 2.9.9 on a Mac


From: marius173
Subject: Re: Installing Octave 2.9.9 on a Mac
Date: Thu, 21 Dec 2006 13:43:01 +0000

Matthias,

This is a strange error. I don't recall seeing this one myself.

 -------------- Original message ----------------------
From: Matthias Brennwald <address@hidden>
> 
> 
> Ok, that helped, but I got yet another error :
> 
> First:
> 
> Pizza:~/Desktop/octave-2.9.9 mbrennwa$ ./configure CFLAGS="-O2 -g -I/ 
> usr/local/include" CXXFLAGS="-O2 -g -I/usr/local/include" LDFLAGS="-L/ 
> usr/local/lib -L/Developer/SDKs/MacOSX10.3.9.sdk/usr/lib/gcc/darwin/ 
> 2.95.2 -lcc_dynamic"
> 
> this completed with the usual warnings about sparse matrices. Then:
> 
> Pizza:~/Desktop/octave-2.9.9 mbrennwa$ sudo make
> ...lots of stuff here...
> ...pple-darwin7.9.0/3.4.4/../../.. -lcc_dynamic -lz -lm -lfrtbegin -lg2c
> ld: Undefined symbols:
> ___powidf2
> /usr/bin/libtool: internal link edit command failed
> make[2]: *** [liboctinterp.dylib] Error 1
> make[1]: *** [src] Error 2
> make: *** [all] Error 2

Try applying the following patch:

<snip>
*** configure.orig      Mon Mar 20 15:12:22 2006
--- configure   Mon Mar 27 22:23:43 2006
***************
*** 17313,17317 ****
  
  
!   if test "$ac_cv_header_Mach_O_dyld_h" = yes; then
      dyld_api=true
    else
--- 17313,17317 ----
  
  
!   if test "$ac_cv_header_mach_o_dyld_h" = yes; then
      dyld_api=true
    else
</snip>

Marius


reply via email to

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