Re: [pypy-dev] Bump DARWIN_VERSION_MIN to 10.7?

2016-11-30 Thread Armin Rigo
Hi all OS/X users, On 8 October 2016 at 12:59, Jeremy Thurgood wrote: > I recently tried to build RevDB on OS X and the build failed because > __thread isn't supported on OS X 10.6 which RPython specifies as the > minimum supported version. > > I've updated DARWIN_VERSION_MIN to 10.7 in the rever

[pypy-dev] RPython Darwin platform description so_prefixes empty

2016-11-30 Thread John Zhang
Hi all, I have been doing some coding using RFFI to load function pointers from shared libraries (`llexternal` function). However what bothers me is that apparently `Darwin_x86_64` platform class (defined in translator/platform/darwin.py) does not include ‘lib’ in `so_prefixes`. This is causing

Re: [pypy-dev] RPython Darwin platform description so_prefixes empty

2016-11-30 Thread Armin Rigo
Hi John, On 30 November 2016 at 04:14, John Zhang wrote: > `so_prefixes`. This is causing me some problems with not being able to find > my shared libraries on macOS X. > I’m wondering if that’s intentional, or just a mistake? It should be a > simple fix if it’s a mistake. I don't know, and that