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.

Author loris
Recipients dickdunbar, loris, nnorwitz, pitrou, sable
Date 2009-05-20.13:20:08
SpamBayes Score 0.00016593594
Marked as misclassified No
Message-id <1242825610.65.0.720453757316.issue941346@psf.upfronthosting.co.za>
In-reply-to
Content
Shouldn't line 170 be

   CCOPT="$CCOPT -Wl,-bM:SRE -Wl,-T512 -Wl,-H512 -Wl,-brtl
-Wl,-bnortllib -lm -o $objfile"

instead of

   CCOPT="$CCOPT -Wl,-bM:SRE -Wl,-T512 -Wl,-H512 -brtl -bnortllib -lm -o
$objfile"

Otherwise the -brtl and -bnortllib flags are interpreted as compiler
flags and errors like the following will occur:

   gcc: unrecognized option '-brtl'
History
Date User Action Args
2009-05-20 13:20:11lorissetrecipients: + loris, nnorwitz, pitrou, sable, dickdunbar
2009-05-20 13:20:10lorissetmessageid: <1242825610.65.0.720453757316.issue941346@psf.upfronthosting.co.za>
2009-05-20 13:20:08lorislinkissue941346 messages
2009-05-20 13:20:08loriscreate