Issue 1454227: makesetup fails to tolerate valid linker options (original) (raw)

Issue1454227

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:16 admin set github: 43056
2006-03-20 05:11:58 jblaine create