[Python-Dev] Where is this flag coming from?

Martin v. Loewis martin@v.loewis.de
10 Oct 2002 20:12:10 +0200


Skip Montanaro <skip@pobox.com> writes:

> Damned if I could tell by reading the ld(1) manpage.  The change I checked
> in to unixccompiler.py returns -L only because I figured "-L<dir>" would be
> innocuous, not because I expected it to have "-R<dir>" semantics.

Thanks to 'otool -L', you'll see that the complete path of the library
is embedded into the executable.

Regards,
Martin