www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp-workers/1999/05/23/05:23:50

Date: Sun, 23 May 1999 12:21:06 +0300 (IDT)
From: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il>
X-Sender: eliz AT is
To: Martin Str|mberg <ams AT ludd DOT luth DOT se>
cc: snowball3 AT bigfoot DOT com, DJGPP-WORKERS <djgpp-workers AT delorie DOT com>
Subject: Re: Bash 2.03 final beta available
In-Reply-To: <199905221017.MAA01267@father.ludd.luth.se>
Message-ID: <Pine.SUN.3.91.990523122045.26578D-100000@is>
MIME-Version: 1.0
Reply-To: djgpp-workers AT delorie DOT com
X-Mailing-List: djgpp-workers AT delorie DOT com
X-Unsubscribes-To: listserv AT delorie DOT com

On Sat, 22 May 1999, Martin Str|mberg wrote:

> make.exe: *** No rule to make target `lib/readline/terminal.c',
> needed by `lib/readline/libreadline.a'.  Stop.

Since Mark couldn't figure it out, it might be useful to add -d to the
Make command line, redirect stdout to a file, and look into the
relevant parts of it to try to understand why does it fail.

> 2. ./configure seems to be wanting to use "getconf". Do you see this
>    too? What is "getconf"?

It's a Linux tool that return system-configuration details.  To get it
to work with DJGPP, create a script like this:

#!/bin/sh
exit 0

and put it somewhere on your PATH.  Then the error messages should go
away.

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019