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 loewis
Recipients bobatkins, loewis, sergiodj, spacey
Date 2008-06-05.19:36:58
SpamBayes Score 0.00019192154
Marked as misclassified No
Message-id <48484058.4030006@v.loewis.de>
In-reply-to <48483E4D.2000701@digilink.net>
Content
> Your method is just flat wrong - equivalent to using a sledgehammer. The 
> libraries fail to link not because gcc install is wrong but because the 
> -m64 flag needs to be passed to the linker.

And indeed, the flag *is* passed to the linker. Python links with CC
unless specified otherwise, which will be "gcc -m64". That ought to
work, and it does work when linking Python itself.

> Your method just fixes the compilation stage.

Not true.

> To be sure I really don't care anymore - we will continue to apply the 
> patches that we have to fix the build problem however, we will also 
> actively discourage the use of Python for our customers and all future 
> development/deployment since it is obvious that as the maintainer you 
> are completely closed minded and uncooperative when it comes to fixing 
> things.

I'm sorry you feel that way. Feel free to bring up the issue on
python-dev if you think you are being ignored. I assure you this is
not the case - but I want to see the problem first before accepting
fixes.
History
Date User Action Args
2008-06-05 19:37:00loewissetspambayes_score: 0.000191922 -> 0.00019192154
recipients: + loewis, bobatkins, sergiodj, spacey
2008-06-05 19:36:58loewislinkissue1628484 messages
2008-06-05 19:36:58loewiscreate