[GRASSLIST:1113] Re: (no subject)

Justin Hickey jhickey at hpcc.nectec.or.th
Mon Nov 13 06:42:43 EST 2000


mlennert at club.worldonline.be wrote:
> 'make distclean' doesn't seem to clean the cache. So I tried 'make
> veryclean'
> which does seem to clean the cache, but the problem is still the
> same...

Ooops you are right it should be veryclean, sorry. However I think you
don't have an up to date Makefile.in file. Check if the following is in
your Makefile.in (the wrapped lines are just a single line):

pre-install:
        test -d ${PREFIX} || ${INSTALL_DATA_DIR} ${PREFIX}
        test -d src/CMD/next_step || mkdir -p src/CMD/next_step
        test ! -f src/CMD/head/head || mv src/CMD/head/head
src/CMD/head/head.${ARCH}
        ${MAKE_GMAKE_ENV} ${MAKE_POST_ENV} ${SHELL}
src/CMD/generic/CREATE_GMAKE.sh ${ARCH}
        ${SHELL} ${IS64BIT} ${ARCH}
        @ echo "Now proceed with make install"

If the pre-install target does not appear as above then do a

cvs update Makefile.in
make veryclean
./configure
make install

I'm here for a few more minutes so if you still have problems.

-- 
Sincerely,

Jazzman (a.k.a. Justin Hickey)  e-mail: jhickey at hpcc.nectec.or.th
High Performance Computing Center
National Electronics and Computer Technology Center (NECTEC)
Bangkok, Thailand
==================================================================
People who think they know everything are very irritating to those
of us who do.  ---Anonymous

Jazz and Trek Rule!!!
==================================================================




More information about the grass-user mailing list