Re: mingw libs

2003-10-09 Thread y2bismil
Quoting Igor Pechtchanski <[EMAIL PROTECTED]>: > Yamin, > > Please don't Cc: me, I read the list (I set the Reply-To for a reason). > More below. > > On Thu, 9 Oct 2003 [EMAIL PROTECTED] wrote: > > > Hi Igor, > > > > I added that -mno-cygwin to both compiler and linker and have started a > > bu

Re: mingw libs

2003-10-09 Thread Igor Pechtchanski
Yamin, Please don't Cc: me, I read the list (I set the Reply-To for a reason). More below. On Thu, 9 Oct 2003 [EMAIL PROTECTED] wrote: > Hi Igor, > > I added that -mno-cygwin to both compiler and linker and have started a > build...should be about an hour or two before its donw. > > I didn't wri

Re: mingw libs

2003-10-09 Thread y2bismil
Quoting Christopher Faylor <[EMAIL PROTECTED]>: > On Thu, Oct 09, 2003 at 04:49:54PM -0400, [EMAIL PROTECTED] > wrote: > >Hi Igor, > > > >I added that -mno-cygwin to both compiler and linker and have started a > >build...should be about an hour or two before its donw. > > > >I didn't write the mak

Re: mingw libs

2003-10-09 Thread Markus Schönhaber
Does using "g++" instead of "gcc" help? Regards mks [EMAIL PROTECTED] wrote: Hi Igor, I added that -mno-cygwin to both compiler and linker and have started a build...should be about an hour or two before its donw. I didn't write the makefiles, but I have modified them to use GCC, so its really

Re: mingw libs

2003-10-09 Thread Christopher Faylor
On Thu, Oct 09, 2003 at 04:49:54PM -0400, [EMAIL PROTECTED] wrote: >Hi Igor, > >I added that -mno-cygwin to both compiler and linker and have started a >build...should be about an hour or two before its donw. > >I didn't write the makefiles, but I have modified them to use GCC, so its really >too c

Re: mingw libs

2003-10-09 Thread y2bismil
Hi Igor, I added that -mno-cygwin to both compiler and linker and have started a build...should be about an hour or two before its donw. I didn't write the makefiles, but I have modified them to use GCC, so its really too complicated to post in its entirety...but the exact linker command is as fo

Re: mingw libs

2003-10-09 Thread y2bismil
Hi Igor, I added that -mno-cygwin to both compiler and linker and have started a build...should be about an hour or two before its donw. I didn't write the makefiles, but I have modified them to use GCC, so its really too complicated to post in its entirety...but the exact linker command is as fo

Re: mingw libs

2003-10-09 Thread Igor Pechtchanski
On Thu, 9 Oct 2003 [EMAIL PROTECTED] wrote: > Hi all, > > I'm trying to build an app using cygwin-gcc and the mingw package all provided > by the standard cygwin install. This is a purely console app, whose only use > beyond standard c++ is the conio library. > > I'm getting errors like: > undefi

Re: mingw libs

2003-10-09 Thread y2bismil
correction - included. Quoting [EMAIL PROTECTED]: > Hi all, > > I'm trying to build an app using cygwin-gcc and the mingw package all > provided > by the standard cygwin install. This is a purely console app, whose only > use > beyond standard c++ is the conio library. and winsock libraries.