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: <00a001c119d6$fd35ecf0$d7823bd5@dmitry> From: "Dmitry Timoshkov" To: "Pasch, Thomas \(ACTGRO\)" Cc: References: <96C14D00FA99D311A8D60008C791F36409826845 AT devwagwodx0009 DOT wob DOT vw DOT de> Subject: Re: Symbol in DLL begin with _ Date: Tue, 31 Jul 2001 23:38:06 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 "Pasch, Thomas (ACTGRO)" wrote: > You are wrong. I could use the attached script as > well. But it will not work without ---add-stdcall-alias > on my NT 4.0 system. [skipped] > # first, get a EXPORT list > dlltool --add-stdcall-alias --export-all-symbols --output-def $LIBNAME.tmp $* You can try both variants and inspect them to find a difference in the produced .tmp files. I would recommend to create .def file manually instead of relying on the --export-all-symbols feature and grep'ing "Java_" names. -- Dmitry. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/