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
Date 2007-01-31.21:58:30
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Thomas, the libgcc problem might be a gcc installation problem. Just specifying -lgcc should be enough to get libgcc linked in. Furthermore, depending on how the linking is done (gcc -shared?), it shouldn't be necessary *at all* to provide -lgcc. This isn't so much a HPUX question but more a gcc question: if you link with gcc, it *ought* to work (if you link with ld(1), you are on your own).
History
Date User Action Args
2007-08-23 14:44:29adminlinkissue1582742 messages
2007-08-23 14:44:29admincreate