what do you have for: which make which diff
Satish On Wed, 26 Mar 2008, Ben Tay wrote: > Hi, > > I guess it's because I've another copy of Python for windows installed by > Tecplot. Uninstalled it and reinstall my cygwin. However I got this msg: > > ================================================================================ > = > Configuring PETSc to compile on your system > > ================================================================================ > = > ================================================================================ > = > *** Incomplete cygwin install detected > **************************************** > * > *** Please rerun cygwin-setup and install module make [and its > dependencies]*** > * > ================================================================================ > = > > I run "make" and it seems to be. What do you mean by dependencies? I just > select "gnu make" in the developer's installation of cygwin (and python > 8000+k). That's what I've been using and it worked last time. I wonder what > other additions must I install? > > Thank you. > > > > > Matthew Knepley wrote: > > On Mon, Mar 24, 2008 at 8:57 PM, Ben Tay <zonexo at gmail.com> wrote: > > > > > Hmm, > > > > > > Tried to reinstall Python but it still can't work. Any other idea? > > > > > > > In order to install you must get a working copy of Python. I suspect you > > have > > not fully uninstalled that copy. I would reinstall cygwin completely, since > > it > > appears that you have a corrupt copy. > > > > Matt > > > > > > > Thanks again! > > > > > > Matthew Knepley wrote: > > > > Python is fundamentally broken. I recommend a reinstall. That > > > > 'import site' error indicates that Python cannot load its builtin > > > library. > > > > > > > > Matt > > > > > > > > On Mon, Mar 24, 2008 at 8:22 PM, Ben Tay <zonexo at gmail.com> wrote: > > > > > > > >> Hi, > > > >> > > > >> I'm trying to install a new version of PETSc into windows using > > > cygwin. > > > >> I met with the following error at installation: > > > >> > > > >> $ ./config/configure.py --with-cc='win32fe cl' --with-fc='win32fe > > > f90' > > > >> --download-f-blas-lapack=1 LIBS="-L'/cygdrive/c/Program > > > Files/Microsoft > > > >> Visual Studio/DF98/LIB'" > > > >> > > > >> > > > >> 'import site' failed; use -v for traceback > > > >> Traceback (most recent call last): > > > >> File "./config/configure.py", line 2, in <module> > > > >> import os > > > >> ImportError: No module named os > > > >> > > > >> May I know why is this happening? > > > >> > > > >> Thank you very much. > > > >> > > > >> Regards. > > > >> > > > >> > > > >> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
