Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Date: Sun, 2 Nov 2003 14:44:09 -0500 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: gcc 3.3.1-3, loading .la files from gcj-compiled apps Message-ID: <20031102194409.GB15320@redhat.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <3FA5590F DOT 6060308 AT santafe DOT edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3FA5590F.6060308@santafe.edu> User-Agent: Mutt/1.4.1i On Sun, Nov 02, 2003 at 12:20:47PM -0700, Marcus G. Daniels wrote: >Would it be possible to add a -D_WIN32 to the libjava/libltdl Makefile >for Cygwin? Then the LoadLibrary support will get compiled-in, and >dynamic libraries can be loaded into GCJ apps. No. If there is dynamic linking to be done it should work through dlopen and pals. Defining _WIN32 is not the way to accomplish this. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/