[SciPy-dev] ccache

Pearu Peterson pearu at cens.ioc.ee
Mon Oct 14 14:37:24 EDT 2002


On Mon, 14 Oct 2002, Travis Oliphant wrote:

> > > Then, I had to change
> > >
> > > ldflags = get_wxconfig('ldflags')
> > >
> > > to
> > >
> > > ldflags = get_wxconfig('ld')
> >
> > Are you sure about this change? Here
> >   wx-config --ld
> > gives
> >   c++ -shared -o
> > and that shouldn't be suitable for extra_link_args.
> >
> 
> No, I'm not sure, but wx-config --ldflags
> gives an error on my machine (no such option).  So I'm not sure what is
> desired here.

I bet you are using pre 2.3 version of wxPython as it does not use
--ldflags indeed.

But how important is ldflags anyway? With wxPython-2.3.3.1 in my linux
boxes (suse and debian) `wx-config --ldflags` outputs nothing.

Pearu







More information about the SciPy-Dev mailing list