This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: cp error -- oh the great sanity of *nix tools?!?


> ./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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]