Closed GoogleCodeExporter closed 9 years ago
This is the problem:
i686-apple-darwin9-g++-4.0.1: pwd: No such file or directory
The shell isn't happy about the nested `expressions`. If you change the `pwd`
to . (so
that you have DYLD_LIBRARY_PATH=.), the g++ command works for me.
I'll see what I can do about addressing this.
Original comment by collinw
on 27 Jan 2010 at 6:06
Thanks Collin. Would replacing `pwd` with either of $(shell pwd) or $$(pwd)
work? The
former assumes GNU make, the latter bash. Not sure which is the greater evil
here. ;-)
Tried both. Both seem to work in my environment.
Original comment by skip.mon...@gmail.com
on 27 Jan 2010 at 8:20
If you're going to require GNU Make, you might want to consider »$(abspath
.)« as an
alternative.
<http://www.gnu.org/software/make/manual/make.html>.
Original comment by danchr
on 27 Jan 2010 at 9:16
Can you try out the patch in http://codereview.appspot.com/196072/show? It
works
for me on Darwin and Linux.
Original comment by collinw
on 30 Jan 2010 at 1:19
Thanks, Collin, that worked.
Original comment by skip.mon...@gmail.com
on 30 Jan 2010 at 2:15
Original comment by collinw
on 10 Mar 2010 at 7:28
Fixed in r1131.
Original comment by collinw
on 10 Mar 2010 at 9:30
Original issue reported on code.google.com by
skip.mon...@gmail.com
on 27 Jan 2010 at 2:24