[pypy-dev] Dependencies in noon-standard locations

Skip Montanaro skip.montanaro at gmail.com
Mon Aug 31 22:47:14 CEST 2015


On Mon, Aug 31, 2015 at 3:16 PM, Maciej Fijalkowski <fijall at gmail.com>
wrote:

> pypy should respect LDFLAGS and CFLAGS (but indeed not CPPFLAGS)


Thanks. I gave that a try, but got the same error:

blade% pwd
/home/skipm/3rdParty/pypy-2.6.1-src/pypy/goal
blade% LDFLAGS='-L /opt/TWWfsw/libexpat20/lib' CFLAGS='-I
/opt/TWWfsw/libexpat20/Include' python ../../rpython/bin/rpython -Ojit
targetpypystandalone
... lots of output elided ...
[platform:execute] gcc -c -O3 -pthread -fomit-frame-pointer -Wall
-Wno-unused -I /opt/TWWfsw/libexpat20/Include
/tmp/usession-release-2.6.1-2/platcheck_54.c -o
/tmp/usession-release-2.6.1-2/platcheck_54.o
...
[translation:ERROR] CompilationError: CompilationError(err="""
[translation:ERROR] /tmp/usession-release-2.6.1-2/platcheck_54.c:79:19:
error: expat.h: No such file or directory
[translation:ERROR] """)


Skip
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20150831/2f3617dd/attachment.html>


More information about the pypy-dev mailing list