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: <20001016172353.9450.qmail@web114.yahoomail.com> Date: Mon, 16 Oct 2000 10:23:53 -0700 (PDT) From: Earnie Boyd Subject: Re: static linking in dll's To: Tim Reed Cc: cygwin AT sources DOT redhat DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii --- Tim Reed wrote: > If that is the case, what is the purpose of libcrtdll.a and dllcrt1.o in > the lib directory of the mingw package? I would think that you'd be able > to link to these libraries statically. > The libcrtdll.a is the static import libraries which resolve the address of the function within the crtdll. This is not the same as statically linking the functions of the dll with your executable. The dllcrt1.o is used to initialize the dll and to provide a default entry point for the dll. If you wish to use those all you need is -mno-cygwin in your compilations and linking. Cheers, ===== Earnie Boyd mailto:earnie_boyd AT yahoo DOT com --- --- --- Cygwin: POSIX on Windows --- --- Minimalist GNU for Windows --- __________________________________________________ Do You Yahoo!? Yahoo! Messenger - Talk while you surf! It's FREE. http://im.yahoo.com/ -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com