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

2005-03-31 Thread Christopher Faylor
On Thu, Mar 31, 2005 at 01:48:13AM -0500, Christopher Faylor wrote: >On Wed, Mar 30, 2005 at 06:33:53PM -0800, Matt Olson wrote: >>Now to find a version of SDL that builds with Cygwin. Anyone have >>experience with that, just offhand? > >As strange as it sounds, non-cygwin applications are not rea

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://cygwin.com/ml/#unsubscribe-simple

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

2005-03-30 Thread Brian Dessent
Matt Olson wrote: > Thanks, folks. What was mysterious is now mundane. > > Now to find a version of SDL that builds with Cygwin. Anyone have > experience with that, just offhand? http://www.cygwin.com/ml/cygwin/2004-10/msg01145.html Brian -- Unsubscribe info: http://cygwin.com/ml/#unsub

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

2005-03-30 Thread Christopher Faylor
On Wed, Mar 30, 2005 at 06:33:53PM -0800, Matt Olson wrote: >Now to find a version of SDL that builds with Cygwin. Anyone have >experience with that, just offhand? As strange as it sounds, non-cygwin applications are not really a topic for this mailing list. cgf -- Unsubscribe info: http:/

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 > >> example, it doesn't help the real code

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

2005-03-29 Thread Christopher Faylor
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 >> example, it doesn't help the real code I'm trying to build: >[...] >> If the problem is object files being compiled without -mno

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

2005-03-29 Thread Williams, Gerald S \(Jerry\)
Matt Olson wrote: > Unfortunately, while "compile .o files with -mno-cygwin" fixes my toy > example, it doesn't help the real code I'm trying to build: [...] > If the problem is object files being compiled without -mno-cygwin and > linked with it, do I need to make sure that all of the (static?) >

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 -mno-cygwin > > LIBS = -lmingw32 > > > > foo

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

2005-03-29 Thread Williams, Gerald S \(Jerry\)
Matt Olson wrote: > I've narrowed my problems down to a relatively small test case: [...] > Makefile: [...] > LINKFLAGS = -g -L/lib/mingw -mwindows -mno-cygwin > LIBS = -lmingw32 > > foo: foo.o > gcc $(LINKFLAGS) -o foo foo.o $(LIBS) [...] > Compiler output: > $ make > gcc -g -L. -L/h