Hi folks,
I need a win32 GUI application with standard IO access to a console.
I found at the web a solution (see source at end of this mail) which works fine with
windows console (winXP) but crashes when used with the cygwin console. In detail it's
the line
. . .
*stdout = *fp;
. . .
Did you install gcc and make when you installed Cygwin? They're no longer
installed by default, you have to tell the installer you want them.
James Potts
([EMAIL PROTECTED])
- Original Message -
From: "Tim Orr" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 02, 2002 10:
rom the
command line and/or bash.
James Potts
([EMAIL PROTECTED])
- Original Message -
From: "Larry Hall (RFK Partners, Inc)" <[EMAIL PROTECTED]>
To: "Arek (James Potts)" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, April 02, 2002 9:46 AM
Hi. I just installed Cygwin on my Windows XP box and CDROM access seems to
be locked at ~1X for some reason. Any ideas as to what might be causing
this? Thanks in advance.
James Potts
([EMAIL PROTECTED])
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:
> I'd suggest that you gateway the cygwin mailing list into news, and
> vice versa. That would probably be optimum.
Great idea, but it has to be done right - you can't just forward a raw news
message to the mailing list. Some news/e-mail clients (Outlook Express, for
example) will try to open i
Okay, On a whim, I decided to upgrade to GCC 3.0.3 on my box. Following
David Billinghurst's instructions, everything went fine until 'make
install', where it failed with the following error:
make[1]: Entering directory `/home/james/gcc-build/fastjar'
make[2]: Entering directory `/home/james/gcc
> At 03:30 PM 1/31/2002, Arek wrote:
> >AFAIK, Cygwin doesn't use NT user permissions.
>
> Exactly what is the basis for this statement? Have you read the user's
> guide? The 'ntsec' option of the CYGWIN environment variable does a
> real nice job of ma
Looks like the cygwin permissions are user: everything, anybody else:
nothing. AFAIK, Cygwin doesn't use NT user permissions. You'll need to do
'chmod a+rwx' on the directory as the user who created it (Everybody).
Unfortunately, you probably don't have an 'Everybody' user. You should
probably
Hrm...What's the output of 'ls -ld '?
James Potts
([EMAIL PROTECTED])
- Original Message -
From: "Derek M. Tournear" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 31, 2002 12:01 PM
Subject: Can't create new file/directory
> Hello all,
>
> I recently re-installed
I just installed cygwin today (after a long while of not having it
installed...) and when I started up bash I discovered that $HOME wasn't
being set correctly! After looking through the faq, I thought this might be
related to me having a windows login name with a space in it, so I edited
/etc/pro
10 matches
Mail list logo