[SciPy-dev] RE: [Scipy-cvs] world/scipy/scipy_distutils mingw32_support.py,1.9,1.10

eric jones eric at enthought.com
Fri Feb 28 18:17:59 EST 2003


Looks like this fixed things.  The vq build is dying on my desktop which
has mingw gcc 3.2 on it.  It is the dllwrap call that is failing.  It
needs 

	dllwrap.exe --driver-name g++ ...

specified so that it links in the correct C++ libraries.  How was this
working before?  Maybe 2.95.3 didn't have the problem??

Anyway, I'll build the vq version by hand for the moment.

Thanks for the fix,
eric

----------------------------------------------
eric jones                    515 Congress Ave
www.enthought.com             Suite 1614
512 536-1057                  Austin, Tx 78701 


> -----Original Message-----
> From: scipy-cvs-admin at scipy.org [mailto:scipy-cvs-admin at scipy.org] On
> Behalf Of pearu at scipy.org
> Sent: Friday, February 28, 2003 5:33 PM
> To: scipy-cvs at scipy.org
> Subject: [Scipy-cvs] world/scipy/scipy_distutils
> mingw32_support.py,1.9,1.10
> 
> Update of /home/cvsroot/world/scipy/scipy_distutils
> In directory scipy.org:/tmp/cvs-serv23974
> 
> Modified Files:
> 	mingw32_support.py
> Log Message:
> Enabled use_gcc,g77 again in mingw32_support.py as calling them in
> build_flib may be too late. Not sure if this was the cause of building
> failures on win32..
> 
> 
> Index: mingw32_support.py
> ===================================================================
> RCS file:
/home/cvsroot/world/scipy/scipy_distutils/mingw32_support.py,v
> retrieving revision 1.9
> retrieving revision 1.10
> diff -C2 -d -r1.9 -r1.10
> *** mingw32_support.py	27 Feb 2003 16:21:00 -0000	1.9
> --- mingw32_support.py	28 Feb 2003 23:33:15 -0000	1.10
> ***************
> *** 68,72 ****
>           #    raise DistutilsPlatformError, msg
> 
> !     if 0:
>           # See build_flib.finalize_options method in build_flib.py
>           # where set_windows_compiler is called with proper
> --- 68,72 ----
>           #    raise DistutilsPlatformError, msg
> 
> !     if 1:
>           # See build_flib.finalize_options method in build_flib.py
>           # where set_windows_compiler is called with proper
> 
> 
> _______________________________________________
> Scipy-cvs mailing list
> Scipy-cvs at scipy.org
> http://scipy.net/mailman/listinfo/scipy-cvs





More information about the SciPy-Dev mailing list