RE: Stop Fries !

2000-11-09 Thread Schaible, Joerg
On Wed, Nov 08, 2000 at 10:58:55AM -0500, Christopher Faylor wrote: I've unsubscribing him now. Hmm. I couldn't unsubscribe him. There was noone by that name listed as a cygwin subscriber. Maybe he's unsubscribed already? cgf Hopefully. At least one thing he seems to be able to do

RE: 'find' quirkiness

2000-11-09 Thread Schaible, Joerg
Hi Tom, Cygwin has a mapping scheme for drives to fit better in a Unix environment: /cygdrive/c is drive C: /cygdrive/d is drive D: etc. Anyway there is some support for the DOSish style, Cygwin tries to detect on its own wether the argument is a DOS file name or not. IMHO it is better to use

Re: [ANNOUNCEMENT] Updated: OpenSSH-2.3.0p1

2000-11-09 Thread Robert Collins
- Original Message - From: "Corinna Vinschen" [EMAIL PROTECTED] snip I just tried it and I can connect. I'm using an ssh.com-2.3.0 on a Linux box to connect to my OpenSSH-2.3.0p1. However, I had found various problems with the ftp commands `pwd' and `ls' which I had reported to the

Re: Stop Fries !

2000-11-09 Thread Fries
Hi! Thank you for trying to unsubscribe me! I think that I never have been in the list. But this morning I´ve got more than 130 e-mails, because I´m the postmaster of our e-mail-server with the warning, that there is no correct e-mail-address! For the moment I don´t know what is the problem!

Re: [ANNOUNCEMENT] Updated: OpenSSH-2.3.0p1

2000-11-09 Thread Corinna Vinschen
Robert Collins wrote: From: "Corinna Vinschen" [EMAIL PROTECTED] snip Sigh. This will need some additional testing. The maintainer of sftp-server can't spell "Windows"... snip How does the sftp-maintainer spell it? X-Windows :-] AFAIK he spells it "OpenBSD" Corinna -- Want to

Re: 'find' quirkiness

2000-11-09 Thread Tom Trelvik
Actually, Jörg, I did try that first, unfortunately to no avail. A `find /cygdrive/c -print` returned the same unexpected results as `find c: -print`. Likewise, `find /cygdrive/c/winnt -print` yields the same expected results as `find c:/winnt -print`. And it doesn't seem to care if I

Re: Using gcc with Win95

2000-11-09 Thread Maxim
- Original Message - From: Paul Garceau [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 08, 2000 1:14 AM Subject: Re: Using gcc with Win95 On 7 Nov 2000, at 10:26, the Illustrious Maxim wrote: Hello Can you help me? I am download some programms for

Re: Using gcc with Win95

2000-11-09 Thread Maxim
- Original Message - From: Paul Garceau [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 09, 2000 1:26 AM Subject: Re: Using gcc with Win95 On 7 Nov 2000, at 19:05, the Illustrious Tim Prince wrote: My cygwin installation came with netdb.h; I've never seen a

RE: PATCH: (sort of) RE: Possible bug with select and master side of pty

2000-11-09 Thread Andrej Borsenkow
Could you test out the patch below and let me know if it works for you? Yes. This will be in tonight's snapshot and in the new cygwin 1.1.5-6 test release. It is not in 1.1.5-6. -andrej -- Want to unsubscribe from this list? Send a message to [EMAIL PROTECTED]

RE: [ANNOUNCEMENT] cygwin-1.1.5-6, mingw-20001103-1, w32api-20001103-1, gcc-2.95-4

2000-11-09 Thread Andrej Borsenkow
- Fix problem when pty master does single character reads and sees a '\n'. Just as a reminder - this fix is not in 1.1.5-6. -andrej -- Want to unsubscribe from this list? Send a message to [EMAIL PROTECTED]

RE: 'find' quirkiness

2000-11-09 Thread Schaible, Joerg
Hmm. I don't see any critical. May be you can post additionally a "ls -al /c" ... ~ $ cygcheck.exe -s -r -v Cygnus Win95/NT Configuration Diagnostics Current System Time: Thu Nov 9 07:20:05 2000 WinNT Ver 5.0 build 2195 Path: /usr/bin /usr/bin /usr/local/bin

Re: 'find' quirkiness

2000-11-09 Thread Tom Trelvik
"Schaible, Joerg" wrote: Hmm. I don't see any critical. May be you can post additionally a "ls -al /c" ... I double checked, and the contents of each of these other directories were reported by find, so winnt is definitely the only with with odd (lack of) output. =( Sorry to keep

RE: 'find' quirkiness

2000-11-09 Thread Schaible, Joerg
Hi Tom, I just recognize that *all* your directories have no write permissions for group and others in despite to mine, but this seems not related to your problem. Sorry no further idea. Greetings, Jörg -Original Message- From: Tom Trelvik [mailto:[EMAIL PROTECTED]] Sent: Thursday,

Re: [ANNOUNCEMENT] Updated: OpenSSH-2.3.0p1

2000-11-09 Thread Corinna Vinschen
Corinna Vinschen wrote: If you can't connect it would be very helpful if you could take a look into that. I will try to debug the `pwd' and `ls' problems. Good news so far. I could find the problem with `ps'. I can't solve it but I would be able to create a simple workaround in sftp-server.

CVS Server on NT

2000-11-09 Thread Füller, Dominik
I have a Win NT 4.0 Machine and i installed the latest cygwin package. CVS 1.11 inetutils 1.3.2 cygwin.dll from 3.8.2000 telnet and ftp works fine, but not cvs. etc/inetd.conf: cvspserver stream tcp nowait root/usr/bin/cvs cvs --allow-root=/test pserver /etc/services:

Re: Debugging child process

2000-11-09 Thread Corinna Vinschen
Andrej Borsenkow wrote: I need to debug a process immediately after fork. IIRC gdb under cygwin cannot continue debugging across forks (is it correct?) I've tried to add sigpause() to be able to attach to child, but somehow it does not work. Child stops, I can attach and set breakpoint, but

cygwin proplem with *.exe

2000-11-09 Thread Anatol Studler
I am still playing with the *.exe endings of the files, and I don't have a clue whats going on. For example I have two executables in the same directory. (/cygdrive/c/WINNT/system32) The one which is called "notepad.exe" works with calling "notepad" or "notepad.exe" the other one "ipconfig.exe"

Cygwin Python DLL and Shared Extension Patch

2000-11-09 Thread Jason Tishler
Attached is a patch that builds Cygwin Python with its core as a DLL -- similar to the way that one builds Win32 Python. Once Cygwin Python is built as a "shared library" (i.e., DLL), one can build extensions using the same procedure as on other UNIX platforms that support shared libraries.

GCC

2000-11-09 Thread Milan Stanojevic
I've installed cygwin, bash and gcc using setup.exe that I've downloaded from cygwin site. But when I try to use gcc I get error message saying that it cannot find 'as' . What can be the problem? Milan -- Want to unsubscribe from this list? Send a message to [EMAIL PROTECTED]

RE: GCC

2000-11-09 Thread Schaible, Joerg
Hi Milan, unfortunately the setup has no knowledge about package dependencies. Unless you know exactly what you are doing, you should install the complete package. Jörg -Original Message- From: Milan Stanojevic [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 09, 2000

Re: GCC

2000-11-09 Thread Cal Erickson
Milan, Did you also download binutils? This is where as the Gnu Assembler is. You also probably need ld which is also part of binutils. Cal Milan Stanojevic wrote: I've installed cygwin, bash and gcc using setup.exe that I've downloaded from cygwin site. But when I try to use gcc I get error

RE: Case-insensitive globbing (was RE: Cygnus question)

2000-11-09 Thread Town, Brad
The problem is that the glob() function is exported from the DLL. I don't know if its operation should be under the control of the CYGWIN environment variable when it is called by the program directly. I don't think it should be actually. I agree. I've made the change and attached

debugging rshd, part 2

2000-11-09 Thread Mike Ayers
Okay, I am now reasonably satisfied that I have done my best job debugging my rcp failures and would like the experts to take a peek. I tried running rshd under gdb, but it didn't work, so I began copious syslog()ing. The problem manifests itself simply enough. From another

RE: 'find' quirkiness

2000-11-09 Thread Mike Ayers
From: Tom Trelvik [mailto:[EMAIL PROTECTED]] "Schaible, Joerg" wrote: Hmm. I don't see any critical. May be you can post additionally a "ls -al /c" ... I double checked, and the contents of each of these other directories were reported by find, so winnt is definitely

Re: Can not found crt1.o when using -mno-cygwin option

2000-11-09 Thread Charles S. Wilson
There seem to be a few mistakes in the specs file; the following seems to work (however, the "right" fix is somewhere in the bowels of the gcc source code, so that the specs file is *generated* to look like this). #1) The specs file is using the wrong version number #2) you can't specify

Re: [ANNOUNCEMENT] Updated: OpenSSH-2.3.0p1

2000-11-09 Thread Christopher Faylor
On Thu, Nov 09, 2000 at 02:46:24PM +0100, Corinna Vinschen wrote: Corinna Vinschen wrote: If you can't connect it would be very helpful if you could take a look into that. I will try to debug the `pwd' and `ls' problems. Good news so far. I could find the problem with `ps'. I can't solve it

Re: [ANNOUNCEMENT] cygwin-1.1.5-6, mingw-20001103-1, w32api-20001103-1, gcc-2.95-4

2000-11-09 Thread Christopher Faylor
On Thu, Nov 09, 2000 at 12:10:04PM -0500, Charles S. Wilson wrote: I seem to remember this being report earlier, but I couldn't find it -- besides, it was related to an older 1.1.5-x. I had hoped this error had been fixed, but apparently not since I just saw it again with cygwin-1.1.5-6:

Re: cygwin proplem with *.exe

2000-11-09 Thread Christopher Faylor
On Thu, Nov 09, 2000 at 03:42:06PM +0100, Anatol Studler wrote: I am still playing with the *.exe endings of the files, and I don't have a clue whats going on. For example I have two executables in the same directory. (/cygdrive/c/WINNT/system32) The one which is called "notepad.exe" works with

Re: potential cygwish80 problem

2000-11-09 Thread Christopher Faylor
On Thu, Nov 09, 2000 at 08:52:44AM -0600, Karl North wrote: So the problem appears to be that cygwish80 cannot seem to interpret a full (absolute) pathname when it is passed as the first parameter. This is the way that the pathname is passed by the "exec" line in my script(s). tcl/tk does not

Re: GCC

2000-11-09 Thread Earnie Boyd
--- Milan Stanojevic [EMAIL PROTECTED] wrote: I've installed cygwin, bash and gcc using setup.exe that I've downloaded from cygwin site. But when I try to use gcc I get error message saying that it cannot find 'as' . What can be the problem? Run setup again. Perhaps with a different mirror.

Re: [ANNOUNCEMENT] Updated: OpenSSH-2.3.0p1

2000-11-09 Thread Corinna Vinschen
Christopher Faylor wrote: On Thu, Nov 09, 2000 at 02:46:24PM +0100, Corinna Vinschen wrote: Corinna Vinschen wrote: If you can't connect it would be very helpful if you could take a look into that. I will try to debug the `pwd' and `ls' problems. Good news so far. I could find the

Re: cleartool CYGWIN=tty

2000-11-09 Thread Earnie Boyd
--- Geoff Hart [EMAIL PROTECTED] wrote: Hello, Is there a way to fool a Windows app (cleartool) into thinking STDIN is a DOS console? I believe cleartool calls "isatty" to determine whether to show a prompt or not ("cleartool "). I was hoping I could pipe in some program which would

Re: [ANNOUNCEMENT] cygwin-1.1.5-6, mingw-20001103-1, w32api-20001103-1, gcc-2.95-4

2000-11-09 Thread Charles Wilson
Christopher Faylor wrote: On Thu, Nov 09, 2000 at 12:10:04PM -0500, Charles S. Wilson wrote: I seem to remember this being report earlier, but I couldn't find it -- besides, it was related to an older 1.1.5-x. I had hoped this error had been fixed, but apparently not since I just saw it

Re: Updated: OpenSSH-2.3.0p1

2000-11-09 Thread Ross Smith
Corinna Vinschen wrote: Ross Smith wrote: I tried sshd -d as you suggested to Richard; I have no idea what any of this means but presumably it will tell you something: /usr/sbin$ ./sshd.exe -d debug1: sshd version OpenSSH_2.3.0p1 debug1: Seeding random number generator error:

compilation problem - permission denied

2000-11-09 Thread Sur, Douglas (CC/ISD)
Just loaded up cygwin and trying to compile my first program. I am compiling the newer openssl software. During the compile I get a "Permission Denied" to a particular directory/temp file. Any suggestions is appreciated: administrator@CCWD02 ~/openssl-0.9.6 $ make making all in crypto...

Re: Some domain groups not found by 'mkgroup --domain'

2000-11-09 Thread Rick Rankin
OK, I think I've figured this out. We use a tool called "Microsoft User Manager for Domains" to manage domain user and group accounts. That tool has the ability to add what it calls a "global" or a "local" group. It turns out that a "local" group means a group that is local to the domain

Re: [ANNOUNCEMENT] Updated: OpenSSH-2.3.0p1

2000-11-09 Thread Corinna Vinschen
Charles Wilson wrote: Okay. It seems to be a false alarm. My original tests used the graphical sftp client from ssh.com, which does an 'ls' as its first operation -- and as you point out, 'ls' doesn't work without your latest cygwin patch. I'm glad that it helps. However, from linux:

Re: No manual entry in 98, but OK in NT

2000-11-09 Thread AlbertGalick
After rebooting, I notice man doesn't work in NT or 98. The man.conf file is still untouched. (echo -e ".pl 1100i"; cat /usr/man/man1/man.1; echo ".pl \n(nlu+10") | /usr/bin/tbl | /usr/bin/groff -Tascii -mandoc | less -is still gives me a man man page in 98 and also in NT. Here's what

xemacs gdb source file paths

2000-11-09 Thread David Ward
I have a problem involving the Cygwin paths. I'm using the X11 lib with my Cygwin (on NT). When I run gdb in Xemacs it can't find the source files. I know this has been an issue before, I've tried the solution on this list, but this appears to be a different situation ? Backtrace works and

Re: CVS install, resolution?

2000-11-09 Thread Weiqi Gao
Charles Wilson wrote: Yes. The latest release of cvs (as of Monday, Oct 30) fixed this problem. See: http://sources.redhat.com/ml/cygwin/2000-09/msg00745.html for further details on the bug, and the following two messages for details on the fix: Thank you. The updated version worked for

Re: 1.1: shouldn't 'find' be case-insensitve?

2000-11-09 Thread Corinna Vinschen
John Williams wrote: The subject line pretty much says it all. Windows file systems are case-insensitive, so it seems like the argument to the -name option of find should be as well, or there should at least be an option for this. find -iname -- Corinna Vinschen Please,

Re: 1.1: shouldn't 'find' be case-insensitve?

2000-11-09 Thread Larry Hall (RFK Partners, Inc)
At 06:20 PM 11/9/2000, John Williams wrote: The subject line pretty much says it all. Windows file systems are case-insensitive, so it seems like the argument to the -name option of find should be as well, or there should at least be an option for this. John Williams BOPS, Inc. There is.

RE: Installation of OpenSSH on NT

2000-11-09 Thread John Pollock
Is there a way to add the additional rights to a local user in an install script, i.e. from the command line ? Hints to tools, papers, etc. are appreciated. I can't remember the name of the tool, but one of the programs that comes with the NT Resource Kit can do this'ntrights' maybe? Yes

RE: cygwin problem with *.exe

2000-11-09 Thread John Pollock
[CYGSERV] ~ ipconfig.exe ipconfig.exe: Command not found. Does anybody have an idea what's going on? Have you tried calling some tool in /winnt/system32 other than notepad (i.e. write.exe) and seen if that works? Also, is c:\winnt\system32 in your system PATH? Not that this should matter if

using non-versioned tar.gz file with new setup.exe

2000-11-09 Thread John Pollock
directory created by the download and then re-run setup (this time choosing to Install From Local Directory), setup is still only offering the 20001012 version of ash, not the version i put in. I tried putting a version number into my tar file (i.e. making it ash-20001109.tar.gz) but it still isn't

Re: using non-versioned tar.gz file with new setup.exe

2000-11-09 Thread DJ Delorie
ash-20001109.tar.gz) but it still isn't apparently noticed by setup. Is there a supported way to do this? I'm pretty sure that editing setup.ini to try to indicate there's a different version present is not the way to go. If you *have* a setup.ini, it controls *everything*. If you *don't

Re: make question

2000-11-09 Thread Earnie Boyd
--- [EMAIL PROTECTED] wrote: Hi all, I'm trying to compile Java files. Then I have .SUFFIXES = .java .class all: Base.class .java.class: javac $ My question is, how can I tell "make" to look NOT in the current directory for Base.class for the comparison?? I like to

'aux' special file everywhere

2000-11-09 Thread Bill Karh
Hey, The 'aux' special file keeps following me... $ cd /tmp; ls -l aux crw-r--r-- 0 0Everyone 0, 0 Dec 31 1969 aux $ cd /bin; ls -l aux crw-r--r-- 0 0Everyone 0, 0 Dec 31 1969 aux Regards, Bill --

Re: Can not found crt1.o when using -mno-cygwin option

2000-11-09 Thread Christopher Faylor
On Thu, Nov 09, 2000 at 03:15:11PM +0800, Topas wrote: After install cygwin-1.1.5-6, mingw-20001103-1, w32api-20001103-1, = gcc-2.95.2-4 When compiling a program with -mno-cygwin option,=20 gcc t1.c -mno-cygwin /usr/bin/ld: cannot open crt1.o: No such file or directory collect2: ld returned 1

Re: Case-insensitive globbing (was RE: Cygnus question)

2000-11-09 Thread Christopher Faylor
On Thu, Nov 09, 2000 at 11:09:16AM -0500, Town, Brad wrote: The problem is that the glob() function is exported from the DLL. I don't know if its operation should be under the control of the CYGWIN environment variable when it is called by the program directly. I don't think it should

Re: Can not found crt1.o when using -mno-cygwin option

2000-11-09 Thread Charles Wilson
Christopher Faylor wrote: On Thu, Nov 09, 2000 at 12:40:08PM -0500, Charles S. Wilson wrote: There seem to be a few mistakes in the specs file; the following seems to work (however, the "right" fix is somewhere in the bowels of the gcc source code, so that the specs file is *generated* to

Compiling Mesa under cygwin 1.1.4 with Windows98

2000-11-09 Thread Yusuf Pisan
I am trying to compile Mesa using cygwin 1.1.4 (full installation) under Windows98. I have run into some problems and would appreciate some help. I would like to have Mesa3.4 under Windows98 and under solaris with the same demo programs working on both systems. Is it possible to compile

RE: How to make an extension of Python

2000-11-09 Thread Mitsuo Igarashi
Jason | May I have questions? | | Question 1). | Why does the usual build up of python end in a failure in making an | extension? | |Because the usual Cygwin Python build does not produce the import |library needed by extensions and even if it did python.exe does not |export those symbols

Start cygwin program in new window

2000-11-09 Thread Andrej Borsenkow
Is it possible to start a Cygwin program in new window like "start" in cmd.exe? I mean, when I'm already running Cygwin program like bash. Actually, two subquestions: - is there any shell level utility to do it? - is there some API so that I could create my own utility? -andrej Have a nice

RE: questions on DISPLAY and libX11.a

2000-11-09 Thread Suhaib Siddiqi
John, what is your opinion? I am actually getting frustrated with SourceForge.Net. Most (almost all) of the mails for help now go unanswered? A lot of Win32 users are interested in MSVC support. I would take Chris offer, if you do not mind and move the project to Sources.redhat.com? Chris,

RE: miSprite Solution (?) Re: [ANNOUNCEMENT] Overlay and No DirectInput Test 4

2000-11-09 Thread Suhaib Siddiqi
John, Are you compiling with with -DSCREENSAVER and -DRENDER flags? I noticed in Harold Makefiles, he was. I would not recommend using -DSCREENSAVER and -DRENDER flags. Suhaib -Original Message- From: John Fortin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 08, 2000 10:20

RE: miSprite Solution (?) Re: [ANNOUNCEMENT] Overlay and No DirectInput Test 4

2000-11-09 Thread Suhaib Siddiqi
John, I forwarded a copy of your following mail to [EMAIL PROTECTED] Let's see what one of the main developer over there suggests. Suhaib -Original Message- From: John Fortin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 08, 2000 10:20 PM Cc: [EMAIL PROTECTED] Subject:

Re: miSprite Solution (?) Re: [ANNOUNCEMENT] Overlay and No DirectInput Test 4

2000-11-09 Thread John Fortin
Suhaib Siddiqi wrote: John, Are you compiling with with -DSCREENSAVER and -DRENDER flags? I noticed in Harold Makefiles, he was. I would not recommend using -DSCREENSAVER and -DRENDER flags. Suhaib They were added during the default makefile creation. Do we need to turn these

RE: miSprite Solution (?) Re: [ANNOUNCEMENT] Overlay and No DirectInput Test 4

2000-11-09 Thread Harold Hunt
John, That's the same problem I found... the stuff within #ifdef RENDER doesn't work for Cygwin, I commented it out in the test builds that I have been distributing. I'm guessing that RENDER has something to do with DRI, in which case I would guess that we probably don't want RENDER defined for

RE: miSprite Solution (?) Re: [ANNOUNCEMENT] Overlay and No DirectInput Test 4

2000-11-09 Thread Suhaib Siddiqi
-Original Message- From: John Fortin [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 09, 2000 8:00 AM Cc: [EMAIL PROTECTED] Subject: Re: miSprite Solution (?) Re: [ANNOUNCEMENT] Overlay and No DirectInput Test 4 Suhaib Siddiqi wrote: John, Are you compiling with