Re: Using -mno-cygwin flag

2005-05-06 Thread Reini Urban
Sam Steingold schrieb: * Brian Dessent <[EMAIL PROTECTED]> [2005-05-04 03:00:37 -0700]: -mno-cygwin does not just "make things that doesn't depend on the cygwin DLL", it removes Cygwin from the equation entirely. this is very unfortunate, actually. things like berkeley-db, postgresql, pcre &c all h

Re: Using -mno-cygwin flag

2005-05-04 Thread Brian Dessent
Brian Salter-Duke wrote: > I did understand that. If I understand you correctly, one can not use > Mingw from inside cygwin to produce working code that uses sockets and > pthreads. Is that correct? This code does use sockets and pthreads > although I do not strictly need them as it is code that u

Re: Using -mno-cygwin flag

2005-05-04 Thread Brian Salter-Duke
On Wed, May 04, 2005 at 03:00:37AM -0700, Brian Dessent wrote: > Brian Salter-Duke wrote: > > > Beginning the DDI compilation at Wed May 4 18:09:43 AUSCST 2005 > > Compiling common object: soc_create.o > > gcc -DLINUX -O3 -mno-cygwin -fstrict-aliasing -I./include -DDDI_SOC > > -DMAX_SMP_PROCS=8 -

Re: Using -mno-cygwin flag

2005-05-04 Thread Larry Hall
At 05:43 PM 5/4/2005, Chris Faylor wrote: >So, gee, now all we need is a volunteer. Oh sure. Fall back on that tired old excuse. ;-) -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street

Re: Using -mno-cygwin flag

2005-05-04 Thread Christopher Faylor
On Wed, May 04, 2005 at 05:23:58PM -0400, Sam Steingold wrote: >>Well, duh. If you want to USE MinGW, you have to INSTALL it. That >>much is obvious. > >I thought I did - when I installed the gcc-mingw cygwin package. No. The name of the package is "gcc-mingw". Did you think that you installed

Re: Using -mno-cygwin flag

2005-05-04 Thread Sam Steingold
> * Dave Korn <[EMAIL PROTECTED]> [2005-05-04 18:49:24 +0100]: > > Original Message >>From: Sam Steingold >>Sent: 04 May 2005 18:32 > >>> That's something to take up with the MinGW folks (www.mingw.org). >> >> I am not quite clear on the exact relationship between cygwin and MinGW >> proje

Re: Using -mno-cygwin flag

2005-05-04 Thread Sam Steingold
> * Christopher Faylor <[EMAIL PROTECTED]> [2005-05-04 13:41:25 -0400]: > > On Wed, May 04, 2005 at 06:34:46PM +0100, Dave Korn wrote: >>Original Message >>>From: Christopher Faylor >>>Sent: 04 May 2005 18:20 >> >> >>> as to ignore correctly installed libraries. You just have to put the >>

RE: Using -mno-cygwin flag

2005-05-04 Thread Dave Korn
Original Message >From: Sam Steingold >Sent: 04 May 2005 18:32 >> That's something to take up with the MinGW folks (www.mingw.org). > > I am not quite clear on the exact relationship between cygwin and MinGW > project (I assumed that they are independent except that cygwin includes > part

Re: Using -mno-cygwin flag

2005-05-04 Thread Christopher Faylor
On Wed, May 04, 2005 at 01:32:19PM -0400, Sam Steingold wrote: >> * Larry Hall <[EMAIL PROTECTED]> [2005-05-04 13:02:44 -0400]: >> >> At 12:53 PM 5/4/2005, you wrote: * Brian Dessent <[EMAIL PROTECTED]> [2005-05-04 03:00:37 -0700]: -mno-cygwin does not just "make things that doesn't

Re: Using -mno-cygwin flag

2005-05-04 Thread Christopher Faylor
On Wed, May 04, 2005 at 06:34:46PM +0100, Dave Korn wrote: >Original Message >>From: Christopher Faylor >>Sent: 04 May 2005 18:20 > > >> as to ignore correctly installed libraries. You just have to put the >> libraries and headers in locations that are searched when -mno-cygwin >> is used.

RE: Using -mno-cygwin flag

2005-05-04 Thread Dave Korn
Original Message >From: Christopher Faylor >Sent: 04 May 2005 18:20 > as to ignore correctly installed libraries. You just have to put the > libraries and headers in locations that are searched when -mno-cygwin > is used. Those locations are distinct from the locations used when > -mno-

Re: Using -mno-cygwin flag

2005-05-04 Thread Sam Steingold
> * Larry Hall <[EMAIL PROTECTED]> [2005-05-04 13:02:44 -0400]: > > At 12:53 PM 5/4/2005, you wrote: >>> * Brian Dessent <[EMAIL PROTECTED]> [2005-05-04 03:00:37 -0700]: >>> >>> -mno-cygwin does not just "make things that doesn't depend on the >>> cygwin DLL", it removes Cygwin from the equation en

Re: Using -mno-cygwin flag

2005-05-04 Thread Christopher Faylor
On Wed, May 04, 2005 at 12:53:26PM -0400, Sam Steingold wrote: >> * Brian Dessent <[EMAIL PROTECTED]> [2005-05-04 03:00:37 -0700]: >> >> -mno-cygwin does not just "make things that doesn't depend on the >> cygwin DLL", it removes Cygwin from the equation entirely. > >this is very unfortunate, actua

Re: Using -mno-cygwin flag

2005-05-04 Thread René Berber
Sam Steingold wrote: >>* Brian Dessent <[EMAIL PROTECTED]> [2005-05-04 03:00:37 -0700]: >> >>-mno-cygwin does not just "make things that doesn't depend on the >>cygwin DLL", it removes Cygwin from the equation entirely. > > > this is very unfortunate, actually. > things like berkeley-db, postgres

Re: Using -mno-cygwin flag

2005-05-04 Thread Larry Hall
At 12:53 PM 5/4/2005, you wrote: >> * Brian Dessent <[EMAIL PROTECTED]> [2005-05-04 03:00:37 -0700]: >> >> -mno-cygwin does not just "make things that doesn't depend on the >> cygwin DLL", it removes Cygwin from the equation entirely. > >this is very unfortunate, actually. >things like berkeley-db,

Re: Using -mno-cygwin flag

2005-05-04 Thread Sam Steingold
> * Brian Dessent <[EMAIL PROTECTED]> [2005-05-04 03:00:37 -0700]: > > -mno-cygwin does not just "make things that doesn't depend on the > cygwin DLL", it removes Cygwin from the equation entirely. this is very unfortunate, actually. things like berkeley-db, postgresql, pcre &c all have a native w

Re: Using -mno-cygwin flag

2005-05-04 Thread Brian Dessent
Brian Salter-Duke wrote: > Beginning the DDI compilation at Wed May 4 18:09:43 AUSCST 2005 > Compiling common object: soc_create.o > gcc -DLINUX -O3 -mno-cygwin -fstrict-aliasing -I./include -DDDI_SOC > -DMAX_SMP_PROCS=8 -DMAX_NODES=32 -c ./src/soc_create.c -o ./obj/soc_create.o > In file include

Using -mno-cygwin flag

2005-05-04 Thread Brian Salter-Duke
I have had some success with using the -mno-cygwin flag, but this more complex case is failing. The code is mostly Fortran and all the Fortran routines compiles with the -mno-cygwin flag OK. However it uses some C routines which it puts in a library. The script for doing this, modified with the -