Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: From: Vermeulen Jan To: "'mohammad Saleem'" , cygwin AT cygwin DOT com, crossgcc AT sourceware DOT cygnus DOT com Subject: RE: Missing cygwin1.dll efter installing full.exe Date: Tue, 28 Aug 2001 08:31:12 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Hello Mohammed, >As it is clear from my subject, I have installed full.exe but >cygwin1.dll is not there. Particularly I was expecting it under. > >cygwin/cygwin-20....../bin Mine is under plain c:\cygwin\bin. Don't know what could have happened with your install. Could you shed some more light on what you did? Did you install from the internet? it might be that some files were not or badly downloaded. >I compile: > >% g++ helloworld.cpp -o hello > >what I get is hello.exe ( why an *.exe extention when I am working in a >unix like environment?) cygwin makes executables that can be run under plain windows. That's why it adds '.exe' to it, so you can also run it without the cygwin environment. Cygwin is, i think, just made to facilitate the making of programs with the use of the GNU toolchain without having to re-invent them 100% to the windows platform. That's why there is a unix like environment. GNU toolchain expects some things to be at certain places (/usr /usr/lib) and windows can not provide these out-of-the-box. I think the good people from the cygwin mailing list will be far better at explaining it than I am. :) Best regards, Jan -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/