scsh-users
[Top] [All Lists]

Re: make install

To: scsh-bugs@zurich.ai.mit.edu
Subject: Re: make install
From: Ulrich Becker <Ulrich.Becker@informatik.uni-erlangen.de>
Date: Fri, 11 Jan 2002 10:29:17 +0100
Try to use gmake instead of standard SunOS make. This fixed the
problem for me.

Ulrich

On Fri, Jan 11, 2002 at 10:25:32AM +0100, Bengt Kleberg wrote:
> the following os/c-compiler
> 
> SunOS cbe2180 5.7 Generic_106541-18 sun4u sparc SUNW,Ultra-5_10
> cc: WorkShop Compilers 5.0 98/12/15 C 5.0
> 
> produces the following errors during 'make install':
> for f in ./doc/scsh-manual/html/*.html                                \
>       ./doc/scsh-manual/html/*.gif                            \
>       ./doc/scsh-manual/html/*.css                            \
>       ./doc/src/manual/*.html                                 \
>       ./doc/html/*.html;                                      \
>       do ./install-sh -c -m 644 $f /home/eleberg/private/scheme/scsh/html/;   
>         \
> done
> install:  ./doc/src/manual/*.html does not exist
> *** Error code 1
> make: Fatal error: Command failed for target `inst-doc'
> 
> 
> there is no ./doc/src/manual directory.
> 
> 
> bengt

-- 
                                                                    _ 
Ulrich Becker                                ASCII ribbon campaign ( )
                                              - against HTML email  X
http://www4.cs.fau.de/~ub/                                & vCards / \

<Prev in Thread] Current Thread [Next in Thread>
  • make install, Bengt Kleberg
    • Re: make install, Ulrich Becker <=