make check has always been working without this flag on both darwin and cygwin. The only problem I've observed is gforth having the wrong line terminators due to the mis-detection of darwin or cygwin by config.guess.
DaR > -----Original Message----- > From: Anton Ertl [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 26, 2002 10:42 PM > To: [EMAIL PROTECTED] > Subject: Re: [gforth] Re: [GForth] Binary distributions for Mac OS X > > > Dennis Ruffer wrote: > > > > env ac_cv_sizeof_long_long=0 > > > > > > > > Is there a problem I haven't discovered yet that this solves? > > > > > > This helps if gcc generates incorrect code for long longs > (given the > > > number of platforms (SPARC, M68K, PPC) this has happened > on, maybe we > > > should make this the default). > > > > How would I test if that is a problem? > > If "make check" works, you probably don't have such a problem. If > this is a problem, it could result in "make check" failing, or in > failure much earlier. > > - anton > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
