[SciPy-dev] Cannot build scipy_core (newcore) on Solaris 8

Christopher Hanley chanley at stsci.edu
Mon Oct 10 12:38:33 EDT 2005


Travis,

Unfortunately this has not corrected the problems.  I am attaching the 
latest build log and config.h file for reference.

Chris


Travis Oliphant wrote:
> 
> Sorry I didn't get back to you, earlier.
> 
> Add the following line to your config.h file
> 
> #define HAVE_INVERSE_HYPERBOLIC_FLOAT
> 
> 
> If that doesn't work, then  you may want to add
> 
> #define HAVE_LONGDOUBLE_FUNCS
> #define HAVE_FLOAT_FUNCS
> 
> as well (one at a time).
> 
> Place this config.h file in the build directory where you got it from 
> (you might also copy it to the installation directory --- or check to 
> make sure one isn't there already).   These headers are installed to 
> site-packages/scipy/base/include
> 
> so look there to make sure you don't have something already (if you do 
> delete it).
> 
> Also, remove any scipy subdirectory under the place where your python 
> includes are
> 
> Mine are in /usr/include/python2.4  so I would execute  rm 
> /usr/include/python2.4/scipy
> 
> We don't want to be pulling out the wrong config file.
> 
> 
> If we can get a good config.h file for your platform, then we see about 
> how to make it generated automatically.
> 
> -Travis
> 
> 
> 
> _______________________________________________
> Scipy-dev mailing list
> Scipy-dev at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-dev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config.h
Type: text/x-c-header
Size: 402 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20051010/ced1a9ce/attachment.bin>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: solaris8_cc_new_build.log
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20051010/ced1a9ce/attachment.ksh>


More information about the SciPy-Dev mailing list