Andi Vajda <va...@apache.org> wrote: > >> If you don't, then just kwds["extra_link_args"] = lflags is done. > > > I've still got to manually copy the .lib file in order to build > > PyLucene, but otherwise it seems to work. I'm working on getting the > > .lib file automatically in the right place. > > Yes, that's been a lingering bug of this for a long time. That jcc.lib > file doesn't make it over the first time.
What's got me stumped is figuring out how to preduct where setuptools will require it to be after installation. That must be predictable from some aspect of setuptools, but after an hour of plunking around in the source, I don't see just how that's generated. Bill