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 Subject: Re: [Urgent] Building relocatable DLLs From: Robert Collins To: Stephano Mariani Cc: cygwin AT cygwin DOT com In-Reply-To: <001501c15f21$8f43a8a0$0100a8c0@sknet01> References: <001501c15f21$8f43a8a0$0100a8c0 AT sknet01> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/0.15 (Preview Release) Date: 31 Oct 2001 22:13:29 +1100 Message-Id: <1004526811.1521.66.camel@lifelesswks> Mime-Version: 1.0 X-OriginalArrivalTime: 31 Oct 2001 11:17:44.0117 (UTC) FILETIME=[A97BD650:01C161FD] On Sun, 2001-10-28 at 06:57, Stephano Mariani wrote: > Firstly I would like to apologise in advance if this is not the right list > and request that someone direct me to the correct list/page. We've got the info here, but the question is really a combination gcc/binutils question - they are the tools we use. > I would like some detailed information on the correct procedure to build > relocateable dlls using the cygwin tools. gcc -o foo.dll a.c b.c c.c -l bar is the canonical way. Run ld --help to get a list of parameters, which are then passed through gcc via "-Wl," Rob -- 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/