On Mon, Aug 31, 2015 at 3:16 PM, Maciej Fijalkowski <fij...@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
_______________________________________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev