--- you can reply above this line ---

Issue 1808: Trying to pip install mercurial fails
https://bitbucket.org/pypy/pypy/issue/1808/trying-to-pip-install-mercurial-fails

Alex Gaynor:

The problem is:

```
$ python                                                                        
                                                🕘 32.4s
Python 2.7.6 (32f35069a16d, Jun 06 2014, 20:12:47)
[PyPy 2.3.1 with GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.2.79)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>>> from distutils.sysconfig import get_config_var
>>>> get_config_var("CFLAGS")
>>>>
```

compare with:

```
$ /usr//bin/python                                                              
                                                🕓 3.61s
Python 2.7.5 (default, Mar  9 2014, 22:15:05)
[GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from distutils.sysconfig import get_config_var
>>> get_config_var("CFLAGS")
'-fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe 
-fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG 
-Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall 
-Wstrict-prototypes -DENABLE_DTRACE'
>>>
```


--

Unsubscribe from issue emails for this repository.
https://bitbucket.org/pypy/pypy/issue/1808/unsubscribe/pypy-issue/fd6d07195d60828e5f5bfedd2237379f3f94fcc3/
_______________________________________________
pypy-issue mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to