RE: Help with LTrace

2002-11-24 Thread Pavel Rozenboim
It seems that sometimes, full path confuses strace. For example in my system: ~> strace /bin/ls strace.exe: error creating process /bin/ls , (error 3) ~> strace ls [Works, lots of output] > -Original Message- > From: Max Bowsher [mailto:[EMAIL PROTECTED]] > Sent: Mon, November 25, 2002

RE: 3rd time lucky? Apache startup woes

2002-11-24 Thread Ralf Habacker
> what does ssp do?! > > Haven't seen about that beast before. Could someone enlight me > please?! > from man ssp SSP - The Single Step Profiler Original Author: DJ Delorie The SSP is a program that uses the Win32 debug API to run a program one ASM instruction at a

Re: cygwin with opengl

2002-11-24 Thread Nigel Stewart & Fiona Smith
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 doesn't gcc

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

2002-11-24 Thread Gary R. Van Sickle
> On Mon, 2002-11-25 at 12:05, Max Bowsher wrote: > > > > Works for me - quick coding! > > Cool. It's just a quick hack. There are some things it highlit about the > property page system. Garrry! > Uh-oh! ;-) > I recall being unhappy about having the list of pages in two places, and > it's obviou

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

2002-11-24 Thread Gary R. Van Sickle
> >Anti virus software? Was McAfee or Norton (but esp. McAfee) running while > >setup.exe was executed? > > > >I *always* disable McAfee before running setup. Every time I forget, I > >get a bluescreen. Minidump analysis shows that the fault is in fact > >McAfee -- which runs in kernel mode -- a

RE: cygwin with opengl

2002-11-24 Thread Ross Smith
> From: James Shaw [mailto:[EMAIL PROTECTED]] > > You had two postings. The most recent said: > > I cannot compile a file.c where there is the > following > > include : > GL\glut.h GL\glu.h GL\gl.h It's probably the backslashes. -- Ross Smith .. Pharos Systems, Auckland, Ne

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

2002-11-24 Thread Robert Collins
On Mon, 2002-11-25 at 12:05, Max Bowsher wrote: > Works for me - quick coding! Cool. It's just a quick hack. There are some things it highlit about the property page system. Garrry! I recall being unhappy about having the list of pages in two places, and it's obvious why now. Heres the curren

Re: impure_ptr/Mingw and Cygwin

2002-11-24 Thread Andrew DeFaria
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 -mno-cygwin -mwindows! Still have the error. /bin/gcc mksf.o

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

2002-11-24 Thread Max Bowsher
Robert Collins <[EMAIL PROTECTED]> wrote: > On Mon, 2002-11-25 at 09: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

Re: cygwin with opengl

2002-11-24 Thread James Shaw
Hi Samuel, I posted a short reply to the list yesterday, which I'm guessing you didn't see. Since you're asking again, I'll use this opportunity to give a longer answer. [Note though that if you don't regularly check the list, please explicitly ask to be cc'ed.] You had two postings. The most

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

2002-11-24 Thread Robert Collins
On Mon, 2002-11-25 at 09: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? Doh. Ok, setup HEAD will now ask a

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

2002-11-24 Thread Robert Collins
On Mon, 2002-11-25 at 08:52, Randall R Schulz wrote: > If KB 195857 really is the culprit here, then I suppose you could well make > the case that opening a lot of system handles and then just abandoning them > is not good programming practice and really should be resolved on its own > merits.

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

2002-11-24 Thread Max Bowsher
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 delays. I will > try to localize the problem to between 2 snapsho

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

2002-11-24 Thread Max Bowsher
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 delays. I will try to localize the problem to between 2 snapshots. -- Max. -- Unsubscribe info: http://

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

2002-11-24 Thread Randall R Schulz
Hi, Chuck, Do I have to say it? D'Oh! At 14:35 2002-11-24, 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

Re: Help with LTrace

2002-11-24 Thread Max Bowsher
Hotmail Saturn <[EMAIL PROTECTED]> wrote: > Thanks, Max. > > I Know strace, but it fails with: > > strace.exe: error creating process , (error 193) > > I think it fails because the execution permissions. I try to change > its permissions with: > > chmod +rw > > but the result is s

Re: wu-ftp in cygwin package?

2002-11-24 Thread Max Bowsher
paul raymond <[EMAIL PROTECTED]> wrote: > hello Corinna, This is a mailing list. We're not all called Corinna :-) > where is wu-ftp in cygwin package? Its not. -- Max. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Docum

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

2002-11-24 Thread Charles Wilson
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 before running setup. Every time I forget, I get a bluescreen. Min

Re: cygwin with opengl

2002-11-24 Thread Andrew Markebo
/ Samuel Mahy <[EMAIL PROTECTED]> wrote: | Hi, > | I cannot compile a file.c where there is the following | include : > | GL\glut.h | GL\glu.h | GL\gl.h > | I'm sure I have installed the file opengltar.bz2 Which opengl?? Could it be one runtime, and one developer version? run: find /usr/i

wu-ftp in cygwin package?

2002-11-24 Thread paul raymond
hello Corinna, where is wu-ftp in cygwin package? thxs Paul R [EMAIL PROTECTED] -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

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

2002-11-24 Thread Randall R Schulz
Robert, I suppose you're right: I was too "enthusiastic" (does that qualify as a euphemism in this context?). Also, I must confess I didn't read the KB entry before my previous post. However, if this is really the result of that known problem in Windows, why have we heard so little of it here?

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

2002-11-24 Thread Robert Collins
On Mon, 2002-11-25 at 08:27, Randall R Schulz wrote: > > Likewise, it cannot be the locus of a fix for such a problem. While I > certainly cannot speak for others who read this list, I doubt anyone is > going to a) be able to help you much to solve this situation, since it is > surely idiosyn

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

2002-11-24 Thread Randall R Schulz
Daniel, In case it hasn't been made clear, if your system is Windows NT, 2000 or XP and it blue-screens, locks up or otherwise exhibits a symptom of a system failure, then software at the application level _cannot_ be to blame. Only code that executes with hardware privileges (CPU / instruction

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

2002-11-24 Thread Robert Collins
On Mon, 2002-11-25 at 03:16, Daniel Armbrust wrote: > Every time that I run the cygwin installer program, when it finishes > downloading packages, and moves to the install step, it bluescreen > crashes my Windows XP machine (service pack 1) with the following error: Does it creash before or after

RE: Flushing stdin (was: Re: gcc problem?)

2002-11-24 Thread Stephan Mueller
I believe the name of the company you're referring to is Microsoft. (In addition to the spelling, note that the 's' is not capitalized.) It matters, because you'll have a much easier time reporting the small bug you've discovered (these do occur in large systems, and the documentation for large s

Re: Help with LTrace

2002-11-24 Thread Hotmail Saturn
Thanks, Max. I Know strace, but it fails with: strace.exe: error creating process , (error 193) I think it fails because the execution permissions. I try to change its permissions with: chmod +rw but the result is still the same, and its permissions are: -rwxr-xr-x Is th

Flushing stdin (was: Re: gcc problem?)

2002-11-24 Thread Eric R. Krause
Carlo, Visual C++ 6.0 CRT (and AFAICT, that of Visual C++.NET too) allow you to flush an input stream. The only problem with that is that the C standard apparently defines flushing ONLY for output streams (sec. 7.9.5.2). Why in the hell MicroSquash didn't disclose that this behavior was M$-speci

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

2002-11-24 Thread Daniel Armbrust
You guys sure are fast for a Sunday. Open source is great : ) I am surprised that I am this unlucky. Previously, I tried to track this problem down, and I thought that I had come across an FAQ that referenced cygwin causing Blue Screens, and the answer was basically you have bad drivers. This i

Re: Help with LTrace

2002-11-24 Thread Max Bowsher
Max Bowsher <[EMAIL PROTECTED]> wrote: > Hotmail Saturn <[EMAIL PROTECTED]> wrote: > >> I had downloaded the "ltrace_0.3.10.tar.bz2" but it doesn't contain >> the "sysdeps" for CygWIN and its installation fails at this point. > > ltrace relies on thing too low-level for Cygwin to emulate. > > You

Re: Help with LTrace

2002-11-24 Thread Max Bowsher
Hotmail Saturn <[EMAIL PROTECTED]> wrote: > I had downloaded the "ltrace_0.3.10.tar.bz2" but it doesn't contain > the "sysdeps" for CygWIN and its installation fails at this point. ltrace relies on thing too low-level for Cygwin to emulate. You won't be able to get it working. Max. -- Unsubs

Re: cygwin-1.3.16-1

2002-11-24 Thread Pierre A. Humblet
Fergus, Thanks for the trace. I see what the problem is and will fix it later today. Pierre -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygw

Re: cygwin-1.3.16-1

2002-11-24 Thread fergus
> (i) - define HOME before starting cygwin (in cygwin.bat or autoexec.bat) OK, tried this too as suggested: then started up Cygwin 16-1 but to no useful effect. Still found that I started in / rather than ~ = /home/fergus, and got echo $HOME / rather than echo $HOME /home/fergus as in 15-2. F

Help with LTrace

2002-11-24 Thread Hotmail Saturn
Hello everybody, I'm a new user of CygWIN (Today I installed it...) and I can't find a package of "ltrace" for CygWIN. I had downloaded the "ltrace_0.3.10.tar.bz2" but it doesn't contain the "sysdeps" for CygWIN and its installation fails at this point. Can anybody help me? Sure, I'm a Newbie w

Re: cygwin-1.3.16-1

2002-11-24 Thread fergus
> Thanks Fergus, everything looks perfect. > I need some more help: > - is your username under Windows really fergus? No. I manually edit /etc/passwd after a fresh Cygwin install. Otherwise my name and group are both "unknown". Which is fine by me, as (deliberately) I do not have a Windows userna

Re: impure_ptr/Mingw and Cygwin

2002-11-24 Thread Max Bowsher
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 stderr output just fine. > > Yes, very interesting. I'll ha

Re: impure_ptr/Mingw and Cygwin

2002-11-24 Thread Peter A. Castro
On Sat, 23 Nov 2002, Max Bowsher wrote: > Peter A. Castro <[EMAIL PROTECTED]> wrote: > > > Well, for one thing, linking with -lg will pull in cygwin.dll since > > /lib/libg.a is a symlink to libcygwin.a. So your program won't be > > Cygwin-free, if that's your goal. However, I got it to work wi

Re: impure_ptr/Mingw and Cygwin

2002-11-24 Thread Peter A. Castro
On Fri, 22 Nov 2002, Andrew DeFaria wrote: > Peter A. Castro wrote: > On Fri, 22 Nov 2002, Andrew DeFaria wrote: > > I wish to use -mno-cygwin to produce an > executable that can work without Cygwin > installed. I have successfully done this before. >

Re: gcc problem?

2002-11-24 Thread Guy Harrison
On Thu, 21 Nov 2002 10:46:26 +0800, "Carlo Florendo" <[EMAIL PROTECTED]> wrote: >Hello, > >Ever since I installed a newer cygwin, I've encountered problems which I >didn't encounter before. First, there was the >"ls -l"problem which has not yet been resolved (and which is threaded as "ls >problem

Re: cygwin-1.3.16-1

2002-11-24 Thread Pierre A. Humblet
At 07:08 AM 11/24/2002 -, [EMAIL PROTECTED] wrote: >Thank you. Here is startup location and the information you requested in >cygwin-1.3.15-2: Thanks Fergus, everything looks perfect. I need some more help: - is your username under Windows really fergus? - could you send me the output of "stra

cygwin with opengl

2002-11-24 Thread Samuel Mahy
Hi, I cannot compile a file.c where there is the following include : GL\glut.h GL\glu.h GL\gl.h I'm sure I have installed the file opengltar.bz2 Can you propose me some technics to reslove my problem : -compile? I use : -lglut -lGLU -lGL -lopengl -configure some path??? -set up the librari

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

2002-11-24 Thread Max Bowsher
Summary of what Daniel Armbrust <[EMAIL PROTECTED]> wrote (too much to quote - all relevant): WinXP SP1, setup.exe seems to cause bluescreen STOP 0x0024, when finishing the download step and beginning the install step, if (many/any - this is unclear - can you clarify?) packages have been downl

Cygwin causes 0x00000024 Stop Error (BLUE SCREEN)

2002-11-24 Thread Daniel Armbrust
Every time that I run the cygwin installer program, when it finishes downloading packages, and moves to the install step, it bluescreen crashes my Windows XP machine (service pack 1) with the following error: STOP: 0x0024 (0x001902FA, ..., ...) (I didn't take the time to write down the last to

winpids::enumNT: error 0xC0000005 - huh?

2002-11-24 Thread Rui Carmo
Having suffered from repeated rxvt hangs, I dutifully downloaded the latest Cygwin DLL update, rebooted and resumed working on one of my pet projects: a barbaric hack of the netatalk packages to try and get an AppleShare IP file service running under cygwin. Almost immediatly, however, I began

Re: emacs 100% cpu usage bug

2002-11-24 Thread Jim Goltz
Christopher Faylor writes: cf> FYI, a release is not a snapshot. Mea culpa. -- James P. Goltz <[EMAIL PROTECTED]> -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ:

compiling for cygwin in generall; compiling anacron;

2002-11-24 Thread Uwe Mayer
Hi, I got two questions by my heart: First, if I successfully compiled a linux program for cygwin and it is running as expected, should I try to publish it so that it is available via the cygwin setup tool? I don't have much experience with this though (see 2nd question) but I'd like to help those

Re: strtof is missing

2002-11-24 Thread Janos Blazi
> However, I just had a look into newlib and there's a function > > float strtodf (const char *, char **); > > defined. Thx, I saw that too. There were sevaral ways to work around this "problem" but I when I came across it, I simply wanted to report it. JB -- Unsubscribe info: http://c

Help with LTrace

2002-11-24 Thread Saturn
Hello everybody, I'm a new user of CygWIN (Today I installed it...) and I can't find a package of "ltrace" for CygWIN. I had downloaded the "ltrace_0.3.10.tar.bz2" but it doesn't contain the "sysdeps" for CygWIN and its installation fails at this point. Can anybody help me? Sure, I'm a Newbie wit

Re: cygwin-1.3.16-1

2002-11-24 Thread Corinna Vinschen
On Sun, Nov 24, 2002 at 07:08:06AM -, [EMAIL PROTECTED] wrote: > > 1.3.16-1 contains changes to help users with ntsec and less than perfect > > passwd/group, but it now seems to have unexpected side effect for Win98. > > Cygwin does not find your entry in passwd. Is there one starting with your

Re: strtof is missing

2002-11-24 Thread Corinna Vinschen
On Sun, Nov 24, 2002 at 10:34:37AM +1000, Arseny Slobodjuck wrote: > Sunday, November 24, 2002, 9:04:04 AM, you wrote: > > j> I use a pretty new Cygwin release and I notice that the strtof function is > j> missing in stdlib.h. On my Linux system the function is declared in stdlib.h. > > j> Can a

Re: strtof is missing

2002-11-24 Thread Arseny Slobodjuck
Hi, Sunday, November 24, 2002, 9:04:04 AM, you wrote: j> I use a pretty new Cygwin release and I notice that the strtof function is j> missing in stdlib.h. On my Linux system the function is declared in stdlib.h. j> Can anybody help me? I should have to convert a string to a flat and this j> s