[SciPy-dev] ccache

Travis Oliphant oliphant at ee.byu.edu
Mon Oct 14 14:20:07 EDT 2002


> > 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.

At least this way I didn't get an import error when I tried to import
scipy.

-Travis





More information about the SciPy-Dev mailing list