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

eric jones eric at enthought.com
Wed Mar 5 18:39:43 EST 2003


FYI: This should be fixed now, and mingw 3.2 on windows should work fine
with weave as should 2.95.3 and MSVC 6.0.  I have tried the latest MSVC
7.0 compiler.

eric

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


> -----Original Message-----
> From: scipy-dev-admin at scipy.net [mailto:scipy-dev-admin at scipy.net] On
> Behalf Of eric jones
> Sent: Friday, February 28, 2003 5:25 PM
> To: scipy-dev at scipy.net
> Subject: RE: [SciPy-dev] RE: [Scipy-cvs] world/scipy/scipy_distutils
> mingw32_support.py,1.9,1.10
> 
> Just checked on a machine with 2.95.3.  The build worked fine.  So it
is
> only the newest mingw that has a the build hiccup with C++ modules.
> 
> eric
> 
> ----------------------------------------------
> eric jones                    515 Congress Ave
> www.enthought.com             Suite 1614
> 512 536-1057                  Austin, Tx 78701
> 
> 
> > -----Original Message-----
> > From: scipy-dev-admin at scipy.net [mailto:scipy-dev-admin at scipy.net]
On
> > Behalf Of eric jones
> > Sent: Friday, February 28, 2003 5:18 PM
> > To: scipy-dev at scipy.org
> > Subject: [SciPy-dev] RE: [Scipy-cvs] world/scipy/scipy_distutils
> > mingw32_support.py,1.9,1.10
> >
> > 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
> >
> >
> > _______________________________________________
> > Scipy-dev mailing list
> > Scipy-dev at scipy.net
> > http://www.scipy.net/mailman/listinfo/scipy-dev
> 
> 
> _______________________________________________
> Scipy-dev mailing list
> Scipy-dev at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-dev





More information about the SciPy-Dev mailing list