This is the mail archive of the cygwin@sources.redhat.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: newbie - cygwin1.dll error


On Sun, Nov 19, 2000 at 06:40:27PM +1300, Vulcan Helicopters wrote:
>I have managed to get gcc to compile a program, but when I try and run it
>(by double clicking the .exe in explorer) I get the following error:
>
>A required .DLL file, CYGWIN1.DLL, was not found
>
>I have not installed the complete cygwin project, so this may be causing
>the problem.  If this is the case, which package do I need to install?
>
>If I compile it with
>
>g++ -mno-cygwin hello.cc -o hello
>
>I get:
>
>/usr/bin/ld: cannot open crt1.o: No such file or directory
>
>Once again I think this may be due to not having installed all of cygwin.
>(We have an extremely slow connection)

crt1.o is in the mingw package.  If you haven't downloaded mingw you can't
use -mno-cygwin.

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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