Bugs item #1454227, was opened at 2006-03-20 05:11 Message generated for change (Comment added) made by gbrandl You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1454227&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Build Group: Python 2.4 >Status: Closed >Resolution: Works For Me Priority: 5 Submitted By: Jeff Blaine (jblaine) Assigned to: Nobody/Anonymous (nobody) Summary: makesetup fails to tolerate valid linker options Initial Comment: 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. ---------------------------------------------------------------------- >Comment By: Georg Brandl (gbrandl) Date: 2006-03-31 15:43 Message: Logged In: YES user_id=849994 I don't get such a warning with the SVN trunk. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1454227&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com