Message-Id: <200008040929.FAA09048@delorie.com> Date: Fri, 04 Aug 2000 12:32:36 +0200 To: matt DOT l AT techie DOT com X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5b From: "Eli Zaretskii" CC: djgpp AT delorie DOT com In-reply-to: <4.3.2.7.0.20000803125328.00a885f0@mail.subdimension.com> (message from Matt Lewandowsky on Thu, 03 Aug 2000 13:08:36 -0700) Subject: Re: Uh oh. Another newbie. (Sorta...) References: <4 DOT 3 DOT 2 DOT 7 DOT 0 DOT 20000802130606 DOT 00aa5270 AT mail DOT subdimension DOT com> <4 DOT 3 DOT 2 DOT 7 DOT 0 DOT 20000803125328 DOT 00a885f0 AT mail DOT subdimension DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Thu, 03 Aug 2000 13:08:36 -0700 > From: Matt Lewandowsky > > sh-2.03$ ./configure > loading cache ./config.cache > checking for a BSD compatible install... ./install-sh -c > checking whether build environment is sane... yes > checking whether make sets ${MAKE}... yes > checking for working aclocal... missing > checking for working autoconf... found > checking for working automake... missing > checking for working autoheader... missing > checking for working makeinfo... found > checking for gcc... no > checking for cc... no > configure: error: no acceptable cc found in $PATH You need to set TEST_FINDS_EXE=y in the environment, then these problems won't happen. > checking for initscr in -lncurses... no > checking for initscr in -lcurses... no > checking for initscr in -lcur_colr... no > configure: error: Cannot find any curses-type library > sh-2.03$ > > Now, how do I get PDCurses recognised? Like I said: look into the file config.log, it shows what did the script try to compile and why did it fail. This usually gives enough clues to solve the mystery. If you still cannot figure that out, post the relevant part(s) of config.log here.