----Original Message---- >From: Danny Ng >Sent: 06 April 2005 09:45 > Hi, > > I've recently downloaded the latest version of cygwin, and reinstalled > the whole thing. Previously I had a compiling error with gcc, but now > that has been fixed. After having successfully compiled my C program, > I tried to run the exec file of my compiled program and gave me an > error. I have looked through the mailing list to try to solve this > myself by installing bzip2 libraries but I still get the same error.
You need to have cygwin's bin directory in your windows PATH settings, so that the cygwin dll can be found when you try to run your compiled application. Or you need to run the compiled application from a cygwin shell. cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/