public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Problem with port of WINE dlls to mingw using cygwin
@ 2002-05-28 11:00 Earnie Boyd
  2002-05-28 13:59 ` Steven Edwards
  0 siblings, 1 reply; 8+ messages in thread
From: Earnie Boyd @ 2002-05-28 11:00 UTC (permalink / raw)
  To: Steven Edwards; +Cc: cygwin

[-- Attachment #1: Type: text/plain, Size: 119 bytes --]

Hi Steven,

You really need to take a look at MSYS.  See
http://www.mingw.org/msys.shtml for more information.

Earnie.

[-- Attachment #2: cygwin.50831 --]
[-- Type: message/rfc822, Size: 1281 bytes --]

From: Steven Edwards <steven_ed4153@yahoo.com>
To: cygwin@cygwin.com
Subject: Problem with port of WINE dlls to mingw using cygwin
Date: Mon, 27 May 2002 16:34:38 -0700 (PDT)
Message-ID: <20020527233438.25056.qmail@web21107.mail.yahoo.com>

Hola,
I have been working with wine-dev to port WINE to the
Mingw platform for the ReactOS project. Currently we
can build 90% of WINE dlls and programs under a cygwin
host with no problems.

The problem I am having is when I go to use the
dlls/programs they are still being linked to
cygwin1.dll even though they do not appear to be
importing anything from cygwin1.dll

This is the configure command I am using.
./configure --host=mingw --target=mingw --build=mingw
CFLAGS="-D_WINDOWS -D__MIGNW__ -mno-cygwin
-fnative-struct" CCFLAGS="-D_WINDOWS -D__MIGNW__
-mno-cygwin -fnative-struct"

Everything seems to build and run fine but when I go
to use a tool/program/dll on a windows98 or NT box
without cygwin it throws a exception about missing
cygwin1.dll. Anyone got any ideas about why it is
still doing this?

__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com


[-- Attachment #3: Type: text/plain, Size: 214 bytes --]

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: Problem with port of WINE dlls to mingw using cygwin
  2002-05-28 11:00 Problem with port of WINE dlls to mingw using cygwin Earnie Boyd
@ 2002-05-28 13:59 ` Steven Edwards
  2002-05-28 14:01   ` Earnie Boyd
  2002-05-28 14:09   ` Christopher Faylor
  0 siblings, 2 replies; 8+ messages in thread
From: Steven Edwards @ 2002-05-28 13:59 UTC (permalink / raw)
  To: 'Earnie Boyd'; +Cc: cygwin

Hello Earnie,
I emailed you once a few months back because my initial work on porting
wine was using
MSYS. At the time there were some bugs with flex/bison under MSYS. Do
you know if they still have any problems? 

Thanks
Steven 

"Every revolution was once a thought in one man's mind"
- Ralph Waldo Emerson 
> Hi Steven,
> 
> You really need to take a look at MSYS.  See 
> http://www.mingw.org/msys.shtml for more > information.
> 
> Earnie.
> 


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Problem with port of WINE dlls to mingw using cygwin
  2002-05-28 13:59 ` Steven Edwards
@ 2002-05-28 14:01   ` Earnie Boyd
  2002-05-28 14:09   ` Christopher Faylor
  1 sibling, 0 replies; 8+ messages in thread
From: Earnie Boyd @ 2002-05-28 14:01 UTC (permalink / raw)
  To: Steven_Ed4153; +Cc: cygwin

Steven Edwards wrote:
> 
> Hello Earnie,
> I emailed you once a few months back because my initial work on porting
> wine was using
> MSYS. At the time there were some bugs with flex/bison under MSYS. Do
> you know if they still have any problems?
> 

No, I don't know if there are problems.  I have MSVCRT.DLL dependent
flex and bison in the mingwDTK-1.0.0-alpha-1.tar.gz available from the
Files download page at http://sf.net/projects/mingw.  I would like to
know if you have any problems with them.

Earnie.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Problem with port of WINE dlls to mingw using cygwin
  2002-05-28 13:59 ` Steven Edwards
  2002-05-28 14:01   ` Earnie Boyd
@ 2002-05-28 14:09   ` Christopher Faylor
  1 sibling, 0 replies; 8+ messages in thread
From: Christopher Faylor @ 2002-05-28 14:09 UTC (permalink / raw)
  To: cygwin

On Tue, May 28, 2002 at 12:33:28PM -0400, Steven Edwards wrote:
>I emailed you once a few months back because my initial work on porting
>wine was using MSYS.  At the time there were some bugs with flex/bison
>under MSYS.  Do you know if they still have any problems?

Um, surely there is an "MSYS" mailing list somewhere.

We surely don't want to support a cygwin code fork in this mailing list.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: Problem with port of WINE dlls to mingw using cygwin
  2002-05-28  6:12   ` Steven Edwards
@ 2002-05-28  6:27     ` Robert Collins
  0 siblings, 0 replies; 8+ messages in thread
From: Robert Collins @ 2002-05-28  6:27 UTC (permalink / raw)
  To: 'Steven Edwards', cygwin

Some programs override the FLAGS variables, which is why I suggest
overriding CC and CXX.

Rob

> -----Original Message-----
> From: Steven Edwards [mailto:steven_ed4153@yahoo.com] 
> Sent: Tuesday, 28 May 2002 3:19 PM
> To: Robert Collins; cygwin@cygwin.com
> Subject: RE: Problem with port of WINE dlls to mingw using cygwin
> 
> 
> > What you need to do it add 'CC=gcc -mno-cygwin'
> > 'CXX=g++ -mno-cygwin' to
> > your configure line or install a real
> > cross-compiler.
> > Rob
> 
> I have CFLAGS and CCFLAGS="-mno-cygwin
> -fnative-struct"
> and its still not working.
> 
> Thanks
> Steven
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! - Official partner of 2002 FIFA World Cup
> http://fifaworldcup.yahoo.com
> 


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: Problem with port of WINE dlls to mingw using cygwin
  2002-05-28  5:17 ` Robert Collins
@ 2002-05-28  6:12   ` Steven Edwards
  2002-05-28  6:27     ` Robert Collins
  0 siblings, 1 reply; 8+ messages in thread
From: Steven Edwards @ 2002-05-28  6:12 UTC (permalink / raw)
  To: Robert Collins, cygwin

> What you need to do it add 'CC=gcc -mno-cygwin'
> 'CXX=g++ -mno-cygwin' to
> your configure line or install a real
> cross-compiler.
> Rob

I have CFLAGS and CCFLAGS="-mno-cygwin
-fnative-struct"
and its still not working.

Thanks
Steven

__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: Problem with port of WINE dlls to mingw using cygwin
  2002-05-28  4:57 Steven Edwards
@ 2002-05-28  5:17 ` Robert Collins
  2002-05-28  6:12   ` Steven Edwards
  0 siblings, 1 reply; 8+ messages in thread
From: Robert Collins @ 2002-05-28  5:17 UTC (permalink / raw)
  To: 'Steven Edwards', cygwin

Yes, just agging --target and --host doesn't make configure
cross-compile. It tries to cross copile, but if it can't find
'i686-pc-mingw-gcc' then it uses 'gcc' and hopes that it is able to
cross-compile :}.

What you need to do it add 'CC=gcc -mno-cygwin' 'CXX=g++ -mno-cygwin' to
your configure line or install a real cross-compiler.
Rob

-----Original Message-----
From: cygwin-owner@cygwin.com [mailto:cygwin-owner@cygwin.com] On Behalf
Of Steven Edwards
Sent: Tuesday, 28 May 2002 9:35 AM
To: cygwin@cygwin.com
Subject: Problem with port of WINE dlls to mingw using cygwin


Hola,
I have been working with wine-dev to port WINE to the
Mingw platform for the ReactOS project. Currently we
can build 90% of WINE dlls and programs under a cygwin
host with no problems.

The problem I am having is when I go to use the
dlls/programs they are still being linked to
cygwin1.dll even though they do not appear to be
importing anything from cygwin1.dll

This is the configure command I am using.
./configure --host=mingw --target=mingw --build=mingw CFLAGS="-D_WINDOWS
-D__MIGNW__ -mno-cygwin -fnative-struct" CCFLAGS="-D_WINDOWS -D__MIGNW__
-mno-cygwin -fnative-struct"

Everything seems to build and run fine but when I go
to use a tool/program/dll on a windows98 or NT box
without cygwin it throws a exception about missing
cygwin1.dll. Anyone got any ideas about why it is
still doing this?

__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Problem with port of WINE dlls to mingw using cygwin
@ 2002-05-28  4:57 Steven Edwards
  2002-05-28  5:17 ` Robert Collins
  0 siblings, 1 reply; 8+ messages in thread
From: Steven Edwards @ 2002-05-28  4:57 UTC (permalink / raw)
  To: cygwin

Hola,
I have been working with wine-dev to port WINE to the
Mingw platform for the ReactOS project. Currently we
can build 90% of WINE dlls and programs under a cygwin
host with no problems.

The problem I am having is when I go to use the
dlls/programs they are still being linked to
cygwin1.dll even though they do not appear to be
importing anything from cygwin1.dll

This is the configure command I am using.
./configure --host=mingw --target=mingw --build=mingw
CFLAGS="-D_WINDOWS -D__MIGNW__ -mno-cygwin
-fnative-struct" CCFLAGS="-D_WINDOWS -D__MIGNW__
-mno-cygwin -fnative-struct"

Everything seems to build and run fine but when I go
to use a tool/program/dll on a windows98 or NT box
without cygwin it throws a exception about missing
cygwin1.dll. Anyone got any ideas about why it is
still doing this?

__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2002-05-28 17:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-28 11:00 Problem with port of WINE dlls to mingw using cygwin Earnie Boyd
2002-05-28 13:59 ` Steven Edwards
2002-05-28 14:01   ` Earnie Boyd
2002-05-28 14:09   ` Christopher Faylor
  -- strict thread matches above, loose matches on Subject: below --
2002-05-28  4:57 Steven Edwards
2002-05-28  5:17 ` Robert Collins
2002-05-28  6:12   ` Steven Edwards
2002-05-28  6:27     ` Robert Collins

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).