Setup.exe doesn't load on Win95 laptop

2002-11-03 Thread Jeff Johnston
Hi, Cygwin works great on my desktop machine, so I decided to try it on my old laptop. Setup doesn't load. When I double click setup.exe it gives the arrow-hourglass combo for half a second then exits without any error messages or other windows coming up. I deleted setup.exe, downloaded it on

Re: XML::LibXML with perl dies trying to remap cygxml2-2.dll

2002-11-03 Thread Gerrit P. Haase
Hallo James, Am Dienstag, 24. September 2002 um 21:31 schriebst du: > I am running Cygwin 1.3.12 on Windows 2000 Professional Ver 5.0 Build 2195 > Service Pack 3. I am having a problem using the Perl package XML::LibXML > (version 1.52 installed -- I was unable to get version 1.53 to install).

Re: Problems with Perl XS module in C++ on Cygwin

2002-11-03 Thread Gerrit P. Haase
Hallo Eric, Am Dienstag, 1. Oktober 2002 um 20:06 schriebst du: > I'm having trouble building a Perl XS module in C++ on > Cygwin. I've got Cygwin 1.3.12-2 and I've tried Perl > 5.6.1 and Perl 5.8.0. This module has built and run > successfully on Linux. I used the XS C++ guidelines in > http://w

Re: ]Should ntsec & autotools work under XP prof ?

2002-11-03 Thread Pierre A. Humblet
On Sun, Nov 03, 2002 at 09:10:47AM -0800, amores perros wrote: > That is, has anyone seen these three all work together ? > i) installation & use as a normal user > ii) ntsec > iii) autotools > I ran the cygwin setup as my normal user, and when prompted, > gave it credentials for an admini

Re: trouble with -mno-cygwin

2002-11-03 Thread Daniel Jeffery
The package `mingw-runtime' has been unpacked, but I know of no package named `cygwin-mingw'. For now I am left with the same errors. OK. I just realized there was a package named gcc-mingw, so never mind. ciao all, - Daniel J. -- Unsubscribe info: http://cygwin.com/ml/#unsubs

trouble with -mno-cygwin

2002-11-03 Thread Daniel Jeffery
So I do `gcc -o hello.exe hello.c' and it works, but if I try `gcc -o hello.exe -mno-cygwin hello.c' it comes back with the error: gcc: installation problem, cannot exec `cc1': No such file or directory after `PATH=${PATH}:/usr/lib/gcc-lib/i686-pc-cygwin/3.2' I get: ld: cannot open crt2.o: No s

Re: How can I use in console codepage different from ANSI and OEM?

2002-11-03 Thread Christopher Faylor
On Sun, Nov 03, 2002 at 09:04:56PM -0500, Igor Pechtchanski wrote: >First off, in a followup message, the patch author claims to have received >a signed acknowledgement from RedHat -- hope this helps. Actually, it doesn't. I had already read that transaction (obviously?). Someone claiming to have

Re: How can I use in console codepage different from ANSI and OEM?

2002-11-03 Thread Igor Pechtchanski
On Sun, 3 Nov 2002, Christopher Faylor wrote: > On Sun, Nov 03, 2002 at 12:19:28PM -0500, Christopher Faylor wrote: > >On Sun, Nov 03, 2002 at 05:33:45PM +0300, egor duda wrote: > >>Sunday, 03 November, 2002 Alexander Gotlib >[EMAIL PROTECTED] wrote: > >>AG> Subj? For russian language ANS

getchar() problems

2002-11-03 Thread Noel Yap
I'm not sure if this is a bug or a configuration problem on my part. When I use getchar(), the first character I see is ASCII 10. It forces me to use two getchar() calls. Can anyone help me out with this, please? Thanks, Noel __ Do you Yahoo!? Ho

The MIME information you requested (last changed 3154 Feb 14)

2002-11-03 Thread UW Email Robot
-- What is MIME? MIME stands for "Multipurpose Internet Mail Extensions". It is the standard for how to send multipart, multimedia, and binary data using the world-wide Internet email system. Typical uses of MIME include se

Re: trouble using a PTY

2002-11-03 Thread Fred_Smith
Egor: Thanks for the info! Fred egor duda <[EMAIL PROTECTED]> on 11/03/2002 09:47:53 AM Please respond to egor duda <[EMAIL PROTECTED]> To: Fred Smith/Computrition cc: [EMAIL PROTECTED] Subject: Re: trouble using a PTY Hi! Sunday, 03 November, 2002 [EMAIL PROTECTED] [EMAIL PROTECTE

Re: After Cygwin and XEmacs upgrade, read-only files aren't detected

2002-11-03 Thread Mark Harig
On Sun, 2002-11-03 at 03:16, David M. Karr wrote: > > "Mark" == Mark Harig <[EMAIL PROTECTED]> writes: > > Mark> With the most recent version of Cygwin, 1.3.14, CYGWIN has been set to > Mark> 'ntsec' by default. Unfortunately, this doesn't show up in the output > Mark> of 'cygch

Re: ]Should ntsec & autotools work under XP prof ?

2002-11-03 Thread cygwin
On Sun, Nov 03, 2002 at 09:10:47AM -0800, amores perros wrote: >[I made a yahoo mail account, b/c the cygwin mail list bounces email >from hotmail, at least sometimes.) http://sources.redhat.com/lists.html#rbl-sucks -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting:

Re: How can I use in console codepage different from ANSI and OEM?

2002-11-03 Thread Christopher Faylor
On Sun, Nov 03, 2002 at 12:19:28PM -0500, Christopher Faylor wrote: >On Sun, Nov 03, 2002 at 05:33:45PM +0300, egor duda wrote: >>Sunday, 03 November, 2002 Alexander Gotlib >[EMAIL PROTECTED] wrote: >>AG> Subj? For russian language ANSI-codepage is cp1251 (win1251), OEM - cp866 >>AG> (dos8

Re: How can I use in console codepage different from ANSI and OEM?

2002-11-03 Thread Christopher Faylor
On Sun, Nov 03, 2002 at 05:33:45PM +0300, egor duda wrote: >Sunday, 03 November, 2002 Alexander Gotlib >[EMAIL PROTECTED] wrote: >AG> Subj? For russian language ANSI-codepage is cp1251 (win1251), OEM - cp866 >AG> (dos866). But in unix systems used another one - koi8-r. Koi8-r is de-facto

Re: Path to dynamic libraries

2002-11-03 Thread Christopher Faylor
On Sun, Nov 03, 2002 at 06:24:40AM -0500, Matthew Swift wrote: >>>I believe Matt Swift wrote a script to do this but his link isnt valid >>>any more. hmm but acutally doesn't cygcheck do this ? >>>(although for some reason not if I give the full pasth of the program) > >I'll be danged -- cygcheck

]Should ntsec & autotools work under XP prof ?

2002-11-03 Thread amores perros
--- Below this line is a copy of the message. Subject : Should ntsec & autotools work under XP prof ? Date : Sun, 03 Nov 2002 16:53:57 + As I have stock default security token in my "limited" account, and a stock cygwin distribution, AFAIK, and autotools is not comp

Re: How can I use in console codepage different from ANSI and OEM?

2002-11-03 Thread egor duda
Hi! Sunday, 03 November, 2002 Alexander Gotlib [EMAIL PROTECTED] wrote: >> AG> Subj? For russian language ANSI-codepage is cp1251 (win1251), OEM - >cp866 >> AG> (dos866). But in unix systems used another one - koi8-r. Koi8-r is de-facto >> AG> standart for E-mail and News messages. The

Re: How can I use in console codepage different from ANSI and OEM?

2002-11-03 Thread Alexander Gotlib
Hi there Egor! AG> Subj? For russian language ANSI-codepage is cp1251 (win1251), OEM - cp866 AG> (dos866). But in unix systems used another one - koi8-r. Koi8-r is de-facto AG> standart for E-mail and News messages. Therefore will be good if Cygwin AG> console will receive possibility

Re: trouble using a PTY

2002-11-03 Thread egor duda
Hi! Sunday, 03 November, 2002 [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Fcc> I'm trying to run some very simple code that uses ptys. The Fcc> code is from W. Richard Stevens APUE book. The only change is This code is non-portable. The names of ptys are system-specific, and not guaranteed to be

Re: How can I use in console codepage different from ANSI and OEM?

2002-11-03 Thread egor duda
Hi! Sunday, 03 November, 2002 Alexander Gotlib [EMAIL PROTECTED] wrote: AG> Subj? For russian language ANSI-codepage is cp1251 (win1251), OEM - cp866 AG> (dos866). But in unix systems used another one - koi8-r. Koi8-r is de-facto AG> standart for E-mail and News messages. Therefore will

How can I use in console codepage different from ANSI and OEM?

2002-11-03 Thread Alexander Gotlib
Hi there All! Subj? For russian language ANSI-codepage is cp1251 (win1251), OEM - cp866 (dos866). But in unix systems used another one - koi8-r. Koi8-r is de-facto standart for E-mail and News messages. Therefore will be good if Cygwin console will receive possibility to use some different f

trouble using a PTY

2002-11-03 Thread Fred_Smith
I'm trying to run some very simple code that uses ptys. The code is from W. Richard Stevens APUE book. The only change is the printf you see below. In this routine: int ptym_open(char *pts_name) { int fdm; char*ptr1, *ptr2; strcpy(pts_name, "/dev/ptyXY");

RE: Path to dynamic libraries

2002-11-03 Thread Matthew Swift
>> From: Vince Hoffman >> To: "'Pierre Habraken'" , cygwin at cygwin dot com >> Date: Mon, 30 Sep 2002 13:58:23 +0100 >> Subject: RE: Path to dynamic libraries >> I believe Matt Swift wrote a script to do this but his link isnt valid any >> more. hmm but acutally doesn't cygcheck do this ? (a

Re: Setup freezes installing from local dir

2002-11-03 Thread Max Bowsher
Randall R Schulz <[EMAIL PROTECTED]> wrote: > I think people would agree some sort of progress meter or activity > display would be a good idea. But someone who posses the motivation, > the skill and the time to add such a feature will have to come > forward, take the initiative and contribute the

Re: After Cygwin and XEmacs upgrade, read-only files aren't detected

2002-11-03 Thread David M. Karr
> "Mark" == Mark Harig <[EMAIL PROTECTED]> writes: Mark> With the most recent version of Cygwin, 1.3.14, CYGWIN has been set to Mark> 'ntsec' by default. Unfortunately, this doesn't show up in the output Mark> of 'cygcheck -s -r -v'. Ok, I guess that's the change that has cre