Thanks, I have already logged into the cygwin from VC command prompt.
On Tue, Aug 12, 2008 at 10:21 PM, Satish Balay <balay at mcs.anl.gov> wrote: > On Tue, 12 Aug 2008, berry wrote: > > > Hi, Matt > > > > Previously I installed petsc on cygwin following the official guide from > > petsc website. Because I started from cygwin shell, so both' mkdir 'and > > 'sed' command are transparent for petsc configure script. > > > > But for VC 2005 version, I start from VC 2005 command line prompt, and > type: > > c:\cygwin\bin\bash , then going to the bash shell. I am not sure why in > this > > way the installation script can not see the 'sed' and 'mkdir'. By the > way, > > it also miss python. So I give an absolute path for executing > configure.py. > > Although it starts to run the configure.py script, it misses some command > > line utilities in sub installation script. > > try > > c:\cygwin\bin\bash --login > > and then verify if 'mkdir', 'sed' etc are in your PATH > > which sed > which mkdir > > Satish > > -- Pang Shengyong Solidification Simulation Lab, State Key Lab of Mould & Die Technology, Huazhong Univ. of Sci. & Tech. China -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20080812/d7e1d12d/attachment.htm>
