From: d d on
d d <ded.utility <at> gmail.com> writes:

> I found this:
>
http://koansys.com/tech/building-python-with-enable-shared-in-non-standard-location
> It recommends LDFLAGS="-rpath <path to lib>", and mentions that you
> get a "compiler cannot create executables" error unless you first
> create the empty directory. But I get that error even when I do
> create the empty directory.

I typed -W1 instead of -Wl. Works now. :-)