Re: [Mingw-w64-public] [Repost] LIBRARY_PATH environment variable not honoured.

2010-04-20 Thread Doug Semler
Oops, should have qualified that - i meant the output during compileIOW make CFLAGS=-v Sorry On Tue, Apr 20, 2010 at 5:41 AM, Sisyphus wrote: > > - Original Message - From: "Doug Semler" > To: "Sisyphus" > Cc: "mingw64" > Sent: Monday, April 19, 2010 10:30 PM > Subject: Re: [Mingw

Re: [Mingw-w64-public] issue with gettimeofday()

2010-04-20 Thread Ozkan Sezer
On Tue, Apr 20, 2010 at 2:03 PM, Kai Tietz wrote: > 2010/4/20 Ozkan Sezer : >> On Tue, Apr 20, 2010 at 12:41 PM, Ozkan Sezer wrote: >>> On Tue, Apr 20, 2010 at 7:37 AM, Kai Tietz wrote: Hi Patrick, 2010/4/20 Patrick Galbraith : > Hi all, > > I've stumbled across an iss

Re: [Mingw-w64-public] issue with gettimeofday()

2010-04-20 Thread Kai Tietz
2010/4/20 Ozkan Sezer : > On Tue, Apr 20, 2010 at 12:41 PM, Ozkan Sezer wrote: >> On Tue, Apr 20, 2010 at 7:37 AM, Kai Tietz wrote: >>> Hi Patrick, >>> >>> 2010/4/20 Patrick Galbraith : Hi all, I've stumbled across an issue with gettimeofday() returning an incorrect value with

Re: [Mingw-w64-public] issue with gettimeofday()

2010-04-20 Thread Ozkan Sezer
On Tue, Apr 20, 2010 at 12:41 PM, Ozkan Sezer wrote: > On Tue, Apr 20, 2010 at 7:37 AM, Kai Tietz wrote: >> Hi Patrick, >> >> 2010/4/20 Patrick Galbraith : >>> Hi all, >>> >>> I've stumbled across an issue with gettimeofday() returning an incorrect >>> value with mingw-w64. A simple code sample:

Re: [Mingw-w64-public] [Repost] LIBRARY_PATH environment variable not honoured.

2010-04-20 Thread Sisyphus
- Original Message - From: "Doug Semler" To: "Sisyphus" Cc: "mingw64" Sent: Monday, April 19, 2010 10:30 PM Subject: Re: [Mingw-w64-public] [Repost] LIBRARY_PATH environment variable not honoured. Can you post the output of gcc -v so I can see what the search path actually ends

Re: [Mingw-w64-public] issue with gettimeofday()

2010-04-20 Thread Ozkan Sezer
On Tue, Apr 20, 2010 at 7:37 AM, Kai Tietz wrote: > Hi Patrick, > > 2010/4/20 Patrick Galbraith : >> Hi all, >> >> I've stumbled across an issue with gettimeofday() returning an incorrect >> value with mingw-w64. A simple code sample: >> >> #include >> #include >> >> int main (void) >> { >>  str

Re: [Mingw-w64-public] exceptions are not being caught on W7 platform (64 bit)

2010-04-20 Thread Ozkan Sezer
On Tue, Apr 20, 2010 at 11:45 AM, leon zadorin wrote: > On 4/20/10, leon zadorin wrote: > >> there is anyone out there who is using mingw64 to build native W7 >> (pro) 64 bit simple (e.g. single-threaded) C++ applications which >> throw exceptions and have them unwind using dwarf2 (i.e. >> --disa

Re: [Mingw-w64-public] exceptions are not being caught on W7 platform (64 bit)

2010-04-20 Thread leon zadorin
On 4/20/10, leon zadorin wrote: > there is anyone out there who is using mingw64 to build native W7 > (pro) 64 bit simple (e.g. single-threaded) C++ applications which > throw exceptions and have them unwind using dwarf2 (i.e. > --disable-sjlj-exceptions)? Has it been done? Minor update -- I hav

[Mingw-w64-public] exceptions are not being caught on W7 platform (64 bit)

2010-04-20 Thread leon zadorin
I have tried with both 4.4.2 and 4.4.3 gcc to build a c++ application to run natively (as a 64bit app) on W7 (pro) 64 bit -- but the thing does not catch thrown exceptions. The building process (a cross-compiler) was done on freebsd. The building process proceeds ok (and, in fact, is working for m