Changes between Version 1 and Version 2 of Ticket #21077


Ignore:
Timestamp:
Sep 4, 2009, 3:09:06 PM (15 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21077

    • Property Port octave added
  • Ticket #21077 – Description

    v1 v2  
    1 I'm not sure whether this is the same as ticket 20636 or not.
     1I'm not sure whether this is the same as ticket:20636 or not.
    22
    33There are multiple reports of failures of Octave to compile.  Initial reports to the Octave list indicated without any details that people outside MacPorts were successfully compiling so the issue must be with the port rather than Octave per se.  However, since Snow Leopard came out, the Octave list has seen the same failure that at least some MacPorts users are seeing. 
     
    66
    77
    8 
     8{{{
    99|
    1010| | Thanks. WIth Mac OS 10.6, I now get as far as ...
     
    3131| you could start by searching for declarations of lgamma in
    3232| /usr/include?
     33}}}
    3334
    3435Oh, I just found the page
    3536
    36 http://developer.apple.com/mac/library/documentation/Darwin/Reference/ManPages/man3/lgamma_r.3.html
     37[http://developer.apple.com/mac/library/documentation/Darwin/Reference/ManPages/man3/lgamma_r.3.html]
    3738
    3839Which says that you need to define _REENTRANT before including math.h
     
    4041following change?
    4142
     43{{{
    4244diff --git a/liboctave/lo-specfun.cc b/liboctave/lo-specfun.cc
    4345--- a/liboctave/lo-specfun.cc
     
    5658#include "CColVector.h"
    5759#include "CMatrix.h"
    58 
     60}}}
    5961
    6062If we include this change in Octave, then maybe we should restrict it