-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Dear Seth,

> I am setting up molpro on an intel p4 machine.  The 'make' directive ends
> abrubtly with the following output
> `/home/seth/molpro_download/molpro2002.6/utilities' /bin/sh: line 1:
> uncompress: command not found

the error probably occurs in lib/Makefile since this is the only place I found 
a reference to uncompress (using "grep -r"). 

The program "uncompress" is normaly part of the gzip package. On my SuSE linux 
it is just a link to gzip. If I remember correctly, (un)compress is intended 
to handle *.Z files, but any resonably new gzip is able to handle it, too. So 
- - assuming you have gzip installed - all you have to do is the following:

su -
cd /usr/local/bin
ln -s $(type -p gzip) uncompress
exit


Yours,
Stephan Schenk
- -- 
- ------------------------------------------------------------------------------
        email: [EMAIL PROTECTED]
        public key available at http://search.keyserver.net/
- 
-------------------------------------------------------------------------------
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux)

iD8DBQFBkediJwyiFim0mxgRAloyAJwOTVBYLryLoOsRZf9Hy7uKuOaVmwCffY2D
QyIM1mSUm6KN/BDXkuWl3PE=
=TzDN
-----END PGP SIGNATURE-----


Reply via email to