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 Message-ID: <00fd01c290d2$c05764c0$78d96f83@pomello> From: "Max Bowsher" To: "Chris Twiner" , References: Subject: Re: mno_cygwin gcc 3.2 Date: Wed, 20 Nov 2002 20:23:56 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Chris Twiner wrote: > ok finally cracked it: > > g++ -mno-cygwin -enable-threads=no -nostdlib -shared -v -e > _DllMain AT 12 -o xwinclip_hook.dll xwinclip_hook.o -lkernel32 -luser32 > > not that the :-enable-threads=no seems to matter a damn. > > I don't use any c++ but it still asks for and unresolved symbol: > > __gxx_personality_v0 > > so I added a : > > extern "C" {long __gxx_personality_v0;} > > And that seems to keep everything happy. > > Not pretty but it works. For how long? This is an ugly hack. Are you really trying to compile xwinclip for MinGW? Why? Max. -- 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/