X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Wed, 12 Aug 2009 01:08:29 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: dlopen regression in 1.7? (or is it just me?) Message-ID: <20090812050829.GC2891@ednor.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <4A81A300 DOT 6020104 AT lysator DOT liu DOT se> <6910a60908111234s685cbd0ahbb7dce3a02b80d4a AT mail DOT gmail DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6910a60908111234s685cbd0ahbb7dce3a02b80d4a@mail.gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Tue, Aug 11, 2009 at 09:34:49PM +0200, Reini Urban wrote: >2009/8/11 Peter Rosin: >> I trouble with dlopen in cygwin-1.7 >> STC: >> $ cat simple.c >> int >> simple(void) >> { >> ? ? ? ?return 0; >> } >$ gcc -shared -o simple1.dll simple.c >vs >$ gcc -shared -o simple1.dll -Wl,-e,_simple simple.c > >Without entrypoint I get the same error, and this looks like my perl >error. This problem is being discussed in the cygwin-developers list. We should have a fix soon. cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple