Re: Running cygwin built programs in Windows XP

2002-12-22 Thread Gareth Pearce
This is a BAD idea (TM). Gareth Just stick cygwin1.dll in your windows\system32 folder. -Original Message- From: John Seeliger [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 21, 2002 6:41 PM To: [EMAIL PROTECTED] Subject: Running cygwin built programs in Windows XP How do

Re: Running cygwin built programs in Windows XP

2002-12-22 Thread John Seeliger
Igor Pechtchanski [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Sat, 21 Dec 2002, John Seeliger wrote: How do I run a program that I built with gcc under Cygwin in Windows? When I try to run them, it says it can't find cygwin1.dll. Make sure

RE: Running cygwin built programs in Windows XP

2002-12-22 Thread Larry Hall (RFK Partners, Inc)
Anyone who decides they want to do this is free to but it will invalidate their installation and make it unstable. Future problems they may run into as a result will not be seriously entertained by this list (assuming said persons post to this list for help in those cases) until cygwin1.dll is

Re: Running cygwin built programs in Windows XP

2002-12-22 Thread Michael A Chase
On Sun, 22 Dec 2002 13:27:18 -0600 John Seeliger [EMAIL PROTECTED] wrote: Igor Pechtchanski [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Sat, 21 Dec 2002, John Seeliger wrote: How do I run a program that I built with gcc under Cygwin in Windows? When I

Re: Running cygwin built programs in Windows XP

2002-12-22 Thread Michael A Chase
On Sun, 22 Dec 2002 13:27:18 -0600 John Seeliger [EMAIL PROTECTED] wrote: Igor Pechtchanski [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Sat, 21 Dec 2002, John Seeliger wrote: How do I run a program that I built with gcc under Cygwin in Windows? When I

RE: Running cygwin built programs in Windows XP

2002-12-22 Thread Pharas
:[EMAIL PROTECTED]] Sent: Sunday, December 22, 2002 1:41 PM To: Pharas; [EMAIL PROTECTED] Subject: RE: Running cygwin built programs in Windows XP Anyone who decides they want to do this is free to but it will invalidate their installation and make it unstable. Future problems they may run

RE: Running cygwin built programs in Windows XP

2002-12-22 Thread Randall R Schulz
] Subject: RE: Running cygwin built programs in Windows XP Anyone who decides they want to do this is free to but it will invalidate their installation and make it unstable. Future problems they may run into as a result will not be seriously entertained by this list (assuming said persons post

Re: Running cygwin built programs in Windows XP

2002-12-21 Thread Igor Pechtchanski
On Sat, 21 Dec 2002, John Seeliger wrote: How do I run a program that I built with gcc under Cygwin in Windows? When I try to run them, it says it can't find cygwin1.dll. Make sure c:\cygwin\bin is in your PATH. Another alternative is to use the mingw runtime by giving gcc the -mno-cygwin

Re: Running cygwin built programs in Windows XP

2002-12-21 Thread Randall R Schulz
John, Cygwin is a POSIX emulation environment for Windows. By default, the C / C++ compiler, linker and libraries all supply some portion or aspect of that emulation and the primary runtime component of the emulation is the Cygwin1.dll. If you want to create Windows-native applications using

RE: Running cygwin built programs in Windows XP

2002-12-21 Thread Pharas
Just stick cygwin1.dll in your windows\system32 folder. -Original Message- From: John Seeliger [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 21, 2002 6:41 PM To: [EMAIL PROTECTED] Subject: Running cygwin built programs in Windows XP How do I run a program that I built with gcc