ulimit -u X

2002-11-25 Thread Lee Tuck
hi, I am new user to cygwin. I am facing the same problem regarding ulimit. I hope to set the maximum process per user id to 300. I have go through the mailing list but i still can't get any solution. Is there any other way to set the maximum process per user id? Hope that you can help out. Thanks

RE: [Patch] skipping import libraries for performance reasons - direct auto-import of dll's

2002-11-25 Thread Ralf Habacker
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Christopher > Faylor > Sent: Tuesday, November 26, 2002 2:42 AM > To: Binutils; [EMAIL PROTECTED] > Subject: Re: [Patch] skipping import libraries for performance reasons - > direct auto-import of dll'

RE: [Patch] skipping import libraries for performance reasons - direct auto-import of dll's

2002-11-25 Thread Ralf Habacker
> On Mon, Nov 25, 2002 at 01:46:50PM +0100, Ralf Habacker wrote: > >3. ld works more like the linux version. There are only static archives and > >shared libraries which could be linked directly without the > indirection of using > >import libraries. This simplifies for example libtool handling. >

Re: impure_ptr/Mingw and cygwin

2002-11-25 Thread Peter A. Castro
On Mon, 25 Nov 2002, Andrew DeFaria wrote: > Christopher Faylor wrote: > > > [one more for the archives] > > On Mon, Nov 25, 2002 at 04:51:38PM -0800, Andrew DeFaria wrote: > > > >> If this were really so then why, if I don't specify -I/usr/include I > >> get getopt.h not found?!? I should be f

Re: [Patch] skipping import libraries for performance reasons - direct auto-import of dll's

2002-11-25 Thread Christopher Faylor
On Mon, Nov 25, 2002 at 11:43:42PM -0500, Charles Wilson wrote: >Christopher Faylor wrote: > > >> >>Another thing that "would be nice" would be to speed up the handling of >>import libraries. It might not be necessary for ld to be as slow as >>it is. > > >What would probably speed that up dramatic

Re: [Patch] skipping import libraries for performance reasons -direct auto-import of dll's

2002-11-25 Thread Robert Collins
On Tue, 2002-11-26 at 15:43, Charles Wilson wrote: If between, where? > 5-per? 30-per? 100? When in doubt, set a backwards compatible default (1), and add a knob :}. Rob -- --- GPG key available at: http://users.bigpond.net.au/robertc/keys.txt. --- signature.asc Description: This is a di

Re: [Patch] skipping import libraries for performance reasons - direct auto-import of dll's

2002-11-25 Thread Charles Wilson
Christopher Faylor wrote: Another thing that "would be nice" would be to speed up the handling of import libraries. It might not be necessary for ld to be as slow as it is. What would probably speed that up dramatically is to construct the importlib with more than a single symbol per bfd.

Re: [Patch] skipping import libraries for performance reasons - direct auto-import of dll's

2002-11-25 Thread Christopher Faylor
On Mon, Nov 25, 2002 at 10:20:13PM -0500, Charles Wilson wrote: >Christopher Faylor wrote: >>On Mon, Nov 25, 2002 at 01:46:50PM +0100, Ralf Habacker wrote: >>>3. ld works more like the linux version. There are only static >>>archives and shared libraries which could be linked directly without >>>

Re: [Patch] skipping import libraries for performance reasons - direct auto-import of dll's

2002-11-25 Thread Charles Wilson
Christopher Faylor wrote: On Mon, Nov 25, 2002 at 01:46:50PM +0100, Ralf Habacker wrote: 3. ld works more like the linux version. There are only static archives and shared libraries which could be linked directly without the indirection of using import libraries. This simplifies for example lib

Re: nice really nice?

2002-11-25 Thread Randall R Schulz
Robert, Well, I guess it's a good thing I sent that to the list (given that I stated inaccurate information), but I thought I was replying to Thomas privately. (He used that "thomas <[EMAIL PROTECTED]>" address even though the message to which I replied was sent to me only--I just hit reply wi

Re: nice really nice?

2002-11-25 Thread Robert Collins
On Tue, 2002-11-26 at 14:00, Randall R Schulz wrote: > Thomas, > > One thing to keep in mind is that while Unix (and work-alikes) has a -20 > (best scheduling priority) ... +20 (worst priority) range, Windows has only > the six distinct levels. I don't know how Cygwin maps the Unix nice values

Re: nice really nice?

2002-11-25 Thread Randall R Schulz
Thomas, One thing to keep in mind is that while Unix (and work-alikes) has a -20 (best scheduling priority) ... +20 (worst priority) range, Windows has only the six distinct levels. I don't know how Cygwin maps the Unix nice values to the Windows priorities, offhand. Probably it's a linear mapp

Re: impure_ptr/Mingw and cygwin

2002-11-25 Thread Christopher Faylor
On Mon, Nov 25, 2002 at 05:42:43PM -0800, Andrew DeFaria wrote: >Christopher Faylor wrote: > >>[one more for the archives] >>On Mon, Nov 25, 2002 at 04:51:38PM -0800, Andrew DeFaria wrote: >> >>>If this were really so then why, if I don't specify -I/usr/include I >>>get getopt.h not found?!? I sh

Re: impure_ptr/Mingw and cygwin

2002-11-25 Thread Andrew DeFaria
Christopher Faylor wrote: [one more for the archives] On Mon, Nov 25, 2002 at 04:51:38PM -0800, Andrew DeFaria wrote: If this were really so then why, if I don't specify -I/usr/include I get getopt.h not found?!? I should be found in /usr/include/getopt.h no? /usr/include is for cygwin apps.

Re: [Patch] skipping import libraries for performance reasons - direct auto-import of dll's

2002-11-25 Thread Christopher Faylor
On Mon, Nov 25, 2002 at 11:50:13PM +0100, Ralf Habacker wrote: >Chuck Wilson wrote: >>Minor nit about patch format: watch out for your tab/indentation. It >>doesn't match the surrounding text in many cases. > >Okay. How are the tab width ? It's the standard 8 characters per tab. You also aren't

Re: [Patch] skipping import libraries for performance reasons - direct auto-import of dll's

2002-11-25 Thread Christopher Faylor
On Mon, Nov 25, 2002 at 01:46:50PM +0100, Ralf Habacker wrote: >3. ld works more like the linux version. There are only static archives and >shared libraries which could be linked directly without the indirection of using >import libraries. This simplifies for example libtool handling. I don't see

Re: impure_ptr/Mingw and cygwin

2002-11-25 Thread Christopher Faylor
[one more for the archives] On Mon, Nov 25, 2002 at 04:51:38PM -0800, Andrew DeFaria wrote: >If this were really so then why, if I don't specify -I/usr/include I get >getopt.h not found?!? I should be found in /usr/include/getopt.h no? /usr/include is for cygwin apps. If you add -I/usr/include y

Re: impure_ptr/Mingw and Cygwin

2002-11-25 Thread Andrew DeFaria
Peter A. Castro wrote: On Mon, 25 Nov 2002, Andrew DeFaria wrote: Peter A. Castro wrote: On Sun, 24 Nov 2002, Andrew DeFaria wrote: Peter A. Castro wrote: What you show below is only linking. I believe you need to re-compile all of your source with -mno-cygwin -mwindows a

Re: impure_ptr/Mingw and Cygwin

2002-11-25 Thread Peter A. Castro
On Mon, 25 Nov 2002, Andrew DeFaria wrote: > Peter A. Castro wrote: > > On Sun, 24 Nov 2002, Andrew DeFaria wrote: > >> Peter A. Castro wrote: > >> > >>> What you show below is only linking. I believe you need to > >>> re-compile all of your source with -mno-cygwin -mwindows as well to > >>> mak

Re: The Black Art of DLL Creation (revisited)

2002-11-25 Thread Soren A
A brief update. Partial replies to Gerritt. Self-corrections. Soren A <[EMAIL PROTECTED]> wrote in [EMAIL PROTECTED]:">news:[EMAIL PROTECTED]: > The scenario is that I am trying to re-create the process of building > bleadperl [...] but one thing that > you can get from using dlltool, that you d

Re: Cygwin causes 0x00000024 Stop Error (BLUE SCREEN)

2002-11-25 Thread Max Bowsher
Robert Collins <[EMAIL PROTECTED]> wrote: > On Tue, 2002-11-26 at 08:56, Max Bowsher wrote: >> Robert Collins <[EMAIL PROTECTED]> wrote: > > >>> If you don't have McAfee installed, then I'll roll an Event Log >>> based setup for you. >> >> Why not just flush the logs to disc after each line? I'

Re: Changing user ID.

2002-11-25 Thread Igor Pechtchanski
On Mon, 25 Nov 2002, Kurt Roeckx wrote: > I've been trying to log in as an other user under NT. > > From the archives I seem to get that su was removed, and that you > should be using login for it instead, so I've tried to use that. > > It comes asking for the password, but always says it failed.

P.S. can't set $USER under 1.3.16-1

2002-11-25 Thread Lester Ingber
I see some similar problem has been reported. To be clear, I have in my /etc/profile --8<-- top cut 1/2 -> bottom 1/2 --->8-- PATH=/usr/X11R6/bin:/usr/local/bin:/usr/bin:/bin:$PATH export CYGWIN="check_case:strict nontsec" USER="ingber" # Set up USER's home d

Enquiry

2002-11-25 Thread a peters
Can you provide details re, or a link to a how-to on the subject of, configuring cygwin inetd for use on Windows 2000? I'm trying to set up an rlogind service to permit access via rlogin from a host running VMS 7.1-2 (not that this is relevant) to resources on my Win 2000 server. Thus far am

Re: Cygwin causes 0x00000024 Stop Error (BLUE SCREEN)

2002-11-25 Thread Robert Collins
On Tue, 2002-11-26 at 08:56, Max Bowsher wrote: > Robert Collins <[EMAIL PROTECTED]> wrote: > > If you don't have McAfee installed, then I'll roll an Event Log based > > setup for you. > > Why not just flush the logs to disc after each line? I've got a patch lying > around here somewhere to do t

Re: impure_ptr/Mingw and cygwin

2002-11-25 Thread Christopher Faylor
On Mon, Nov 25, 2002 at 01:16:04PM -0800, Andrew DeFaria wrote: >So the question now is: How do I satisfy my need for getopt and still >produce objects without _impure_ptr's? You find some native windows getopt, of course. >Ah ha! Yes. Don't include the cygwin headers when you're compiling wit

Re: Cygwin causes 0x00000024 Stop Error (BLUE SCREEN)

2002-11-25 Thread Max Bowsher
Robert Collins <[EMAIL PROTECTED]> wrote: > On Tue, 2002-11-26 at 03:53, Daniel Armbrust wrote: >> Where can I get this? >> >>> >>> >>> If the NT 4 machine crashes every time, would you be willing to run >>> a special debug version of setup, that will write it's log entries >>> to the event log? T

Changing user ID.

2002-11-25 Thread Kurt Roeckx
I've been trying to log in as an other user under NT. >From the archives I seem to get that su was removed, and that you should be using login for it instead, so I've tried to use that. It comes asking for the password, but always says it failed. Anybody got any idea why it's not working? The us

Re: Cygwin causes 0x00000024 Stop Error (BLUE SCREEN)

2002-11-25 Thread Robert Collins
On Tue, 2002-11-26 at 02:09, Daniel Armbrust wrote: > One further clarification. It happens well before the > > Installation complete > [OK] > > step. It actually happens before any of the post download scripts run. > It happens when it is at (or nearly at) the very end o

Re: Cygwin causes 0x00000024 Stop Error (BLUE SCREEN)

2002-11-25 Thread Robert Collins
On Tue, 2002-11-26 at 03:53, Daniel Armbrust wrote: > Where can I get this? > > > > > > > If the NT 4 machine crashes every time, would you be willing to run a > > special debug version of setup, that will write it's log entries to the > > event log? They should be visible post install then, and y

Re: Installing w/o setup.ini

2002-11-25 Thread Max Bowsher
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I am attempting to install Cygwin from a CD-ROM containing downloaded > Cygwin files (src and bin) but which does not have a > setup.ini/setup.hint. I do not have a Cygwin/Unix enabled computer or > access to the net and can't use, e.g., Polley Christ

Re: [Performance Regression] cygwin 1.3.15-2 -> 1.3.16-1

2002-11-25 Thread Max Bowsher
Christopher Faylor <[EMAIL PROTECTED]> wrote: > On Mon, Nov 25, 2002 at 05:56:12PM -, Max Bowsher wrote: >> [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> >>> On Sun, Nov 24, 2002 at 11:59:00PM -, Max Bowsher wrote: Max Bowsher <[EMAIL PROTECTED]> wrote: > With 16-1, I'm see

Jonathan FREESON/dassault-systemes is out of the office.

2002-11-25 Thread Jonathan FREESON
I will be out of the office starting 11/25/2002 and will not return until 11/28/2002. I will respond to your message when I return. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs

[ANNOUNCEMENT] Updated: w32api-2.1-1

2002-11-25 Thread Earnie Boyd
This is a multi-part message in MIME format. --060809000909020701010503 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit I've made a new version of the w32api headers and libraries available for download. A list of what has changed is attached.

can't set $USER under 1.3.16-1

2002-11-25 Thread Lester Ingber
Up until now, through cygwin 1.3.15-2, I have set my $USER in /etc/profile to a username different from `id -un`, with the same name set in /etc/passwd. I have had no problems logging in. Now, under 1.3.16-1, an attempt is made to login in under `id -un` and I cannot even telent to my perferred us

Re: impure_ptr/Mingw and Cygwin

2002-11-25 Thread Andrew DeFaria
Peter A. Castro wrote: On Sun, 24 Nov 2002, Andrew DeFaria wrote: Peter A. Castro wrote: What you show below is only linking. I believe you need to re-compile all of your source with -mno-cygwin -mwindows as well to make the _impure_ptr references go away. But I did re-compile all my sourc

undefined reference to __imp__esd_audio_fromat

2002-11-25 Thread Gadget
I cant't find any refine to any fonction starting with __imp__ If anyone has ever had this problem, i would enjoy some help. In fact I try compile Gnome. bye Gadget -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentatio

Problem with crontab -e: tabs aren't getting installed

2002-11-25 Thread trevin
I've recently installed Cygwin on a Windows 2000 Pro machine. Installation was done under a user account. I tried to install a cron job by running: EDITOR=emacs crontab -e After reading through the mailing lists on a similar problem, I remembered to set the variable 'make-backup-files' to ni

Re: Cygwin causes 0x00000024 Stop Error (BLUE SCREEN)

2002-11-25 Thread Charles Wilson
Peter A. Castro wrote: And, just to provide a counter example: I always run Norton AntiVirus with automatic / background scanning enabled. I generally have to, because of infected machines at work which probe the network whenever we get hit with the latest rash of viruses :(. I've done all my

Re: emacs 100% cpu usage busy

2002-11-25 Thread Hans Larsen
Hi, >OK, I'll release a new emacs with the new cygwin.dll the *emacs problem* disappeared. In fact there never was an *emacs problem*, but an cygwin.dll problem. As I already mentioned rxvt also shown a strange behaviour - which -of course- also *disappeared*. Your .9 works pretty fine with

RE:'less' can't determine terminal size?

2002-11-25 Thread Rodrigo Medina
Dear Sirs, I think that this bug is related to the one I reported on 2002/11/25 RXVT geometry bug. Rodrigo Medina [EMAIL PROTECTED] -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/d

Re: Setup is not installing everything!!!

2002-11-25 Thread Christopher Faylor
On Mon, Nov 25, 2002 at 01:42:56PM -0700, Bradley Hultine wrote: >It appears that I had a corrupt registry. Once I went through the registry >and deleted all occurances of "cygwin", I could finally install a new >version of Cygwin. More likely, you installed another package, like "NetworkSimpli

Re: dos2unix/d2u does nothing

2002-11-25 Thread Shing-Fat Fred Ma
> > Subject: > RE: dos2unix/d2u does nothing > From: > David Kilroy <[EMAIL PROTECTED]> > Date: > Mon, 25 Nov 2002 13:33:42 - > To: > [EMAIL PROTECTED] > > >I have seen similar behaviour to what Fred sees, but I can't remember if >that was u2d or d2u. In that case the files had mixed use of \n

Re: Setup is not installing everything!!!

2002-11-25 Thread Bradley Hultine
It appears that I had a corrupt registry. Once I went through the registry and deleted all occurances of "cygwin", I could finally install a new version of Cygwin. _ Add photos to your e-mail with MSN 8. Get 2 months FREE*. htt

Setup is not installing everything!!!

2002-11-25 Thread Bradley Hultine
I am having a problem installing cygwin on my Win98 Laptop. I run the setup program to install the base cygwin apps. Everything goes fine, but when I try to run cygwin, the cygwin.bat file fails. After further investigation, I found that a lot of directories are missing. The only directories

HOME set to / [Was: cygwin-1.3.16-1]

2002-11-25 Thread Eric Hanchrow
For what it's worth, I too had this problem on Windows 2000, but I was able to work around it by putting set HOME=/home/Administrator into my cygwin.bat. -- PGP Fingerprint: 3E7B A3F3 96CA 8958 ACC5 C8BD 6337 0041 C01C 5276 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-

Unable to get Cygwin SSHD to work on Win2000 Pro SP3

2002-11-25 Thread Emilio A Icaza
Since the original upgrade to OpenSSH3.4p1-5 I have been unable to make the Cygwin SSHD server work on my Windows 2000 Pro machine SP3. After several weeks of testing and poking and re-installing, the problem is the same: I have no clues as to what is wrong! I can install the package OK. I can st

select question

2002-11-25 Thread Neal D. Becker
I'm trying to use select to see if there is any user input (that would be stdin, file descriptor 0). If not I want to run my background computation. I want to execute this loop at a pretty high rate (on the order of 100 usec). I tried the following: fd_set set; FD_ZERO(&set);

Re: RXVT geometry bug

2002-11-25 Thread Francis Litterio
[EMAIL PROTECTED] wrote: > But if I run: > rxvt -g 80x25 -fn 8X16 > > the window that appears is BIGGER and does not properly function. I can confirm that it's bigger -- I count 26 lines and 80 columns when rxvt 2.7.2 is invoked with "-geometry 80x25". The font does not seem to matter. -

Installing w/o setup.ini

2002-11-25 Thread aschwarz1309
I am attempting to install Cygwin from a CD-ROM containing downloaded Cygwin files (src and bin) but which does not have a setup.ini/setup.hint. I do not have a Cygwin/Unix enabled computer or access to the net and can't use, e.g., Polley Christopher W. (8 Nov 2002) script to generate a .ini fil

Re: [Performance Regression] cygwin 1.3.15-2 -> 1.3.16-1

2002-11-25 Thread Christopher Faylor
On Mon, Nov 25, 2002 at 05:56:12PM -, Max Bowsher wrote: >[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >> On Sun, Nov 24, 2002 at 11:59:00PM -, Max Bowsher wrote: >>> Max Bowsher <[EMAIL PROTECTED]> wrote: >>> With 16-1, I'm seeing *extreme* latency in keypresses appearing in ba

RE: Cygwin causes 0x00000024 Stop Error (BLUE SCREEN)

2002-11-25 Thread Robb, Sam
> Anyone know of a tool (besides Purify) which could track all > the resource usages of a given program? Sysinternals has a great collection of tools for this sort of thing: Handle v2.01 http://www.sysinternals.com/ntw2k/freeware/handle.shtml "This handy command-line utility will show you what fi

Re: Cygwin causes 0x00000024 Stop Error (BLUE SCREEN)

2002-11-25 Thread Peter A. Castro
On Sun, 24 Nov 2002, Randall R Schulz wrote: > Hi, Chuck, Hi All! > Do I have to say it? > D'Oh! I feel this is really just masking the real problem. In my experiences doing development and testing under Windows, I feel that fault drivers are mostly what causes problems (someone else

Standard out from remsh/rsh

2002-11-25 Thread Mike Dame
I haven't tried doing a remsh from my HPUX box to cygwin recently, but I thought I remembered that I could get standard and error output from the command that I issued to the cygwin client. The cygwin client executes the command, but does not return anything to standard out. Is this a Bug/Conf

Re: Help with LTrace

2002-11-25 Thread Hotmail Saturn
Here I go again... There is no difference setting the perms via the Windows GUI... :_( To: Pavel, thanks too. My programm is in the same folder I execute strace. I think that the problemm could be the "permission denied" to execute . I try to execute: ./programm.exe with the permi

Re: [Performance Regression] cygwin 1.3.15-2 -> 1.3.16-1

2002-11-25 Thread Max Bowsher
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > On Sun, Nov 24, 2002 at 11:59:00PM -, Max Bowsher wrote: >> Max Bowsher <[EMAIL PROTECTED]> wrote: >> >>> With 16-1, I'm seeing *extreme* latency in keypresses appearing in >>> bash, when I have a compile running in another Cygwin window (in my >>

Re: impure_ptr/Mingw and Cygwin

2002-11-25 Thread Peter A. Castro
On Sun, 24 Nov 2002, Andrew DeFaria wrote: > Peter A. Castro wrote: > > > What you show below is only linking. I believe you need to re-compile > > all of your source with -mno-cygwin -mwindows as well to make the > > _impure_ptr references go away. > > But I did re-compile all my sources with -

Re: impure_ptr/Mingw and Cygwin

2002-11-25 Thread Peter A. Castro
On Sun, 24 Nov 2002, Max Bowsher wrote: > Peter A. Castro <[EMAIL PROTECTED]> wrote: > > > On Sat, 23 Nov 2002, Max Bowsher wrote: > >> $ gcc -g foo.c -mno-cygwin -mwindows -o foo -liberty -lmingw32 > >> $ ./foo.exe > x > >> Hello World 2 > >> $ cat x > >> Hello World > >> > >> How odd. I get the

Re: [Performance Regression] cygwin 1.3.15-2 -> 1.3.16-1

2002-11-25 Thread cygwin
On Sun, Nov 24, 2002 at 11:59:00PM -, Max Bowsher wrote: >Max Bowsher <[EMAIL PROTECTED]> wrote: > >> With 16-1, I'm seeing *extreme* latency in keypresses appearing in >> bash, when I have a compile running in another Cygwin window (in my >> case, compiling setup). With 15-2, there are no such

Re: cygwin with opengl

2002-11-25 Thread Andre Bleau
Nigel wrote: James, Thanks for such an informative and detailed response. It turns out to be a FAQ for our OpenGL students who like to compile on Linux and Cygwin. http://goanna.cs.rmit.edu.au/~gl/teaching/cs549/index.html Do you mind if I recycle your posting? And yes, we hit the same "but why

Re: [Patch] skipping import libraries for performance reasons - direct auto-import of dll's

2002-11-25 Thread Charles Wilson
Please separate policy arguments from functional arguments. Whether cygwin/mingw should drop import libs is policy. Whether libtool should use/create import libs is policy. Whether ld should support auto-import when doing "link-directly-to-dll" is functional. [Note: I haven't tested your pat

RE: Cygwin causes 0x00000024 Stop Error (BLUE SCREEN)

2002-11-25 Thread John Vincent
Hi, I don't want to be accused of advertising, but we use SOPHOS in my office, and it doesn't interfere with the download/install processes or setup.exe at all. I've used it on NT, 2000, and XP. Just for information. /John. _ He

RE: Help with LTrace

2002-11-25 Thread Pavel Rozenboim
> -Original Message- > From: Randall R Schulz [mailto:[EMAIL PROTECTED]] > Sent: Mon, November 25, 2002 5:22 PM > To: [EMAIL PROTECTED] > Subject: RE: Help with LTrace > > > Pavel, > > Perhaps that's because "strace" isn't a Cygwin program: > > % cygcheck strace > Found: D:\cygwin\bin

RE: Help with LTrace

2002-11-25 Thread Randall R Schulz
Pavel, Perhaps that's because "strace" isn't a Cygwin program: % cygcheck strace Found: D:\cygwin\bin\strace.exe D:\cygwin\bin\strace.exe D:\WINNT\System32\msvcrt.dll D:\WINNT\System32\KERNEL32.dll D:\WINNT\System32\NTDLL.DLL Cygcheck itself exhibits the same symptom (it also is not

Re: Cygwin causes 0x00000024 Stop Error (BLUE SCREEN)

2002-11-25 Thread Daniel Armbrust
One further clarification. It happens well before the Installation complete [OK] step. It actually happens before any of the post download scripts run. It happens when it is at (or nearly at) the very end of downloading the packages. After the blue screen, when I come back in, and just

Re: emacs 100% cpu usage busy

2002-11-25 Thread Joe Buehler
Hans Larsen wrote: With regards to emacs, which worked properly until some weeks ago, I definitely fixed the problem by replacing the binary with the binary I downloaded from http://68.98.180.124:3000/cygwin/emacs/ without changing anything else. OK, I'll release a new emacs. Joe Buehler

RXVT geometry bug

2002-11-25 Thread [EMAIL PROTECTED]
Dear Sirs, I have observed that rxvt v2.7.2 (installed on 2002/10/27) does not correctly processes the geometry option. If I run: rxvt -fn 8X16 a 80x25 window appears that functions OK. But if I run: rxvt -g 80x25 -fn 8X16 the window that appears is BIGGER and does not properly

Re: [ANNOUNCEMENT] Updated Cygwin Package: python-2.2.2-1

2002-11-25 Thread Jason Tishler
Rolf, On Sun, Nov 24, 2002 at 01:33:31AM -0500, Rolf Campbell wrote: > > -Original Message- > > From: Jason Tishler [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, November 19, 2002 7:18 AM > > To: [EMAIL PROTECTED] > > Subject: Re: [ANNOUNCEMENT] Updated Cygwin Package: python-2.2.2-1 > >

RE: dos2unix/d2u does nothing

2002-11-25 Thread David Kilroy
I have seen similar behaviour to what Fred sees, but I can't remember if that was u2d or d2u. In that case the files had mixed use of \n and \r\n line endings. I presumed d2u/u2d detected a single \n (or \r\n) in the first X bytes, and assumed the file was already in the appropriate format. I 'fix

Re: Text Problems with Cygwin > 1.3.14 and TinyFugue WAS Re: Text problems with Cygwin >1.1.14 and TinyFugue

2002-11-25 Thread Jonathan Fosburgh
On Wednesday 20 November 2002 02:37 pm, you wrote: > > Curiouser and curiouser. With 1.3.15 and the 11/20 snapshot I can run tf > from within strace. That is, I can enter text into it and even connect to > worlds. That is not to say that I can *use* it, the output doesn't work > quite correctly.

Re: gcc problem?

2002-11-25 Thread CHAUVIERE Jean-Raymond
I didn't program in C for a long time but as far as I remember, scanf read 1 string using white space as separator. to enter aaa bbb ccc you need scanf("%s %s %s", ...) or gets use gets or scanf("%s", ..) followed by while('\n'!=getchar()); but you loose the extra typed words hope this helps. -

Problem with Cygwin DLL: 1003.15.0.0 & 1003.16.0.0

2002-11-25 Thread Steve Fairbairn
Hi, I have come across a problem with cygwin which relates to the Windows CreateProcess() function. Tested on Cygwin DLLs: 1003.15.0.0 & 1003.16.0.0 Windows 2000 sp3 I have a Visual C++ program which uses CreateProcess to launch an executable much like the example provided in the attachment.

[Patch] skipping import libraries for performance reasons - direct auto-import of dll's

2002-11-25 Thread Ralf Habacker
Hi all, the recent ld contains support importing of symbols located in other dll's through import libraries. Especially for big libraries using import libraries has some big disadvantages: 1. ld need much time and very much memory to process them - This is because each symbol is located in a se

who succed to compile freetype 2.X ?

2002-11-25 Thread CHAUVIERE Jean-Raymond
I didn't succed cause of the apparently wellknown problem of _WinMain@16. I read all the messages on different lists, the faq (but don't want to add a main() ) the -Wl,-u, ... has not effect. I need the freetype as a pre requisite to compile the gd. 2.0 to get imagefontheight in php4 But if someo

Re: Cygwin causes 0x00000024 Stop Error (BLUE SCREEN)

2002-11-25 Thread Frank-Michael Moser
(Danilo: Sorry for accidently sending my previous mail directly to you) Danilo Turina wrote: > Since 6/7 months I have 0x000a errors with my PC (Win2K SP3), the > problem is very simple: when XFree is running and there is a write to > /etc I got a blue screen. > Here are the steps I perfor

Re: net use and sshd

2002-11-25 Thread Corinna Vinschen
On Mon, Nov 25, 2002 at 11:51:05AM +0100, Romain Berrendonner wrote: > sshd version: OpenSSH_3.4p1 > cugwin version: 1.3.12 > OS: Windows XP > > If I use a password authentication with sshd, I'm able to map a network drive > by mean of the windows 'net use' command. If I try to map the very same n

net use and sshd

2002-11-25 Thread Romain Berrendonner
sshd version: OpenSSH_3.4p1 cugwin version: 1.3.12 OS: Windows XP If I use a password authentication with sshd, I'm able to map a network drive by mean of the windows 'net use' command. If I try to map the very same network drive after having authenticated through the public key method, mapping d

RE: Cygwin causes 0x00000024 Stop Error (BLUE SCREEN)

2002-11-25 Thread Robert Collins
On Mon, 2002-11-25 at 15:43, Gary R. Van Sickle wrote: > > I recall being unhappy about having the list of pages in two places, and > > it's obvious why now. > > > > "List of pages in two places"? In main.cc we list the pages, create instances, and add to the propery sheet. So there is one list

Re: Cygwin causes 0x00000024 Stop Error (BLUE SCREEN)

2002-11-25 Thread Danilo Turina
Since 6/7 months I have 0x000a errors with my PC (Win2K SP3), the problem is very simple: when XFree is running and there is a write to /etc I got a blue screen. Here are the steps I perform: * start XFree (XWin+WindowMaker+ all that is launched by startxwin.bat); * open a xterm; * touch

Re: Cygwin causes 0x00000024 Stop Error (BLUE SCREEN)

2002-11-25 Thread Tim Prince
On Sunday 24 November 2002 14:35, Charles Wilson wrote: > Guys, I'm really surprised nobody has mentioned the obvious culprit (or > asked the obvious question): > > Anti virus software? Was McAfee or Norton (but esp. McAfee) running > while setup.exe was executed? > > I *always* disable McAfee bef