Mailing-List: contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-apps-owner AT sourceware DOT cygnus DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT sources DOT redhat DOT com Message-ID: <016301c0ae06$fac9a650$9865fea9@edward> From: "edward" To: "Robert Collins" , "Akim Demaille" Cc: References: <3AB0C6A2 DOT 8AFE126C AT yahoo DOT com><023d01c0ad57$68af41d0$0200a8c0 AT lifelesswks><026c01c0ad5b$4a2a76e0$0200a8c0 AT lifelesswks><029701c0ad60$66becd60$0200a8c0 AT lifelesswks><02b901c0ad61$e69fd000$0200a8c0 AT lifelesswks><002401c0ad9b$e3526d60$0200a8c0 AT lifelesswks><3AB14033 DOT 1FFE5CE0 AT yahoo DOT com><027401c0ada3$bb7845f0$0200a8c0 AT lifelesswks><04b201c0adfa$6db4ab40$0200a8c0 AT lifelesswks> <04e301c0adfd$9b091a10$0200a8c0 AT lifelesswks> Subject: Re: V4a win32 macro Date: Fri, 16 Mar 2001 05:50:51 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Apparently-From: Swiftnsavv AT aol DOT com stock cygwin doesn't have /lib/cpp i've noticed. so i created a symlink. cheers $ uname -a CYGWIN_NT-5.0 EDWARD 1.1.8(0.34/3/2) 2001-01-31 10:08 i686 unknown edward AT EDWARD:/usr/gnome/src/gtk+/gtk $ ls -ld /lib/cpp lrwxrwxrwx 1 edward None 25 Mar 4 02:57 /lib/cpp -> ../bin/cpp.exe* ----- Original Message ----- From: "Robert Collins" To: "Akim Demaille" Cc: ; Sent: Friday, March 16, 2001 4:43 AM Subject: V4a win32 macro > This has the AC_REQUIRE autoconf problem fixed (thanks Akim). However if > the user doesn't put AC_PROG_CC in anyway, the output looks like: > > configure: creating cache /dev/null > checking for a BSD compatible install... /bin/install -c > checking whether build environment is sane... yes > checking for mawk... no > checking for gawk... gawk > checking whether make sets ${MAKE}... yes > checking how to run the C preprocessor... /lib/cpp > configure: error: C preprocessor "/lib/cpp" fails sanity check > > So I don't know how useful the AC_REQUIRE actually ends up being ! > > Rob >