[PyPy-issue] [issue538] pypy-c doesn't build under FreeBSD 7

Gabriel Lavoie pypy-dev-issue at codespeak.net
Tue May 18 16:09:55 CEST 2010


New submission from Gabriel Lavoie <glavoie at mutehq.net>:

A few problems with FreeBSD 7. Here's a patch.

About linker options, "--dynamic-list" doesn't exist in the version of binutils
used in FreeBSD 7. Based on "ld" doc, it seems "--version-script" does the same
exact thing. The documentation about "--export-dynamic" says to use
"--dynamic-list" in recent versions of binutils and says to use
"--version-script" with the version of binutils used by FreeBSD 7.
"--version-script" is still available with recent versions of binutils. This
make the build process of pypy-c fail early (in the first minute).

----------
effort: ???
files: freebsd7-pypy.patch
messages: 1742
nosy: pypy-issue, wildchild
priority: bug
release: ???
status: unread
title: pypy-c doesn't build under FreeBSD 7

_______________________________________________________
PyPy development tracker <pypy-dev-issue at codespeak.net>
<https://codespeak.net/issue/pypy-dev/issue538>
_______________________________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: freebsd7-pypy.patch
Type: application/octet-stream
Size: 1865 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/pypy-issue/attachments/20100518/4a7ea105/attachment.obj>


More information about the Pypy-issue mailing list