Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Thu, 25 Sep 2003 09:43:26 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: how to decide the system config Message-ID: <20030925074326.GS9981@cygbert.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i On Thu, Sep 25, 2003 at 02:05:47PM +0800, Jiang zhou wrote: > I want to compile a software "bird" under cygwin. When I configure it said: > > $ ./configure > loading cache ./config.cache > checking host system type... i686-pc-cygwin32 > checking for gcc... gcc > [...] > checking for m4... m4 > configure: error: Cannot determine correct system configuration. Please > use --wi > th-sysconfig to set it manually. That's a configure problem. You should examine the configure script what it is looking for when it's failing. If it is looking for a Linux-like /etc/sysconfig directory, you're out of luck. Cygwin doesn't provide that. You will have to rewrite the package somewhat to get it working. > I have install my cygwin by copy a cygwin directory to C: then run two reg > files as below. Why did you do it in a non-supported way? Use setup.exe to install Cygwin. The below registry keys seem to be from an old Cygwin version, otherwise I don't understand why you still have mount points for tape and floppy devices. See http://cygwin.com/cygwin-ug-net/using-specialnames.html#AEN755 Btw., don't send registry keys, send cygcheck output as described on http://cygwin.com/problems.html. Corinna > [HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL > setup\b15.0\mounts\00] > "native"="\\\\.\\tape1:" > "unix"="/dev/st1" > "fbinary"=dword:00000000 > "fsilent"=dword:00000001 > [HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL > setup\b15.0\mounts\01] > "native"="\\\\.\\tape0:" > "unix"="/dev/st0" > "fbinary"=dword:00000000 > "fsilent"=dword:00000001 > [HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL > setup\b15.0\mounts\02] > "native"="\\\\.\\b:" > "unix"="/dev/fd1" > "fbinary"=dword:00000000 > "fsilent"=dword:00000001 > [HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL > setup\b15.0\mounts\03] > "native"="\\\\.\\a:" > "unix"="/dev/fd0" > "fbinary"=dword:00000000 > "fsilent"=dword:00000001 -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:cygwin AT cygwin DOT com Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/