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: <3D3577ED.6020702@bitmead.com> Date: Wed, 17 Jul 2002 23:58:05 +1000 From: Chris Bitmead User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.0) Gecko/20020530 X-Accept-Language: en-us, en MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: GCC flags, Guile, and wxWindows Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit I was thinking to do a port of wxWindows to Guile (1.4.1). Under MS-Windows however I'm finding that in order to link with wxWindows (built under cygwin BTW), I need the following options on the link line.... -Wl,--subsystem,windows -mwindows Without these options it will not link with wxWindows. Unfortunately these options also cause guile to die a nasty death somewhere in its guts. Try linking a bare bones guile on Windows with these options and you will see what I mean. I don't really know that much about MS-Windows development or what these flags mean, but I've got to have MS-Windows working to fund this project. Can anybody shed any light on this? -- 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/