Hello,
> On Tue, Feb 10, 2009 at 1:28 AM, ramya narasimhan <ramya_jln_at_[hidden]>wrote:
>
> > Hi All,
> > I tried to install lam-7.1.3 with ifort and icc compilers in Red
> > Hat linux 5 (64-bit). I set the environment as
> > setenv F77 /opt/intel/fce/10.0.023/bin/ifort
> > setenv gcc /opt/intel/cce/10.0.023/bin/icc
> > then I gave
> > configure --prefix=/home/programs/lam-7.1.3
> > make
> > make install
> > It gave the following error message:
> > make[2]: *** [install-sysconfDATA] Error 1
> > make[2]: Leaving directory `/home/programs/lam-7.1.3/etc'
> > make[1]: *** [install-am] Error 2
> > make[1]: Leaving directory `/home/programs/lam-7.1.3/etc'
> > make: *** [install-recursive] Error 1
This is awfully short: the actual error happened earlier than that.
Please go back to the 'make install' output, and look backward for the
_first_ error that occurred, not the last error message. Paste that,
including several lines before and afterwards, please, for context.
With just seeing the above, it could well be that the device on which
you install to has a full disk. Or insufficient write privileges.
Thanks,
Ralf
|