Brett> Well, all of my modules are in a non-standard location and I have
Brett> no build issues on OS X 10.5. If you look at
Brett> PyBuildExt.detect_modules() you will see that the paths are at
Brett> least added for the search path from LDFLAGS and CPPFLAGS.
Ah, there's the problem. It picks through LDFLAGS looking for -L but fails
to pay attention to -R. I'll see if I can work up a patch.
Also, I'm seeing this problem on Solaris. I suppose it's possible that
linkage on OS X records the location of the libraries it finds, sort of
implicitly doing a -R.
Skip |