This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: makesetup fails to tolerate valid linker options
Type: Stage:
Components: Build Versions: Python 2.4
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, jblaine
Priority: normal Keywords:

Created on 2006-03-20 05:11 by jblaine, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg27828 - (view) Author: Jeff Blaine (jblaine) Date: 2006-03-20 05:11
Using something like the following (in Setup.local)
will generate 'bad word' when makesetup runs:

-L/whatever -Xlinker -rpath /whatever

The '/whatever' after -rpath is the bad word, yet it is
completely valid syntax.

I have to edit makesetup to get it to tolerate library
directories and add them to $libs.
msg27829 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-03-31 15:43
Logged In: YES 
user_id=849994

I don't get such a warning with the SVN trunk.
History
Date User Action Args
2022-04-11 14:56:16adminsetgithub: 43056
2006-03-20 05:11:58jblainecreate