Re: Cannot link ___assert, __impure_ptr with -mno-cygwin

2005-03-31 Thread Matt Olson
On Wed, 30 Mar 2005 23:33:53 -0800, Brian Dessent <[EMAIL PROTECTED]> wrote: > Matt Olson wrote: > > > Now to find a version of SDL that builds with Cygwin. > > http://www.cygwin.com/ml/cygwin/2004-10/msg01145.html Thanks again! -- Unsubscribe info: http://cy

Re: Cannot link ___assert, __impure_ptr with -mno-cygwin

2005-03-30 Thread Matt Olson
On Tue, 29 Mar 2005 13:48:49 -0500, Christopher Faylor <[EMAIL PROTECTED]> wrote: > On Tue, Mar 29, 2005 at 01:30:00PM -0500, Williams, Gerald S (Jerry) wrote: > >Matt Olson wrote: > >> Unfortunately, while "compile .o files with -mno-cygwin" fixes my toy >

Re: Cannot link ___assert, __impure_ptr with -mno-cygwin

2005-03-29 Thread Matt Olson
On Tue, 29 Mar 2005 10:31:06 -0500, Williams, Gerald S (Jerry) <[EMAIL PROTECTED]> wrote: > Matt Olson wrote: > > I've narrowed my problems down to a relatively small test case: > [...] > > Makefile: > [...] > > LINKFLAGS = -g -L/lib/mingw -mwindows

Cannot link ___assert, __impure_ptr with -mno-cygwin

2005-03-28 Thread Matt Olson
Hello, I'm trying to port some SDL code from Linux to Win32-Cygwin, and I've run into problems linking programs using assert() and fprintf() with the -mno-cygwin flag. (I'm compiling and linking with -mno-cygwin because that's what the output of `sdl-config --libs` gives me.) I've Googled, with