[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: LYNX-DEV Lynx won't compile
From: |
Laura Eaves |
Subject: |
Re: LYNX-DEV Lynx won't compile |
Date: |
Tue, 13 May 1997 21:34:46 -0400 (EDT) |
> Date: Tue, 13 May 1997 15:27:45 -0500
> From: James Kirby <address@hidden>
>...
> Why do I get this when I run make? All the directories are have wide
> open permissions.
>
> /usr/ccs/bin/make install
> mv -f /home/jkirby/inet/lynx2-7-1/lynx
> /home/jkirby/inet/lynx2-7-1/lynx.old
> mv: cannot access /home/jkirby/inet/lynx2-7-1/lynx
> *** Error code 2 (ignored)
> mv -f /home/jkirby/inet/lynx2-7-1/lynx.cfg
> /home/jkirby/inet/lynx2-7-1/lynx.oldcfg
> mv: cannot access /home/jkirby/inet/lynx2-7-1/lynx.cfg
> *** Error code 2 (ignored)
> install -c -s -m 755 lynx /home/jkirby/inet/lynx2-7-1/lynx
> install: lynx: No such file or directory
> *** Error code 1
> make: Fatal error: Command failed for target `install'
First, the mv -f always fails the first time you install lynx
in a new directory, because no previous lynx executable exists there.
Second, the install command shouldn't fail if you have built the lynx
executable. If you are building lynx2-7-1, you need to type "make target"
for one of the supported targets. To see all the targets available, type
"make" with no args.
--le
;
; To UNSUBSCRIBE: Send a mail message to address@hidden
; with "unsubscribe lynx-dev" (without the
; quotation marks) on a line by itself.
;