From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5442 invoked by alias); 4 Jan 2003 05:58:06 -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 5434 invoked from network); 4 Jan 2003 05:58:05 -0000 Received: from unknown (HELO omnigroup.com) (198.151.161.1) by 209.249.29.67 with SMTP; 4 Jan 2003 05:58:05 -0000 Received: from omnigroup.com (216-39-137-139.ip.theriver.com [216.39.137.139]) by omnigroup.com (8.10.2/8.9.1) with ESMTP id h045vqx08272; Fri, 3 Jan 2003 21:57:52 -0800 (PST) Date: Sat, 04 Jan 2003 05:58:00 -0000 Subject: Re: [3.2/3.3/HEAD] shared libobjc not built Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v551) Cc: gcc@gcc.gnu.org, Matthias Klose , "Andrea 'fwyzard' Bocci" , mingw-patches@lists.sourceforge.net To: Nicola Pero From: "Timothy J. Wood" In-Reply-To: Message-Id: <76653E93-1FA9-11D7-99C2-0003933F3BC2@omnigroup.com> Content-Transfer-Encoding: 7bit X-SW-Source: 2003-01/txt/msg00112.txt.bz2 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