Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #3116
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!news2.euro.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <conathan@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.056 |
| X-Spam-Evidence | '*H*': 0.89; '*S*': 0.00; 'compiler': 0.07; 'says,': 0.09; 'subject:missing': 0.09; 'linux': 0.11; 'skip:[ 20': 0.12; 'subject:python': 0.15; 'seems': 0.21; 'tools,': 0.22; 'searches': 0.23; 'received:209.85.220': 0.26; 'windows': 0.26; 'there.': 0.26; 'tried': 0.27; 'google': 0.27; 'message-id:@mail.gmail.com': 0.28; 'installing': 0.29; 'compiling': 0.31; 'far,': 0.31; 'to:addr:python-list': 0.32; 'cross': 0.33; 'box.': 0.35; 'case,': 0.36; 'received:209.85': 0.37; 'either': 0.37; 'pst': 0.38; 'received:google.com': 0.38; 'but': 0.38; 'to:addr:python.org': 0.39; 'subject: (': 0.39; 'received:209': 0.39; 'header:Received:5': 0.40; 'subject': 0.61; '------': 0.65; 'british': 0.77; 'subject:looking': 0.77; 'columbia,': 0.84; 'nathan': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=IZqvGh3Xf/RPG9x/Ex2JU8ztL33+TQButMW1onh6E9Y=; b=JTWn8gDAhUgtudsrMTNL8DaftZKfhFRdCX2SnB0yDArslwzRJQsOkIQI0a8A2fFDJ0 +lWK6UPj61nQrfjhacGEG24Wo7LYbmyda2Lme4ISLhQq6B2tSKmfsPcADsCOpf2ju2+9 w3RtFZnmGkPM1LPwGrr1arXzUg2zxjptasM9M= |
| DomainKey-Signature | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=p67BJVIRevt6V+ZBwAr59AK9SbiwCWH8VkZuUs2tr+KywVbWDn3d1tsygd1SmWCNbK qepz/PPfWNw1gcZF0kwir21gTACr/luUKwxX6/lNFRCWVcJOYHZrxDc7OScd2GSDgbTX eIXgl+9gfzNzSvF7rgatuvHAW+fU2eETrsXZc= |
| MIME-Version | 1.0 |
| Date | Wed, 13 Apr 2011 01:17:58 -0700 |
| Subject | looking for libpython31.a 64bit (missing from python-3.1.3.amd64.msi) |
| From | Nathan Coulson <conathan@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=UTF-8 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.303.1302682681.9059.python-list@python.org> (permalink) |
| Lines | 18 |
| NNTP-Posting-Host | 82.94.164.166 |
| X-Trace | 1302682681 news.xs4all.nl 81481 [::ffff:82.94.164.166]:44647 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:3116 |
Show key headers only | View raw
Well, as the subject says, I am looking to find libpython31.a [win64bit version] for use in a linux to windows 64bit cross compiler [x86_64-w64-mingw32-gcc], but seems to be missing. so far, tried installing it on a real 64bit windows system, cabextract, as well as msiexec /a python-3.1.3.amd64.msi /qb TARGETDIR=out. Either case, libs/libpython31.a is not there. as a last resort, tried cross compiling it with my tools, but a few google searches tell me that way will lead to headaches, and currently not supported out of the box. -- Nathan Coulson (conathan) ------ Location: British Columbia, Canada Timezone: PST (-8) Webpage: http://www.nathancoulson.com
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
looking for libpython31.a 64bit (missing from python-3.1.3.amd64.msi) Nathan Coulson <conathan@gmail.com> - 2011-04-13 01:17 -0700 Re: looking for libpython31.a 64bit (missing from python-3.1.3.amd64.msi) "Martin v. Loewis" <martin@v.loewis.de> - 2011-04-13 21:38 +0200
csiph-web