Re: Build problem on Solaris 9

2009-06-16 Thread kai
On Jun 16, 12:15 am, "Martin v. Löwis" wrote: > > When I run make after successively running ./configure, I got the > > following Error message: > > ./Parser/asdl_c.py -c ./Python ./Parser/Python.asdl > > /usr/bin/env: No such file or directory > > make: *** [Python/Python-ast.c] Error 127 Thank y

Re: Build problem on Solaris 9

2009-06-16 Thread Martin v. Löwis
> When I run make after successively running ./configure, I got the > following Error message: > ./Parser/asdl_c.py -c ./Python ./Parser/Python.asdl > /usr/bin/env: No such file or directory > make: *** [Python/Python-ast.c] Error 127 > > /usr/bin/env deos exist > > Can anyone help me with th

Build problem on Solaris 9

2009-06-15 Thread kai
Hi All, When I run make after successively running ./configure, I got the following Error message: ./Parser/asdl_c.py -c ./Python ./Parser/Python.asdl /usr/bin/env: No such file or directory make: *** [Python/Python-ast.c] Error 127 /usr/bin/env deos exist Can anyone help me with this? Kai