Re: bash incorrectly determines HOME and HOMEDRIVE

2004-03-26 Thread Ralf G. R. Bergs
Larry Hall wrote: [...] HOMEDRIVE is set by Windows. ACK. I was able to verify that. I'd agree. But moving profiles like you did is not likely to be without repercussions. I'm assuming that MS wouldn't recommend this. Nevertheless, Actually, it's not a problem at all. I used Windoze built-in

Re: bash incorrectly determines HOME and HOMEDRIVE

2004-03-26 Thread Ralf G. R. Bergs
Larry Hall wrote: [...] HOMEDRIVE is set by Windows. ACK. I was able to verify that. I'd agree. But moving profiles like you did is not likely to be without repercussions. I'm assuming that MS wouldn't recommend this. Nevertheless, Actually, it's not a problem at all. I used Windoze built-in f

[ANNOUNCEMENT] Updated: man-1.5k-3

2004-03-26 Thread Dr. Volker Zell
Hi A new version of 'man' has been uploaded to a server near you. DESCRIPTION: Man, apropos and whatis. CYGWIN NEWS: - Fixed problem of not allowing man pages for directories with spaces in them Thanks to Elvin Peterson <[EMAIL PROTECTED]> See also: o http:

Re: 1.5.10 release?

2004-03-26 Thread Corinna Vinschen
On Mar 25 15:17, E. Weddington wrote: > Just wondering, is there a tentative release schedule for cygwin 1.5.10? Say, > sometime within the next week? It's scheduled for 2004. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer

Re: cygwin under Wine?

2004-03-26 Thread Corinna Vinschen
On Mar 25 21:56, Christopher Faylor wrote: > 3) As Larry noted, you could use a cross-compiler. I know that you maintain >that you would do testing under Wine but it seems rather foolhardy to >do all of your testing on an emaulator rather than a real Windows system. >I don't think your

Re: sshd on WinXP machine in Win2003 Domain -- can't log in

2004-03-26 Thread Yuen Wing Seung
I also got the same problem. but I am work for the Adminstrator. which is a local user. Others Domain users got the Permission Denied after checking the password. All others Domain Users can open the CYGWIN bash shell properly on the Window console, however ssh to the server is not work. MIke Hanby

Re: popups upon library errors.

2004-03-26 Thread Corinna Vinschen
On Mar 25 19:32, Edward S. Peschko wrote: > After trying to compile cygwin from scratch, I've come to the conclusion that > opening up popup windows that require human interaction for system events is > well-nigh intolerable, and I'm hoping that something can be done to fix it. > > Figure - I'm

Bash hangs with the 20040325 snapshot

2004-03-26 Thread Rodrigo Medina
Hi, I have to report that bash hangs with the 20040325 snapshot. The rxvt window appears, but the prompt never apprears. The output of cygcheck -s (made with the 20040322 snapshot) is appended. Rodrigo Medina. Cygwin Win95/NT Configuration Diagnostics Current Syst

Cygwin for 64-bit windows........

2004-03-26 Thread deepak bansal
Is Cygwin's gcc available for 64-bit windows? thanks, Deepak. __ Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time. http://taxes.yahoo.com/filing.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http

Re: Cygwin under Wine?

2004-03-26 Thread Jani tiainen
Larry Hall wrote: At 07:33 PM 3/25/2004, Tom Roche wrote: While sounding out Cygwin users in my organization, I got the comment: If Cygwin would run under Wine, I'd be a very happy person, we wouldn't need real Windows machines for builds, and we could consign all our Windows build machines, th

Portmap and NFS-server

2004-03-26 Thread Clemson, Chris
Hello, i'm trying to set up the cygwin nfs server. I ran nfs-server-config, but it tries to install a portmap service, which it cant find. Any ideas which package this is in, as i can't see it as a separate package in the cygwin installer? Both mountd and nfsd seem to have been installed as servic

Re: Portmap and NFS-server

2004-03-26 Thread Baurjan Ismagulov
Hello, Chris! On Fri, Mar 26, 2004 at 10:24:01AM -, Clemson, Chris wrote: > I ran nfs-server-config, but it tries to install a portmap service, which it > cant find. > Any ideas which package this is in, as i can't see it as a separate package > in the cygwin installer? sunrpc. I wish it was

RE: Portmap and NFS-server

2004-03-26 Thread Clemson, Chris
> On Fri, Mar 26, 2004 at 10:24:01AM -, Clemson, Chris wrote: > > I ran nfs-server-config, but it tries to install a portmap > service, which it > > cant find. > > Any ideas which package this is in, as i can't see it as a > separate package > > in the cygwin installer? > > sunrpc. I wish it

Re: Bash hangs with the 20040325 snapshot

2004-03-26 Thread Thorsten Kampe
* Rodrigo Medina (2004-03-26 10:40 +0100) > I have to report that bash hangs with the 20040325 snapshot. > > The rxvt window appears, but the prompt never apprears. I can confirm that. Same with Windows Console. zsh works okay. Thorsten -- Unsubscribe info: http://cygwin.com/ml/#unsubscri

Re: How can I list all the software that have been insatlled to cygwin?

2004-03-26 Thread Igor Pechtchanski
On Thu, 25 Mar 2004, Christopher Faylor wrote: > On Fri, Mar 26, 2004 at 05:23:21AM +0100, Reini Urban wrote: > >Christopher Faylor schrieb: > >>On Wed, Mar 24, 2004 at 12:56:01PM +0800, hhw wrote: > >>>When I do "make install ",cygwin does not record something about my > >>>install infomation lik

Re: 1.5.10 release?

2004-03-26 Thread E. Weddington
On 26 Mar 2004 at 9:45, Corinna Vinschen wrote: > On Mar 25 15:17, E. Weddington wrote: > > Just wondering, is there a tentative release schedule for cygwin 1.5.10? Say, > > sometime within the next week? > > It's scheduled for 2004. > I was beginning to wonder if it was going to be dragged ou

FTP progremming in C++

2004-03-26 Thread Przemyslaw Sliwa
Dear All, I am just wondering if there is any C++ library for dealing with the FTP servers and general for programming internet applications. I have tryied to find something on the internet, but I could not. I have a code written under Visual C++ 6 and want to compile it under Borland or even G++

RE: bash bad interpreter - a new twist!

2004-03-26 Thread david mallon
Thanks Tom, I believe you are right. I noticed yesterday that if the interpreter was a binary the problem went away, so I rewrote my script as a C program and everything is stable again. -- dave From: [EMAIL PROTECTED] (Tom Rodman) >I'm using cygwin (september 2003 build) and ActiveState perl.

RE: 1.5.10 release?

2004-03-26 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Corinna Vinschen > Sent: 26 March 2004 08:45 > On Mar 25 15:17, E. Weddington wrote: > > Just wondering, is there a tentative release schedule for cygwin > > 1.5.10? Say, sometime within the next week? > > It's scheduled for 2004.

Re: Bash hangs with the 20040325 snapshot

2004-03-26 Thread Corinna Vinschen
On Mar 26 14:17, Thorsten Kampe wrote: > * Rodrigo Medina (2004-03-26 10:40 +0100) > > I have to report that bash hangs with the 20040325 snapshot. > > > > The rxvt window appears, but the prompt never apprears. > > I can confirm that. Same with Windows Console. zsh works okay. What system? I'v

Re: Cygwin for 64-bit windows........

2004-03-26 Thread Corinna Vinschen
On Mar 26 02:07, deepak bansal wrote: > Is Cygwin's gcc available for 64-bit windows? Not that I'm aware of. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developermailto:[EMAIL PROTECTED] Red Hat, Inc. -- Unsubscribe

[ANNOUNCEMENT] Updated: zsh-4.2.0-1

2004-03-26 Thread Peter A. Castro
An updated version of zsh (zsh-4.2.0-1) has been released and should be at a mirror near you real soon. This release has many bug fixes related to memory leaks, the Zle editor and updates to various completion macros. All in all worth upgrading to if you've experienced any problems lately. Lates

[ANNOUNCEMENT] GNU emacs 21.2-13 is available

2004-03-26 Thread Joe Buehler
GNU emacs 21.2-13 is available. Changes: - recompile against latest XFree86 (the major reason for this release) - setup.hint changes due to rearrangements of various required runtime libraries - moved documentation from /usr/doc to /usr/share/doc - moved info files from /usr/info to /usr/share/in

Re: Strange problem wiith Cygwin ssh-still no luck :-(

2004-03-26 Thread Larry Hall
Clearly this is an authentication issue. 'ssh' is working fine. The 'setup' program you're running is obviously trying to access resources it can't get to without authentication. You might try doing the same thing when you're logged in through Windows to the desktop on the remote machine as

Re: Bash hangs with the 20040325 snapshot

2004-03-26 Thread Corinna Vinschen
On Mar 26 16:08, Corinna Vinschen wrote: > On Mar 26 14:17, Thorsten Kampe wrote: > > * Rodrigo Medina (2004-03-26 10:40 +0100) > > > I have to report that bash hangs with the 20040325 snapshot. > > > > > > The rxvt window appears, but the prompt never apprears. > > > > I can confirm that. Same w

Re: Bash hangs with the 20040325 snapshot

2004-03-26 Thread Thorsten Kampe
* Corinna Vinschen (2004-03-26 16:08 +0100) > On Mar 26 14:17, Thorsten Kampe wrote: >> * Rodrigo Medina (2004-03-26 10:40 +0100) >>> I have to report that bash hangs with the 20040325 snapshot. >>> >>> The rxvt window appears, but the prompt never apprears. >> >> I can confirm that. Same with Wi

Re: [ANNOUNCEMENT] Updated: zsh-4.2.0-1

2004-03-26 Thread Thorsten Kampe
* Peter A. Castro (2004-03-26 16:09 +0100) > An updated version of zsh (zsh-4.2.0-1) has been released and should be > at a mirror near you real soon. Thank you. Thorsten -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Do

Re: Cygwin under Wine?

2004-03-26 Thread Larry Hall
At 05:13 AM 3/26/2004, you wrote: >Larry Hall wrote: > >> >>>At 07:33 PM 3/25/2004, Tom Roche wrote: >>> While sounding out Cygwin users in my organization, I got the comment: >>> >If Cygwin would run under Wine, I'd be a very happy person, we >wouldn't need real Windows machines fo

Re: Bash hangs with the 20040325 snapshot

2004-03-26 Thread Volker Quetschke
I have to report that bash hangs with the 20040325 snapshot. The rxvt window appears, but the prompt never apprears. Press CTRL-c and it appears, but the login scripts are not executed. I can confirm that. Same with Windows Console. zsh works okay. In a cmd shell, starting: C:\cygwin\bin>bash -i

Re: cygwin gcc failure

2004-03-26 Thread Gerrit P. Haase
Hallo Heflin, Friday, 19.03.2004 00:31 you wrote: > Richard Campbell wrote: >>>The symptom is pretty straight forward, on a straight command line of: >>> >>>gcc foo.c >>> >>>I get a pop up and a system log message which says: >>>Application popup: cc1.exe - Application Error : The application f

Re: Strange problem wiith Cygwin ssh-still no luck :-(

2004-03-26 Thread Bindaas Guy
So, what you are saying is that RSA authentication DOES NOT authenticate a user to a Windows user and password log in authenticates the user to a defined windows user? If that is the case,is there no way i can 'map' to a windows user? 'id' shows the proper info about the user indicating that he is

Re: Strange problem wiith Cygwin ssh-still no luck :-(

2004-03-26 Thread Brian Dessent
Bindaas Guy wrote: > > So, what you are saying is that RSA authentication > DOES NOT authenticate a user to a Windows user and > password log in authenticates the user to a defined > windows user? If that is the case,is there no way i > can 'map' to a windows user? 'id' shows the proper > info abo

Re: [ANNOUNCEMENT] Updated: zsh-4.2.0-1

2004-03-26 Thread Peter A. Castro
On Fri, 26 Mar 2004, Thorsten Kampe wrote: > * Peter A. Castro (2004-03-26 16:09 +0100) > > An updated version of zsh (zsh-4.2.0-1) has been released and should be > > at a mirror near you real soon. > > Thank you. Your welcome. BTW, I've tried many, many ways to reproduce your original hang pro

Re: [ANNOUNCEMENT] Updated: zsh-4.2.0-1

2004-03-26 Thread Thorsten Kampe
* Peter A. Castro (2004-03-26 18:10 +0100) > BTW, I've tried many, many ways to reproduce your original hang > problem but am still unable to do so. One last try: I have recently set option "autocd"[1]. Now when I type something like "adksfaj" the delay (~ 10 seconds) is the same like with the cor

Make problem since 1.5.7

2004-03-26 Thread Ingmar Sittl
Hello, With all cygwin-versions starting with 1.5.7 (including the snapshot 20040322) I experience major problems with make, leading to a major (> 20x) increase in the time make needs for a specific single target in our project make system (which is quite complex, includes >100 sub-makefiles and i

Re: Cygwin under Wine?

2004-03-26 Thread Thomas L Roche
Larry Hall Fri, 26 Mar 2004 10:41:47 -0500 > But Tom has since clarified his need here. I've even clarified that running Cygwin under Wine is not _my_ need. FWIW what I _am_ trying to do is * find out about IBMers using Cygwin * find out what they are doing with Cygwin * find out what they wan

Re: Cygwin under Wine?

2004-03-26 Thread Joshua Daniel Franklin
On Thu, 25 Mar 2004 19:33:52 -0500, "Thomas L Roche" <[EMAIL PROTECTED]> said: > (BTW: didn't there useta be a "one big FAQ" option, a lá the > "one big UG"?) Yes, it's at . I seem to have borked cygwin.com/faq.html with my last update and the links are gone. I'll

Re: Cygwin under Wine?

2004-03-26 Thread Larry Hall
At 12:48 PM 3/26/2004, you wrote: >Larry Hall Fri, 26 Mar 2004 10:41:47 -0500 >> But Tom has since clarified his need here. > >I've even clarified that running Cygwin under Wine is not _my_ need. > FWIW what I _am_ trying to do is > >* find out about IBMers using Cygwin > >* find out what they are

Re: Make problem since 1.5.7

2004-03-26 Thread Larry Hall
At 12:38 PM 3/26/2004, you wrote: >Hello, > >With all cygwin-versions starting with 1.5.7 (including the snapshot >20040322) I experience major problems with make, leading to a major (> >20x) increase in the time make needs for a specific single target in our >project make system (which is quite co

Re: [ANNOUNCEMENT] Updated: zsh-4.2.0-1

2004-03-26 Thread Igor Pechtchanski
On Fri, 26 Mar 2004, Thorsten Kampe wrote: > * Peter A. Castro (2004-03-26 18:10 +0100) > > BTW, I've tried many, many ways to reproduce your original hang > > problem but am still unable to do so. > > One last try: I have recently set option "autocd"[1]. Now when I type > something like "adksfaj"

Re: cygwin under Wine?

2004-03-26 Thread Christopher Faylor
On Fri, Mar 26, 2004 at 12:56:16PM -0500, Larry Hall wrote: >Sounds good to me. But as long as we're clarifying things, we do have to >respect that the above motivation is OT for the list as Chris mentioned. >It would be appreciated if future responders to Thomas's inquiry could >direct their com

Re: Cygwin under Wine? was: [OT] IBMers using Cygwin?

2004-03-26 Thread Thomas L Roche
Tom Roche 03/25/2004 07:23:44 PM: >>> I recently got a followup with some questions, notably how many >>> IBMers are using Cygwin? If you are such a user, or can identify >>> IBM groups using Cygwin, or can point to sources of information on >>> this topic, please let me know. (And please post to m

RE: bash bad interpreter - a new twist!

2004-03-26 Thread Igor Pechtchanski
Dave, FWIW, the following always works on my system: #!/usr/local/bin/wrap /cygdrive/c/ActivePerl/bin/perl use English; print "Testing: $PERL_VERSION on $OSNAME\n"; where /usr/local/bin/wrap is #!/bin/sh pname="$1" fname="`cygpath -wi "$2"`" shift 2 && exec "$pname" "$fname" "$@" This will wor

FAQ searching, was: Cygwin under Wine?

2004-03-26 Thread Thomas L Roche
Thu, 25 Mar 2004 19:33:52 -0500, "Thomas L Roche" said: >> (BTW: didn't there useta be a "one big FAQ" option, a lá the >> "one big UG"?) Joshua Daniel Franklin Fri, 26 Mar 2004 09:53:56 -0800 > Yes, it's at . I seem to have > borked cygwin.com/faq.html with my las

Re: FAQ searching, was: Cygwin under Wine?

2004-03-26 Thread Igor Pechtchanski
On Fri, 26 Mar 2004, Thomas L Roche wrote: > Thu, 25 Mar 2004 19:33:52 -0500, "Thomas L Roche" said: > >> (BTW: didn't there useta be a "one big FAQ" option, a lá the > >> "one big UG"?) > > Joshua Daniel Franklin Fri, 26 Mar 2004 09:53:56 -0800 > > Yes, it's at .

Re: cygwin under Wine?

2004-03-26 Thread Larry Hall
At 01:23 PM 3/26/2004, you wrote: >On Fri, Mar 26, 2004 at 12:56:16PM -0500, Larry Hall wrote: >>Sounds good to me. But as long as we're clarifying things, we do have to >>respect that the above motivation is OT for the list as Chris mentioned. >>It would be appreciated if future responders to Tho

Re: Cygwin under Wine? was: [OT] IBMers using Cygwin?

2004-03-26 Thread Larry Hall
At 01:23 PM 3/26/2004, you wrote: >Tom Roche 03/25/2004 07:23:44 PM: I recently got a followup with some questions, notably how many IBMers are using Cygwin? If you are such a user, or can identify IBM groups using Cygwin, or can point to sources of information on this topic, pl

Re: cygwin under Wine? was: [OT] IBMers using cygwin?

2004-03-26 Thread Christopher Faylor
On Fri, Mar 26, 2004 at 02:20:39PM -0500, Larry Hall wrote: >At 01:23 PM 3/26/2004, you wrote: >>Tom Roche 03/25/2004 07:23:44 PM: > I recently got a followup with some questions, notably how many > IBMers are using Cygwin? If you are such a user, or can identify > IBM groups using Cygw

Re: lstat on FAT - Was: Problem with find on FAT drives

2004-03-26 Thread Christopher Faylor
[just to provide a non-flip answer to this subject] On Wed, Mar 24, 2004 at 09:39:29PM -0500, Pierre A. Humblet wrote: >On Wed, Mar 24, 2004 at 04:42:39PM -0500, Christopher Faylor wrote: >As you know isdirsep would take 1 extra compare per character. > >FWIW I see one place where we could avoid th

Re: 1.5.10 release?

2004-03-26 Thread Christopher Faylor
On Fri, Mar 26, 2004 at 07:10:25AM -0700, E. Weddington wrote: >On 26 Mar 2004 at 9:45, Corinna Vinschen wrote: > >> On Mar 25 15:17, E. Weddington wrote: >> > Just wondering, is there a tentative release schedule for cygwin 1.5.10? Say, >> > sometime within the next week? >> >> It's scheduled fo

Re: cygwin gcc failure

2004-03-26 Thread Heflin
Hi Gerrit, Yes, I managed to fix this. I ended up wiping and reinstalling the cygwin binaries, which were getting crufty anyway. If I run into the problem again, I'll try your suggestion. Thanks, Heflin smime.p7s Description: S/MIME Cryptographic Signature

Re: Would like to release 1.5.10 soon -- please try latest snapshot: Win95, "make" fixes

2004-03-26 Thread Buzz
try it out and report success or failure here. With me, on w95 (cygcheck attached): from a batch-file or from a (command.com) prompt: 1.5.9200403222004032520040326 command.com /c cygpath . OK OK OK OK bash -c "cygpath .

Re: Would like to release 1.5.10 soon -- please try latest snapshot: Win95, "make" fixes

2004-03-26 Thread Mark Blackburn
Buzz wrote: >[...] >begin 644 cygcheck.out > >Cygwin Win95/NT Configuration Diagnostics >Current System Time: Fri Mar 26 06:37:12 2004 >[...] > 653k 1998/10/30 C:\WINDOWS\SYSTEM\cygwinb19.dll - os=4.0 img=1.0 sys=4.0 > "cygwinb19.dll" v0.0 ts=1998/7/15 19:50 ^^

Re: cygwin under Wine? was: [OT] IBMers using cygwin?

2004-03-26 Thread Karl M
From: Christopher Faylor Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: cygwin under Wine? was: [OT] IBMers using cygwin? Date: Fri, 26 Mar 2004 14:38:12 -0500 On Fri, Mar 26, 2004 at 02:20:39PM -0500, Larry Hall wrote: >At 01:23 PM 3/26/2004, you wrote: >>Tom Roche 03/25/2004 07:23

rsh no longer works with rsync as of 1.5.9

2004-03-26 Thread Bruce Dobrin
Hi, I have been using rsync via rsh (-e "rsh") for our general distributions for a for all of our windows and Linux machines ( 2000 of them) . on Upgrading from cygwin1.5.5 to 1.5.9, Rsync could no longer use rsh to rsync. I get : "rsh : unknown option -- server" I down graded the rsync2.6.0

cygheap problems, 20040326 snapshot

2004-03-26 Thread Mark Blackburn
Win32 error 487 E:\cygwin\bin\gdb.exe (1208): *** m.AllocationBase 0x0, m.BaseAddress 0x616B, m.RegionSize 0x1AD, m.State 0x1 [EMAIL PROTECTED] ~ $ uname -a CYGWIN_NT-5.0 althor 1.5.10s(0.112/4/2) 20040326 13:21:11 i686 unknown unknown Cygwin Mark Blackburn Cygwin Win95/NT Configuration

Re: [ANNOUNCEMENT] Updated: zsh-4.2.0-1

2004-03-26 Thread Peter A. Castro
On Fri, 26 Mar 2004, Igor Pechtchanski wrote: > On Fri, 26 Mar 2004, Thorsten Kampe wrote: > > > * Peter A. Castro (2004-03-26 18:10 +0100) > > > BTW, I've tried many, many ways to reproduce your original hang > > > problem but am still unable to do so. > > > > One last try: I have recently set op

Re: Would like to release 1.5.10 soon -- please try latest snapshot: Win95, "make" fixes

2004-03-26 Thread Bas van Gompel
Op Fri, 26 Mar 2004 16:35:03 -0500 schreef Mark Blackburn in <[EMAIL PROTECTED]>: : Buzz wrote: [...] : > 653k 1998/10/30 C:\WINDOWS\SYSTEM\cygwinb19.dll - os=4.0 img=1.0 sys=4.0 : > "cygwinb19.dll" v0.0 ts=1998/7/15 19:50 : ^ : Having older v

Re: rsh no longer works with rsync as of 1.5.9

2004-03-26 Thread Igor Pechtchanski
On Fri, 26 Mar 2004, Bruce Dobrin wrote: > Hi, > > I have been using rsync via rsh (-e "rsh") for our general distributions > for a for all of our windows and Linux machines ( 2000 of them) . on > Upgrading from cygwin1.5.5 to 1.5.9, Rsync could no longer use rsh to > rsync. > > I get : "rsh

Re: 20040325 cygwin1.dll .. no return to command-line prompt

2004-03-26 Thread Dan Kegel
Kyle Unice wrote: If I do anything with a pipe the command will never return to the shell prompt. ---Session [EMAIL PROTECTED] ~ $ ls | more bash: more: command not found Please follow the guidelines at http://cygwin.com/problems.html when reporting problems. We need a bit m

Bash hanging solved in 20040326 snapshot.

2004-03-26 Thread [EMAIL PROTECTED]
Hi, For me (Win95) the 20040326 snapshot is OK. In particular the hanging of bash reported for the 20040325 snapshot was solved. Rodrigo Medina -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation

Re: cygheap problems, 20040326 snapshot

2004-03-26 Thread Larry Hall
At 06:17 PM 3/26/2004, you wrote: >My problems with chgrp -R from coreutils are fixed with this snapshot. However I'm >seeing some other problems: > >[EMAIL PROTECTED] ~ >$ cygstart . > 7 [main] ? 760 cygheap_fixup_in_child: Couldn't reserve space for cygwin's heap > (0x616B <0x41>) i

Re: Minimal test case for Make crash bug

2004-03-26 Thread Joshua Daniel Franklin
On Sat, Mar 20, 2004 at 02:19:55PM -0500, Igor Pechtchanski wrote: > On Sat, 20 Mar 2004, Dan Kegel wrote: > > Sadly, error_start didn't seem to be able to start gdb: > > > > $ export CYGWIN=error_start:/usr/bin/gdb > > $ make > > *** starting debugger for pid 2156, tid 496 > >4 [main] make

php and cygwin

2004-03-26 Thread kalmen
hi , I have installed the latest apache-1.3.29-2 , after instalation , if i try to activate the installed php4 , httpd.exe cannot start , so i uninstalled the php4 and then i try to use the setup.exe to look for the mod_php4 , but canot find , can anyone help to give me some advice ? my questio

Re: suid bit on executables?

2004-03-26 Thread Joshua Daniel Franklin
On Tue, Mar 23, 2004 at 02:38:36PM -0500, Igor Pechtchanski wrote: > > > > FYI, Cygwin implements /dev/conin and /dev/conout, so, perhaps, the > > > approach suggested in > > > would be helpful (or something along those lines). > > > > I tried ma

Re: libdinput.a

2004-03-26 Thread Joshua Daniel Franklin
On Mon, Mar 08, 2004 at 11:07:08AM -0500, Larry Hall wrote: > At 08:50 AM 3/8/2004, you wrote: > > >What version of DirectX is supported ? Or more exactly what version of DirectInput? > >I need DirectInput 8, but LPDIRECTINPUT8, DirectInput8Create() are not recognized > >by libdinput.a (it seems