Re: [pypy-dev] Dependencies in noon-standard locations

2015-09-01 Thread Skip Montanaro
*sigh* I'm an idiot. That's what I get for trying to rush before headed out the office door. My apologies... Skip On Mon, Aug 31, 2015 at 4:04 PM, Maciej Fijalkowski wrote: > welll.. as you can see the C flag got passed through, so either > you have a typo or something is off. You can see

Re: [pypy-dev] Dependencies in noon-standard locations

2015-08-31 Thread Armin Rigo
Hi Skip, On Mon, Aug 31, 2015 at 10:09 PM, Skip Montanaro wrote: > I'm using OpenSuSE 12.2, which I doubt will work with any of the PyPy > binaries. Would love to be proved incorrect though. Additionally, you can use the portable Linux binaries provided by Squeaky. See "Linux binaries and commo

Re: [pypy-dev] Dependencies in noon-standard locations

2015-08-31 Thread Maciej Fijalkowski
welll.. as you can see the C flag got passed through, so either you have a typo or something is off. You can see what sort of gcc invocation was there, so execute it and figure out why it's not working On Mon, Aug 31, 2015 at 10:47 PM, Skip Montanaro wrote: > > On Mon, Aug 31, 2015 at 3:16 PM

Re: [pypy-dev] Dependencies in noon-standard locations

2015-08-31 Thread Skip Montanaro
On Mon, Aug 31, 2015 at 3:16 PM, Maciej Fijalkowski 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 /o

Re: [pypy-dev] Dependencies in noon-standard locations

2015-08-31 Thread Maciej Fijalkowski
pypy should respect LDFLAGS and CFLAGS (but indeed not CPPFLAGS) On Mon, Aug 31, 2015 at 10:09 PM, Skip Montanaro wrote: > I've encountered a problem building the 2.6.1 distribution from source: > > [translation:ERROR] /tmp/usession-release-2.6.1-0/platcheck_54.c:79:19: > error: expat.h: No such

[pypy-dev] Dependencies in noon-standard locations

2015-08-31 Thread Skip Montanaro
I've encountered a problem building the 2.6.1 distribution from source: [translation:ERROR] /tmp/usession-release-2.6.1-0/platcheck_54.c:79:19: error: expat.h: No such file or directory I don't remember encountering this before, but most of my earlier builds were probably on Mac OS X. My guess i