[pylucene-dev] PyLucene 2.0 and issues building on Mac OS X
10.4.6 with system Python
Bill Janssen
janssen at parc.com
Mon May 29 22:54:29 PDT 2006
> Is it a linker version issue or a system library issue ?
It's a system issue. It attempts to link with a non-existent library.
> Maybe it should check for the version of Apple dev tools installed. How does
> one do that ?
In general, I don't know. However, for this case, a check for the
existence of /usr/lib/libSystemStubs.a is the right thing to do. Add
"-lSystemStubs" if it exists, and not if it doesn't.
Bill
More information about the pylucene-dev
mailing list