Delivered-To: listarch-cygwin AT sourceware DOT cygnus DOT com Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <36B845E5.2EE39E8D@animehouse.org> Date: Wed, 03 Feb 1999 07:49:41 -0500 From: Jason Lashua X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: gnu Subject: another possible bug. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Ok, i have discovered why half the programs i compile suddenly stop working after they're copied! the whole files arent being copied! the compiler works beautifuly after all, but when i cp a file, only a fractino of its contents usually gets copied, since i re installed cygnus after really screwing it up (moved path names into a more *nix structre broke it :P) i compiled make-3.77 now the EXE worked fine in the build dir, but when i copied it to /cygwin-b20/h-i586-cygwin32/bin, it didnt work, and i was really puzzled, until i did ls -l, and found that the exe was only 4,999 bytes.. i went back in the /usr/src/make-3.77 directory and ran ls -l, and the file size of make.exe was 651,788 ! So, not only is cygnus clipping strings, but tis not copying full files. if someone else has ever had a similar problem, its probably that, unless my system is REALLY messed up =) So, this will put an end to the last post i sent, its figgured out. now how to solve it ? =/