From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22224 invoked by alias); 4 Jan 2003 14:23:58 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 22073 invoked from network); 4 Jan 2003 14:22:47 -0000 Received: from unknown (HELO smtp018.mail.yahoo.com) (216.136.174.115) by 209.249.29.67 with SMTP; 4 Jan 2003 14:22:47 -0000 Received: from chi-tgn-gjf-vty8.as.wcom.net (HELO yahoo.com) (earnie?boyd@216.192.143.8 with plain) by smtp.mail.vip.sc5.yahoo.com with SMTP; 4 Jan 2003 14:22:34 -0000 Message-ID: <3E16EE1F.4050208@yahoo.com> Date: Sat, 04 Jan 2003 14:23:00 -0000 From: Earnie Boyd User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Timothy J. Wood" CC: Nicola Pero , gcc@gcc.gnu.org, Matthias Klose , Andrea 'fwyzard' Bocci , mingw-patches@lists.sourceforge.net Subject: Re: [MinGW-patches] Re: [3.2/3.3/HEAD] shared libobjc not built References: <76653E93-1FA9-11D7-99C2-0003933F3BC2@omnigroup.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-01/txt/msg00127.txt.bz2 Your patch were for sections of libtool. Only the cvs HEAD version of libtool will work properly for the mingw32 target. Come to think of it, I don't know that it's been tested in a cross build. I know that work is underway to update the GCC configury to the most current of autotools. If this weren't GCC I'd suggest updating the configury. As it is, you may wish to take a look at the libtool cvs HEAD to see what else you may need to change for this particular problem. Earnie. Timothy J. Wood wrote: > > On Friday, January 3, 2003, at 07:28 PM, Timothy J. Wood wrote: > >> OK, I have it generating a dll file now. I still need to test if >> ObjC *works* with the DLL, but I thought I'd run this diff out to see >> if anyone spots any problems this might cause (I can't imagine what, >> but...) > > > The DLL seems to work. > > The only issues are: > > - The install doesn't create a symlink from from libobjc.dll to > libobjc-1.dll (my cross host is Unix, so a symlink should work fine) > - '--disable-static' doesn't prevent the libobjc.a from getting built > > Still, the patch seems like a big improvement since I can actually > *use* a DLL now. I can manually fix the items above trivially, so if > someone could commit the ltcf-c.sh patch in MinGW and on the head of > whatever GCC branches are appropriate, that would be great (or I can > send the patch again to gcc-patches, if that is required). > > -tim > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > MinGW-patches mailing list > MinGW-patches@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/mingw-patches >