[SciPy-dev] Cygwin

Jochen Küpper jochen at unc.edu
Tue Apr 9 19:23:41 EDT 2002


Ok, I could build latest scipy on Cygwin.  

I had to change the link-line for gistC.dll, which had unresolved
references from X11.  -lX11 has to go behind -lgist, which it didn't
in the original link command:
,----
| gcc -shared -Wl,--enable-auto-image-base build/temp.cygwin-1.3.10-i686-2.2/gistCmodule.o -L/usr/X11R6/lib -L/usr/lib/python2.2/config -Lbuild/temp.cygwin-1.3.10-i686-2.2 -lX11 -lm -lpython2.2 -lc_misc -lcephes -lgist -o build/lib.cygwin-1.3.10-i686-2.2/scipy/xplt/gistC.dll
`----

Then there are 33 failing test and one failure, see attached log.
(python was configured without thread support...)

versions:
,----
| Python 2.2 (#1, Dec 31 2001, 15:21:18) 
| [GCC 2.95.3-5 (cygwin special)] on cygwin
`----
,----
| Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/specs
| gcc version 2.95.3-5 (cygwin special)
`----

Greetings,
Jochen
-- 
University of North Carolina                       phone: +1-919-962-4403
Department of Chemistry                            phone: +1-919-962-1579
Venable Hall CB#3290 (Kenan C148)                    fax: +1-919-843-6041
Chapel Hill, NC 27599, USA                            GnuPG key: 44BCCD8E
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test.log.bz2
Type: application/x-bunzip2
Size: 3074 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20020409/01605ecb/attachment.bin>


More information about the SciPy-Dev mailing list