Hi Pierre,
Pierre A. Humblet wrote on Friday, November 19, 2004 6:14 AM:
> I had a second look at this. It's easy to correlate the trace
> with the -v outputs you provided in
> http://cygwin.com/ml/cygwin/2004-11/msg00637.html
> The debug outputs correspond to lines such as "N = write (2,
> xxx)",
The FAQ says cygwin run on all modern 32 bit versions of Windows, except
Windows CE. This includes Windows 95/98/ME/NT/2000/XP.
Is there a plan to make cygwin compatible to Windows2003 (64-bit)? If yes when
will it be?
Thanks,
Rudi
--
Unsubscribe info: http://cygwin.com/ml/#unsubscr
(This is a continuation of previous postings in
Oct 2004)
In my last trial, I saw cygserver at 100%
for about 20 s, and then back naturally to 0.
Looking at the log, the loops are:
(with one or more sem[x])
return from WaitForMultipleObjects() ...
bsd_mutex.cc, line 235: Try locking mutex semid
Hi,
I need to rollout an cygwin install with some customized default
settings and i was wondering if its possible to install cygwin
preconfigured?
What I had in mind is an cygwin configuration that runs sshd default and
together with an autorized_keys file. And rsync has to be installed. Its
to
I'm having trouble gettting grep to match end of line when used with
files/utlilities that use DOS linefeeds. For example:
cat files.txt | grep '\.h$'
produces no output. However, if I stick a filter in the middle to change the
line endings:
cat files.txt | perl -pe 's/\r\n/\n/' | grep '\.h$'
I
Dalton, Barnaby schrieb:
I'm having trouble gettting grep to match end of line when used with
files/utlilities that use DOS linefeeds. For example:
cat files.txt | grep '\.h$'
produces no output. However, if I stick a filter in the middle to change the
line endings:
cat files.txt | perl -pe 's/\r\n
At 03:55 AM 11/19/2004, you wrote:
>The FAQ says cygwin run on all modern 32 bit versions of Windows, except
>Windows CE. This includes Windows 95/98/ME/NT/2000/XP.
>
>Is there a plan to make cygwin compatible to Windows2003 (64-bit)? If yes when
>will it be?
There's not much activity to mak
Hi,
I ran into a backward compatibility issue with Cygwin.
When doing a non-blocking connect, you do a connect with a non-blocking
fd, wait for the select() to report it back as writable, and then
perform a getsockopt() to check the status of the fd.
However in older code (including mine, I upgr
> -Original Message-
> From: cygwin-owner On Behalf Of Ivo Palli
> Sent: 19 November 2004 14:09
> Hi,
>
> I ran into a backward compatibility issue with Cygwin.
Actually, the correct term for these sorts of issues is
"bugwardly-compatible". Read on:
> When doing a non-blocking connec
Outlook 2003 will not connect properly to my UW-IMAP server.
Everything works fine with Outlook Express, but Outlook 2003 hangs as soon as
it tries to connect to UW-IMAP leaving two UW-IMAP processes running.
I use UW-IMAP with cram.md5 authentification together with inetd.
All packages are updat
On Wed, Nov 17, 2004 at 12:17:19PM -0500, Christopher Faylor wrote:
>I've made a cygwin-specific correction to the newlib library to make
>cygwin work more like linux. I will generate a cygwin snapshot
>sometime soon which should have a fix for this problem. Keep an ey on:
>
>http://cygwin.com/sn
At Friday, November 19, 2004 7:41 AM, Reini Urban wrote:
> Dalton, Barnaby schrieb:
>> I'm having trouble getting grep to match end of line when used with
>> files/utilities that use DOS linefeeds. For example:
>>
>> cat files.txt | grep '\.h$'
>>
>> produces no output. However, if I stick a filt
Christopher Faylor wrote:
On Wed, Nov 17, 2004 at 12:17:19PM -0500, Christopher Faylor wrote:
I've made a cygwin-specific correction to the newlib library to make
cygwin work more like linux. I will generate a cygwin snapshot
sometime soon which should have a fix for this problem. Keep an ey o
On Fri, Nov 19, 2004 at 09:03:10AM -0500, Larry Hall wrote:
>At 03:55 AM 11/19/2004, you wrote:
>>The FAQ says cygwin run on all modern 32 bit versions of Windows,
>>except Windows CE. This includes Windows 95/98/ME/NT/2000/XP.
>>
>>Is there a plan to make cygwin compatible to Windows2003 (64-bit)
On Fri, Nov 19, 2004 at 10:36:18AM +0100, Herman wrote:
>I need to rollout an cygwin install with some customized default
>settings and i was wondering if its possible to install cygwin
>preconfigured?
>
>What I had in mind is an cygwin configuration that runs sshd default and
>together with an au
On Fri, Nov 19, 2004 at 09:28:51AM -0600, Bobby McNulty wrote:
>Christopher Faylor wrote:
>>On Wed, Nov 17, 2004 at 12:17:19PM -0500, Christopher Faylor wrote:
>>>I've made a cygwin-specific correction to the newlib library to make
>>>cygwin work more like linux. I will generate a cygwin snapshot
> -Original Message-
> From: cygwin-owner On Behalf Of Christian Weinberger
> Sent: 19 November 2004 15:07
> Outlook 2003 will not connect properly to my UW-IMAP server.
> Everything works fine with Outlook Express, but Outlook 2003
> hangs as soon as
> it tries to connect to UW-IMAP le
GHDL is a VHDL simulator, using the GCC technology (http://ghdl.free.fr/).
Did somebody tried to build it on cygwin. I had a lot of problems.
>From a technical point of view, GHDL is a GCC front-end: it compiles VHDL
files into objects files, like GCC does for C, C++, Fortran or Ada95 files.
GH
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I can't find pax as a package in the cygwin setup program. Is it known under
some other name? Is it even available for Cygwin?
I need the ability to extract files from an archive to a different name and
pax is the only archive utility I'm aware of tha
I spent a little time looking at these straces and scp -v output.
I still don't understand what's going on, but it seems to be unrelated to
the recent pipe changes. I say that because those changes only affected
select for writes on pipes, and the problem seems to be on the read side.
It looks lik
Dave Korn artimi.com> writes:
>
> Datapoint: Lots of people report bugs in Outlook 2k3 imap handling.
>
I know that Outlook 2003 has a somewhat crippled IMAP implementation, but in
the uw-imap mailing list I saw reports that in principal it runs with uw-imap
server.
Regards,
Christian
PS: c
> -Original Message-
> From: insight-owner On Behalf Of Keith Seitz
> Sent: 19 November 2004 16:48
> To: Hans Kester
> On Fri, 2004-11-19 at 05:08, Hans Kester wrote:
> > When I try to connect to my remote target (sh-elf) with the
> serial port
> > (COM1) I get the following error message
On Fri, Nov 19, 2004 at 11:48:37AM -0500, Bob Byrnes wrote:
> I spent a little time looking at these straces and scp -v output.
> I still don't understand what's going on, but it seems to be unrelated to
> the recent pipe changes. I say that because those changes only affected
> select for writes
Hello,
I think I might have found a bug with the latest version of cygwin
(downloaded one night ago 18Nov2004). I am writing a small terminal
emulation software package to interface with an embedded device to perform
logging.
I use the console (/dev/stdin, /dev/stdout) and a serial port (/dev/
I've got a huge problem (to me) that some of you guys can hopefully
provide some insight and guidance for. About a year ago, I made the
wonderful discovery that the Gnome desktop and many Gnome applications had
been ported to cygwin
(http://sourceforge.net/project/showfiles.php?group_id=67909)! I
Hi All
After upgrading from VirusScan 7.1 to 8.0i I receive the following error
every time a connection is established to CYGWIN's SSHD server. The client
connection then immediately fails. If VirusScan is disabled everything works
fine. The SSHD server also worked fine under VirusScan 7.1.
As
At 07:33 AM 11/19/2004, Christopher Faylor wrote:
...
so, AFAIK, Cygwin should work on 64 bit windows:
http://cygwin.com/ml/cygwin-announce/2004-09/msg2.html
I'll change the main web page if/when 64 bit windows goes out of beta.
Or is it there already?
It looks like the AMD/EM64T Windows has mo
> -Original Message-
> From: cygwin-owner On Behalf Of Christian Weinberger
> Sent: 19 November 2004 16:52
> Dave Korn writes:
> >
> > Datapoint: Lots of people report bugs in Outlook 2k3 imap handling.
> >
> I know that Outlook 2003 has a somewhat crippled IMAP
> implementation, but i
> -Original Message-
> From: cygwin-owner On Behalf Of Buchbinder, Barry (NIH/NIAID)
> Sent: 19 November 2004 15:17
> This should work whether or not one is on a text mount or for
> the file has DOS or Unix line endings:
>
> cat files.txt | grep -E '\.h^M?$'
Always test before po
On Fri, Nov 19, 2004 at 06:46:56PM +0100, Jason Curl wrote:
>My question, how do I go about investigating what the root cause is? Has
>anybody else seen similar issues and been able to work around it? I'm
>stuck and I've never seen the source code to cygwin before.
If you suspect a problem with
> -Original Message-
> From: cygwin-owner On Behalf Of Rob S.i.k.l.o.s
> Sent: 19 November 2004 18:12
> Should we:
> a) treat this as a McAfee bug and just let people search
> the mailing
> list archives until McAfee decides to fix it;
> b) treat it as a McAfee bug and automatica
On Fri, Nov 19, 2004 at 06:37:41PM -, Dave Korn wrote:
>Oh, and it _never_ uninstalls itself properly.
In my experience, Norton Antivirus often can't even always *install*
itself properly.
cgf
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cy
At 11:26 AM 11/19/2004, you wrote:
>-BEGIN PGP SIGNED MESSAGE-
>Hash: SHA1
>
>I can't find pax as a package in the cygwin setup program. Is it known under
>some other name? Is it even available for Cygwin?
>
>I need the ability to extract files from an archive to a different name and
>pax i
At Friday, November 19, 2004 1:30 PM, Dave Korn wrote:
>> -Original Message-
>> From: cygwin-owner On Behalf Of Buchbinder, Barry (NIH/NIAID)
>> Sent: 19 November 2004 15:17
>
>> This should work whether or not one is on a text mount or for
>> the file has DOS or Unix line endings:
>>
>>
> -Original Message-
> From: cygwin-owner On Behalf Of Dave Korn
> Sent: 19 November 2004 18:30
> Actually, it seems that grep
>
... cannot be blamed for failing to spot _that_ unexpected EOL!
What I was going to say is that it seems egrep doesn't properly handle the
^ symbol at al
> -Original Message-
> From: cygwin-owner On Behalf Of Christopher Faylor
> Sent: 19 November 2004 18:45
> On Fri, Nov 19, 2004 at 06:37:41PM -, Dave Korn wrote:
> >Oh, and it _never_ uninstalls itself properly.
>
> In my experience, Norton Antivirus often can't even always *install*
At 10:33 AM 11/19/2004, cgf wrote
>On Fri, Nov 19, 2004 at 09:03:10AM -0500, Larry Hall wrote:
>>At 03:55 AM 11/19/2004, you wrote:
>>>The FAQ says cygwin run on all modern 32 bit versions of Windows,
>>>except Windows CE. This includes Windows 95/98/ME/NT/2000/XP.
>>>
>>>Is there a plan to make c
Dave Korn wrote:
-Original Message-
From: cygwin-owner On Behalf Of Rob S.i.k.l.o.s
Sent: 19 November 2004 18:12
Should we:
a) treat this as a McAfee bug and just let people search
the mailing
list archives until McAfee decides to fix it;
b) treat it as a McAfee bug and automatical
> -Original Message-
> From: cygwin-owner On Behalf Of Buchbinder, Barry (NIH/NIAID)
> Sent: 19 November 2004 18:53
> >> This should work whether or not one is on a text mount or for
> >> the file has DOS or Unix line endings:
> >>
> >>cat files.txt | grep -E '\.h^M?$'
> >
> > Alway
MISTAKE IN PREVIOUS MESSAGE: gnumeric in cygwin ports of Gnome1.4 and
Gnome2.x
I was reading the message that I sent out earlier today and discovered
that I had made a mistake in it. The part between
*** begin notes from gnumeric trouble-shooting
and the end of those notes
> -Original Message-
> From: cygwin-owner On Behalf Of Bob Clark
> Sent: 19 November 2004 19:15
[snippo]
> I have been trying to get gnumeric et al. back up and running during all
> my free time for the last three days and I guess everything is just
> running together. Sorry for the confu
Dave Korn wrote:
What makes you think grep understands ^ notation to indicate control
chars? It doesn't say so in the info page. (It doesn't recognize [\r]
either.)
Umm, you're probably jumping to the wrong conclusion about the OP's intent.
He probably meant the literal character ^M, which you
> -Original Message-
> From: cygwin-owner On Behalf Of Shankar Unni
> Sent: 19 November 2004 19:22
> Dave Korn wrote:
>
> > What makes you think grep understands ^ notation to
> indicate control
> > chars? It doesn't say so in the info page. (It doesn't
> recognize [\r]
> > either.)
At 02:29 PM 11/19/2004, you wrote:
>Hi,
>
>We have a customer that is using flex under a custom version of cygwin that we
>provided them (with source). The customer is having problems when their "*.l"
>files are in dos format. Flex is taking the lines from the file and adding
>them into the le
Dave Korn artimi.com> writes:
> Since OE and Outlook are almost certainly have the same shared codebase,
> it's entirely possible that problems have propagated from OE to Outlook 2k3.
Sorry, but from all that I know, this is not the case.
In fact, OEÂs IMAP implementation seems to be much bette
I just updated my version of Cygwin and all hell broke loose.
Unfortunatly I do not know what version of cygwin I had before, but I
now know that the one that I do have is not working. I've tried
version 1.5.12-1 and 1.5.11-1 (I was trying to go back).
I used the Cygwin Setup programme and things
Larry Hall wrote:
At 02:29 PM 11/19/2004, you wrote:
Hi,
We have a customer that is using flex under a custom version of cygwin that we provided
them (with source). The customer is having problems when their "*.l" files are
in dos format. Flex is taking the lines from the file and adding the
At 02:52 PM 11/19/2004, you wrote:
>I just updated my version of Cygwin and all hell broke loose.
>Unfortunatly I do not know what version of cygwin I had before, but I
>now know that the one that I do have is not working. I've tried
>version 1.5.12-1 and 1.5.11-1 (I was trying to go back).
>
>I u
Peter Rehley wrote:
Larry Hall wrote:
At 02:29 PM 11/19/2004, you wrote:
Hi,
We have a customer that is using flex under a custom version of
cygwin that we provided them (with source). The customer is having
problems when their "*.l" files are in dos format. Flex is taking
the lines from th
At 03:35 PM 11/19/2004, you wrote:
>Peter Rehley wrote:
>
>>Larry Hall wrote:
>>
>>>At 02:29 PM 11/19/2004, you wrote:
>>>
>>>
Hi,
We have a customer that is using flex under a custom version of cygwin that
we provided them (with source). The customer is having problems when the
Hi:
I'm a new cygwin user, attepting to port a Linux package that uses the COM
ports to drive a remote device. I'm finding that calls to tcsetattr don't
seem to work. What is happening is that although the speed is being
setup correctly, the values that I want for c_iflag and c_cflag are not
bei
On Fri, 19 Nov 2004, Chuck wrote:
> I can't find pax as a package in the cygwin setup program. Is it known under
> some other name? Is it even available for Cygwin?
>
> I need the ability to extract files from an archive to a different name and
> pax is the only archive utility I'm aware of that c
Hi everyone.
My troubles with getting clapack to work on cygwin continue unfortunately. In
particular, I completed a first run of all the suggested actions in the
readme.install file (found on the clapack website) with some error 139's during
that rather painful 16hour! long process.
I downloaded
What does any of this have to do with pax? The FAQ doesn't mention anything
about pax or archiving in general?
- Original Message -
From: "Larry Hall" <[EMAIL PROTECTED]>
To: "Chuck" <[EMAIL PROTECTED]>; "cygwin" <[EMAIL PROTECTED]>
Sent: Friday, November 19, 2004 1:41 PM
Subject: Re: pax
On Thu, 18 Nov 2004, Stephen Studley wrote:
> At 4:30 PM -0500 11/18/04, Igor Pechtchanski wrote:
> > On Thu, 18 Nov 2004, Stephen Studley wrote:
> > > At 3:39 PM -0500 11/18/04, Igor Pechtchanski wrote:
> > I suppose the next step is to try to reproduce this in a command-line perl
> > invocation
I'm actually referring to pax format archives (ustar).
I want to be able to unarchive files - many files - but changing one string
in the name to another. I typically use it to clone databases on Solaris. I
may have 15 mount points all with a subdirectory named DB1. When I extract
the files, I don
At 04:34 PM 11/19/2004, you wrote:
>What does any of this have to do with pax? The FAQ doesn't mention anything
>about pax or archiving in general?
Again:
"What packages should I download? Where are 'make', 'gcc', 'vi', etc?"
Missed the point? OK, let's break it down:
"What packages should I
After installing Cygwin/X, I can launch a cygwin bash shell, and I can
launch the xwin server using the startxwin.bat file - which also launches
one xterm. However, I can't run any of the X tools from the windows Start
menu, or from a bash prompt. I get an error saying "xterm:
c:\progra~1\rationa
At 05:20 PM 11/19/2004, you wrote:
>After installing Cygwin/X, I can launch a cygwin bash shell, and I can
>launch the xwin server using the startxwin.bat file - which also launches
>one xterm. However, I can't run any of the X tools from the windows Start
>menu, or from a bash prompt. I get an e
- Original Message -
From: "Brown, Charles" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 19, 2004 2:20 PM
Subject: cygwin using wrong sh.exe
After installing Cygwin/X, I can launch a cygwin bash shell, and I can
launch the xwin server using the startxwin.bat file -
I see a gludge of other Rational environment variables. Should I clobber
them all, or just that one?
-Original Message-
From: Larry Hall [mailto:[EMAIL PROTECTED]
Sent: Friday, November 19, 2004 5:25 PM
To: Brown, Charles; '[EMAIL PROTECTED]'
Subject: Re: cygwin using wrong sh.exe
At 05
Sounds like you might need a -L option
gcc -o testclapack testclapack.c -L lapack.a -cblaswr -lblas.a
tmglib.a -latlas -lg2c
You can stack multiple -L options, one per directory (no space after the -L),
the same as the -I options.
also,
the -l is a special convention that ONLY works when the l
At 05:37 PM 11/19/2004, you wrote:
>I see a gludge of other Rational environment variables. Should I clobber
>them all, or just that one?
Nah, you are better off clobbering the whole lot. There's at least a few
more clear conflicts there (TERM, TERMCAP, TERMINFO). While you're at it,
make sure
Bob Clark wrote:
Then I went back to the Sorceforge repository that had the Gnome 1.4
ported to cygwin and added all the libraries (and their dependencies)
needed by gnumeric "by hand" (i.e., w/o cygwin setup). I am most concerned
with gnumeric because I'm a high school teacher who has mid-quarter
Stephen Studley wrote:
At 4:30 PM -0500 11/18/04, Igor Pechtchanski wrote:
perl -we 'my $str=`ssh -n [EMAIL PROTECTED] ls`;print "[$str]\n"'
good idea, however same results, at least from my Windows machine.
The command-line perl works fine from my OSX machine.
$ perl -we 'my $str=`ssh -n [EMAIL PR
Stephen Studley wrote:
one very interesting discovery. If the command fails, it returns! It
would appear it hangs only when the command succeeds. If I mangle the
path to the ls command, ssh returns with file not found.
$ perl -we 'my $str=`ssh -n [EMAIL PROTECTED] ls`;print "[$str]\n"'
Enter pass
Pinhas Krengel wrote:
GHDL is a VHDL simulator, using the GCC technology (http://ghdl.free.fr/).
Did somebody tried to build it on cygwin. I had a lot of problems.
Yes, and yes, me too. I also reported to the maintainer that it is not
possible to bootstrap GHDL and Ada at the same time, it seems n
Sam Steingold wrote:
when will 3.4 become the default version?
I'm currently preparing an gcc update to gcc-3.4.2, if this is
usable I will make this the default. So you may expect it to be
released before Christmas 2004.
Gerrit
--
=^..^=
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe
I have X/cygwin running and know about ssh tunneling, but that's not quite what
I'm looking for. What I want to do is basically ssh to the remote machine and
actually have a full X desktop from that machine running in cygwin, not just
apps called from xterm. Is that possible? Basically, I want what
69 matches
Mail list logo