Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <3B3774C0.DA3BC3C5@physik.uni-augsburg.de>
Date: Mon, 25 Jun 2001 19:28:32 +0200
From: "Sergey R. Grigoriev" <remove_serge@physik.uni-augsburg.de>
Reply-To: serge_remove@physik.uni-augsburg.de
Organization: Uni-Augsburg
X-Mailer: Mozilla 4.76 [en] (Win98; U)
X-Accept-Language: en
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: cp error -- oh the great sanity of *nix tools?!?
Content-Type: text/plain; charset=koi8-r
Content-Transfer-Encoding: 7bit
Note-from-DJ: This may be spam

> ./db_checkpoint -> /usr/sbin/db_checkpoint
> /usr/bin/cp: `./db_checkpoint' and `/usr/sbin/db_checkpoint' are the same

are you sure that "db_checkpoint" exists? Probably
"db_checkpoint.exe"?
There is difference *nix->windows exicutable name...
check you makefile for ".exe"-suffix

(the same problem one can see with GCC-3.0/FASTJAR/jar.exe-executable -
to do
install one need was nessesary to edit one of makefiles manually and add
".exe"
to filename (once in  "bin_PROGRAMS=jar", and once more in "jar: ").
I believe something was wrong in configure-script...)

Serge

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

