| delorie.com/archives/browse.cgi | search |
| 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 <cgf-use-the-mailinglist-please AT cygwin DOT com> |
| 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 |
| 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 |
| List-Id: | <cygwin.cygwin.com> |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |