I can not build crossgcc

2001-12-05 Thread Ricky Chan
Hi friend, I build gcc for ARM target development, but it does not successfully. I am using gcc-core-2.95.2.tar.bz2 and gcc-g++-2.95.2.tar.bz2 under cygwin. configure gcc /src/gcc/gcc-2.95.2/configure --target=arm-elf \ --prefix=/tools \ --exec-prefix=/tools/H-i686-pc-cygwin \ --with-gnu-as --wi

Re: Debug version of cygwin dll

2001-12-05 Thread Gerrit P. Haase
Hallo Polley, Am 2001-12-05 um 22:30 schriebst du: >> ./configure >> make > if this is the incorrect way to do it? This script is from Ch. Wilson (The Master of Puppets;) Ciao, Gerrit P. Haasemailto:[EMAIL PROTECTED] -- =^..^= cygwin-build Descript

Re: grep refusing to descend into directories on Win95

2001-12-05 Thread Gerrit P. Haase
Hallo Charles, Am 2001-12-05 um 20:19 schriebst du: > grep has been refusing to descend into directories on my Win95 [...] > Any suggestions? I have a version of rgrep which acts a little friendlier here: http://familiehaase.de/cygwin.html, (look for rgrep-1.6.tar.bz2) There is also the manpa

RE: experimental texmf packages

2001-12-05 Thread Billinghurst, David (CRTS)
Jan, I have successfully installed your texmf packages using setup. I just put your files in my existing downloaded files and edited my existing setup.ini to add the texmf-* hints. Simple tests for tex, latex and dvips work. I will have a play over the weekend and see what I can break. -

NEWS RELEASE: VersaCheck 2002

2001-12-05 Thread Sarah Davis
Subscriber verification requested for: [EMAIL PROTECTED] Good Afternoon! Your Email address has been submitted for inclusion into our FREE Email News Service. We provide News Release Information regarding productivity hardware and software available through major US Retail stores and select

Re: No longer can compile w/ -mno-cygwin

2001-12-05 Thread David Rothenberger
I had the same problem and discovered that /usr/include/mingw and /usr/lib/mingw were essentially empty. I corrected the problem by re-installing the mingw and mingw-runtime packages (in the Devel group). HTH, Dave "Weber, Neil" wrote: > > I just upgraded my Cygwin installation and the C++ pro

cygwin 1.3.6-3 and xemacs

2001-12-05 Thread Ryan T. Sammartino
I read on this list that someone else had problems with xemacs crashing with 1.3.6. Here is my experience with 1.3.6-3 and xemacs 21.4.5: anytime I try to visit a file, xemacs simply exits with code 1. It doesn't crash (at least according to gdb). It simply exits. Going back to 1.3.5-x fixes

No longer can compile w/ -mno-cygwin

2001-12-05 Thread Weber, Neil
Hello, I just upgraded my Cygwin installation and the C++ program that I used to compile no longer compiles. I don't remember which version of cygwin I was using for which it did compile, but it was probably the September release. Here's my g++ command line: g++ -s -mwindows -mno-cygwin -c -o

Re: No username for userid?

2001-12-05 Thread Collin Grady
try mkpasswd -l > /etc/passwd -Collin Descartes was sitting in a bar. The bartender comes up and asks if he wants another. "I think not," he says, and promptly vanishes. On Wed, 5 Dec 2001, Daniel Rosenzweig wrote: > I just installed (using setup.exe) cygwin on an NT 4 machine > The sh pr

No username for userid?

2001-12-05 Thread Daniel Rosenzweig
I just installed (using setup.exe) cygwin on an NT 4 machine The sh prompt tells me that I don't have a username --- when I do an 'id' I get a uid, but no name... when I try to rlogin (even with -l )it tells me that I don't have a username... I have a $USERNAME btw. There is no /etc/passwd f

Re: RPM & packages

2001-12-05 Thread Charles Wilson
Collin Grady wrote: > > I don't know if this helps at all, but there is a Cygwin/RPM > project on sourceforge. > > http://sourceforge.net/projects/cygwin-rpm/ Yeah, but no activity since Nov 2000, and the homepage: http://cygwin-rpm.sourceforge.net/ says "Cygwin-RPM project discontinu

Re: RPM & packages

2001-12-05 Thread Collin Grady
I don't know if this helps at all, but there is a Cygwin/RPM project on sourceforge. http://sourceforge.net/projects/cygwin-rpm/ -Collin Descartes was sitting in a bar. The bartender comes up and asks if he wants another. "I think not," he says, and promptly vanishes. -- Unsubscribe

Re: experimental texmf packages

2001-12-05 Thread Charles Wilson
Robert Collins wrote: > do porting. So the point is that if RPM had been contributed, and you > maintain *just that one package* as an official package (Hey, Chuck this > goes for you too :}) Yeah, but I don't have that itch. Sorry, but I don't really *care* about rpm itself. I just liked the

cygwin-1.3.6-4 released

2001-12-05 Thread Christopher Faylor
I'm back home and took a look at the completion bug. The fix was simple so I released a new version of cygwin. Thanks, Robert, for providing precise instructiosn for duplicating the problem. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cy

Re: experimental texmf packages

2001-12-05 Thread Charles Wilson
@%!@#$ AT&T@home smtp server it lost my reply to this message, so this is try #2... Jan Nieuwenhuizen wrote: > Well, I still thought it was silly to have identical forward and > backward patches, when we have a patch -R flag. Normal mode of > operation is to (apply and) supply forward patch

Re: Bash Scripts

2001-12-05 Thread MarK Stucky
As someone has already pointed out "!#/bin/bash" should be "#!/bin/bash". It looks like your problem is that your script is named "test". Try typing ./test and then try man test --Mark - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, De

Re: Bash Scripts

2001-12-05 Thread Collin M Grady
The script should start #!/bin/bash, not !#/bin/bash ;-) -Collin On Wed, 5 Dec 2001 [EMAIL PROTECTED] wrote: > Cygwin developers, > > > >I am running cygwin on a NT box. I am trying to create a script which > >will rcp files in a directory from one host to another. > >After

Re: -mno-cygwin and SDL

2001-12-05 Thread Earnie Boyd
mailbox:/C|/Program Files/Netscape/Users/earnie_boyd/Mail/Inbox.sbd/Cygwin.sbd/Cygwin Users?id=1007584625.12707.ezmlm%40cygwin.com&number=15322648&part=1.31 I just had this discussion this morning on cygwin-apps. You can't add -I/usr/include when using -mno-cygwin. -mno-cygwin causes the MinGW

Re: dll not found, bad entry point problems

2001-12-05 Thread Charles Wilson
Bob Calco wrote: > > Hello all: > > I'm a windows guy, trying out this Cygwin thing. I downloaded cygwin on both > my laptop and my desktop, with all the devel tools and such and a bunch of > utilities. I'm having problems on my laptop -- which has the same version of > just about everything as

Re: questions on dlopen

2001-12-05 Thread John Peacock
> On Wed, Dec 05, 2001 at 02:45:04PM +0100, [EMAIL PROTECTED] wrote: > > >I try to port a tool 'ccmalloc' for detection of memory leaks to Win32 via > >cygwin. At the moment this tool is known to compile on Linux and Solaris > >only. If you want to have a look on it: > > > >http://www.inf.ethz.ch/

Re: Safety of ssh-agent re: fake unix sockets?

2001-12-05 Thread Christopher Faylor
On Wed, Dec 05, 2001 at 11:48:01AM +0300, egor duda wrote: >I'd like to stress again that cygwin is still insecure and can be >exploited by users locally logged on, but there's no known remote >exploits. If anyone knows about the ways to exploit cygwin remotely, >_please_ report them to cygwin-dev

Bash Scripts

2001-12-05 Thread kevin . a . abram
Cygwin developers, > >I am running cygwin on a NT box. I am trying to create a script which >will rcp files in a directory from one host to another. >After inserting the appropriate commands, I return to the prompt and >type the file name. But nothing happens, I simply >get an

Re: questions on dlopen

2001-12-05 Thread Christopher Faylor
Please check out the project web page for links to available information and ports: http://cygwin.com/ . If you don't see what you need there, then the cygwin mailing list is the best place to make observations or get questions answered. Information on the mailing list is available at the projec

RE: Debug version of cygwin dll

2001-12-05 Thread Polley Christopher W
Thanks, my apologies for asking a FAQ; I didn't see it on the list. I'll give these methods a try and see how it goes. Having done the make/make install from my source tree, do I have to repair anything now? Where can I find more information on the rationale behind not building in the src dire

dll not found, bad entry point problems

2001-12-05 Thread Bob Calco
Hello all: I'm a windows guy, trying out this Cygwin thing. I downloaded cygwin on both my laptop and my desktop, with all the devel tools and such and a bunch of utilities. I'm having problems on my laptop -- which has the same version of just about everything as my desktop -- that I'm not havin

Still gcc problems

2001-12-05 Thread Tristan Nowak
I have further circumscribed the problem: "gcc cprogram.c -o cprogram.exe- v" creates the following output, i.e. it trys to run the following programs: Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/specs gcc version 2.95.3-5 (cygwin special) *** cpp0.exe *

Re: Debug version of cygwin dll

2001-12-05 Thread Peter Buckley
Ah. I guess that would be the wrong part :-) I don't ever build inside the source tree. I don't install the source, I just download it, and I manually extract to srcdir=/cygdrive/d/compile-dir and then cd /cygdrive/d/compile-dir mkdir build ../configure make I just assumed (and I know what tha

Re: Debug version of cygwin dll

2001-12-05 Thread John Peacock
Peter Buckley wrote: > > I don't do the "make install" part- is that the wrong part? Otherwise > the part about > > cd srcdir > mkdir build > ../configure > make > The first line in the FAQ on rebuilding the tools: Note: You must build in a directory outside the source tree.

Re: Old Thread: Cygwin Performance

2001-12-05 Thread Tim Prince
> > -Original Message- > > From: Tim Prince [mailto:[EMAIL PROTECTED]] > > Sent: Sunday, December 02, 2001 10:58 PM > > To: Ralf Habacker > > Cc: Cygwin > > Subject: Re: Old Thread: Cygwin Performance > > > > The QueryPerformance() calls are still giving 1.00 second timing resolution on a

Re: -mno-cygwin and SDL

2001-12-05 Thread CaetSith7
[EMAIL PROTECTED] wrote: >[EMAIL PROTECTED] wrote: >>[EMAIL PROTECTED] wrote: >>> >>> Hi, I downloaded and compiled SDL-1.2.3 from source in cygwin, and suprisingly I got it to work. Then I tried to set -mno-cygwin so that the app would work outside of Cygwin, but I get: >>> >>> $ make win >>

Re: Debug version of cygwin dll

2001-12-05 Thread Peter Buckley
I don't do the "make install" part- is that the wrong part? Otherwise the part about cd srcdir mkdir build ../configure make builds a the cygwin1.dll quite well on NT and win2k. And the FAQ, docs, readmes, MLA, etc lacked any information to help me in my search to learn how to successfully bu

Re: Debug version of cygwin dll

2001-12-05 Thread egor duda
Hi! Wednesday, 05 December, 2001 Peter Buckley [EMAIL PROTECTED] wrote: PB> You need to bunzip2 and untar the src, then cd to PB> /usr/src/cygwin-1.3.5-3 (or wherever you extracted it to) and do the PB> following: PB> mkdir build PB> cd build PB> ../configure PB> make PB> make install please

Re: -mno-cygwin and SDL

2001-12-05 Thread CaetSith7
[EMAIL PROTECTED] wrote: >[EMAIL PROTECTED] wrote: >> >> Hi, I downloaded and compiled SDL-1.2.3 from source in cygwin, and suprisingly I got it to work. Then I tried to set -mno-cygwin so that the app would work outside of Cygwin, but I get: >> >> $ make win >> gcc test1.C -mno-cygwin -I /usr

Re: I cannot use Linux drive in CygWin

2001-12-05 Thread Charles Wilson
Maxim wrote: > > Hello. I have this problem: Slackware Linux crash with very important > files on hard drive. I think, this is hardware problem with boot > sector. I can format HDD and reinstall Linux, but i lose all files on > HDD. I want plug this HDD to other PC and copy all important data int

Re: Debug version of cygwin dll

2001-12-05 Thread Peter Buckley
You need to bunzip2 and untar the src, then cd to /usr/src/cygwin-1.3.5-3 (or wherever you extracted it to) and do the following: mkdir build cd build ../configure make make install Also, I don't know if you need to manually export CFLAGS=-g, just don't strip the dll after you build it. IIRC

I cannot use Linux drive in CygWin

2001-12-05 Thread Maxim
Hello. I have this problem: Slackware Linux crash with very important files on hard drive. I think, this is hardware problem with boot sector. I can format HDD and reinstall Linux, but i lose all files on HDD. I want plug this HDD to other PC and copy all important data into other hard, and then f

Re: Illegal User Error Attempting to Authenticate in sshd

2001-12-05 Thread Dave Pinsker
Thanks for your quick response, Corinna. > A good way to debug problems in sshd when started as service is, > Use `-d' instead of `-D' as argument. I am using sshd's '-d' switch to dump the output quoted in my last message (please see last thread). > Another very important point

GCC doesn't do anything, not even printing an error message !

2001-12-05 Thread Tristan Nowak
Hi, I'm trying and trying but I can't figure out, what I'm making wrong. If I run gcc, e.g. "gcc hello.c -o hello" it doesn't print any messages, as if everything went fine, but it never produces an executable. If I give it a code full of errors, it doesn't even complain and it never prints an err

grep refusing to descend into directories on Win95

2001-12-05 Thread Charles Hixson
grep has been refusing to descend into directories on my Win95 computer. It says it has been refused permission. This is true in both the 12/05/2001 and the 12/04/2001 versions of CygWin (when it didn't work, I did an update, and I had just updated recently). I tried closing every applica

Re: [ANNOUNCEMENT] New on sourceware: cygutils-0.9.7-1

2001-12-05 Thread Charles Wilson
rotaiv wrote: > I used setup to download the latest files and this cygutils was included. > When I ran setup to install the files, I selected "Skip" for this > particular package. Each time I run Setup, I still have to click "Skip" > for the cygutils package. Is there a way to make S

Debug version of cygwin dll

2001-12-05 Thread Polley Christopher W
Hello, I'm trying to build cygwin(-1.3.5.3) with the debug symbols included. I exported CFLAGS=-g, then did ./configure, make, and make install; but only the .a libraries were built. Is there more info available about the makefile targets in this package? The README doesn't mention it and it's

problems compiling curl under Cygwin

2001-12-05 Thread Roth, Kevin P.
cURL just released a new version, so I tried to compile it. I ran into an error during compilation, so I tried compiling a previous version of curl (which used to compile just fine), and it doesn't work either. So, I jumped onto another machine with no pre-existing version of cygwin (in case I scr

Re: [ANNOUNCEMENT] New on sourceware: cygutils-0.9.7-1

2001-12-05 Thread rotaiv
I used setup to download the latest files and this cygutils was included. When I ran setup to install the files, I selected "Skip" for this particular package. Each time I run Setup, I still have to click "Skip" for the cygutils package. Is there a way to make Setup always skip this package

Re: GCC : -static option does not generate statically linked executable

2001-12-05 Thread Charles Wilson
[EMAIL PROTECTED] wrote: > Hi, > > I am trying to generate an executable, using "gcc -static" option. > The generated file is dynamically linked! As if the "-static" option was > simply ignored. > > The output of "cygcheck" is as follows : > > Error: could not find libX11.dll > C:\cygwin\bin

WinMain in DLL

2001-12-05 Thread Martin Raatz
Hi, I'm trying to compile an application for the Siemens PDA IC35. The SDK comes with libraries and header files for VC++. The WinMain function is inside the ic35sdk.dll . How can I get cygwin to do this ? Every try results in an error WinMain@16 not found. -- Best regards, Martin

Re: experimental texmf packages

2001-12-05 Thread Charles Wilson
Jan Nieuwenhuizen wrote: > Do we already have -src packages that adhere to this new convention? Yep. mktemp. automake, automake-devel, automake-stable, autoconf, autoconf-devel, autoconf-stable, cygutils, ... > If it's not too late, it would be very nice if they could be > distinguished fro

Re: Scripts

2001-12-05 Thread Peter Buckley
Does the script have "#!/bin/bash" at the top? Does it have bash-only commands and is possibly being executed by sh? Is the script in your path? Have you tried putting "set -x" at the top of the script? Maybe include the contents of the script in your post. More information about your problem

RE: problem with make (from cygwin-apps)

2001-12-05 Thread Ralf Habacker
> -Original Message- > From: Robert Collins [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 05, 2001 2:03 PM > To: Ralf Habacker; [EMAIL PROTECTED] > Subject: Re: problem with make > > > - Original Message - > From: "Ralf Habacker" <[EMAIL PROTECTED]> > ... > > > >> Does any

C API documentation

2001-12-05 Thread Jacob Kantor
Hello. Where can I get man pages for C API supported by Cygwin? I have found pages of most simple API functions, but there are no pages for pthread.h functions and semaphore.h functions for example. Where can I get them? With respect, Jacob Kantor -- Unsubscribe info: http://cygwin.com/ml

Scripts

2001-12-05 Thread kevin . a . abram
Cygwin developers, I am running cygwin on a NT box. I am trying to create a script which will rcp files in a directory from one host to another. After inserting the appropriate commands, I return to the prompt and type the file name. In Unix this executes the script if the appropr

Re: cvs/ssh and rsa based authentication

2001-12-05 Thread CyberZombie
One additional note: if strictmodes=yes then mode 755 must be used for directories ~ and ~/.ssh ... Andreas Schorr wrote: >Mark Himsley schrieb: > >>This is my guess: >> >>Your Cygwin ssh client and the server you are connecting to have probably >>decided to use SSH2 protocol but you have not

GCC : -static option does not generate statically linked executable

2001-12-05 Thread T-FERNANDEZ
Hi, I am trying to generate an executable, using "gcc -static" option. The generated file is dynamically linked! As if the "-static" option was simply ignored. The output of "cygcheck" is as follows : Error: could not find libX11.dll C:\cygwin\bin\cygwin1.dll C:\WINNT\System32\KERNEL32.dl

Re: cygwin 1.3.6 + bash 2.05a-2 + command completion

2001-12-05 Thread Yllman, Jens
More information. When I have all the mounts up that's in the PATH things work. And if you write /oll and press TAB and it matches nothing it just works fine. BUT if you write /cygdrive/z/a and press TAB and z does not exist, it dies. This is just info for anybody who is looking at this. Jens

RE: cygwin1.dll

2001-12-05 Thread Ronald Landheer
Go to www.cygwin.com and click on "install Cygwin now". This will download the setup program, which will set up a Cygwin environment for you, wit whatever you select and it's dependencies - including but not exclusively cygwin1.dll If you need it for a program that relies on it, but does't supply

E303: Unable to open swap file for "xxx", recovery impossible

2001-12-05 Thread Sommer, Thorsten
Hola, folx ... my nice clean and completly NEW installation of cygwin returns: E303: Unable to open swap file for "xxx", recovery impossible when calling vim for any file. Plattform is W2K in a domain environment. And after various attempts to install cygwin here, it seems as a problem of ac

Re: cygwin 1.3.6 + bash 2.05a-2 + command completion

2001-12-05 Thread Yllman, Jens
Hi, I tried to take a shot at this. But I did not manage to compile the cygwin source. I'm not sure how to do that. I also failed to compile the cygcheck program to find a possible missfeature in that program. And at the moment I don't have the time to find out what is going wrong with that.

cygwin1.dll

2001-12-05 Thread Amoediun Trepcoze
where can I download just the lastest cygwin1.dll? or can u email it to me?please? -- 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: setup.exe

2001-12-05 Thread Robert Collins
=== - Original Message - From: "John Daniel Doucette" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 06, 2001 1:19 AM Subject: setup.exe > Hi, > > How you tell setup.exe to download to a local directory the absolute latest > of EVERYTHING. You don't. This is in th

setup.exe

2001-12-05 Thread John Daniel Doucette
Hi, How you tell setup.exe to download to a local directory the absolute latest of EVERYTHING. By default "full" appears to come up with mostly "skip" for each item. It is rather difficult to go through the "full" list item by item, clicking through the available versions to pick the latest

Re: experimental texmf packages

2001-12-05 Thread Jan Nieuwenhuizen
"Robert Collins" <[EMAIL PROTECTED]> writes: > Build environments to recreate a -src package need > a) pristine source TARBALL. > b) patch for current -x version > c) extracted and patched working dir. > the pre-patch -src requirement has been. See > http://www.cygwin.com/setup.html. No mention

Re: How do I install the most stable release?

2001-12-05 Thread Robert Collins
It's a bug. Run setup.exe again, just click Next on the chooser screen without changing anything. Rob === - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 05, 2001 2:47 AM Subject: Q: How do I install the most stable release? > Yesterday I

Re: experimental texmf packages

2001-12-05 Thread Robert Collins
- Original Message - From: "Jan Nieuwenhuizen" <[EMAIL PROTECTED]> > > Well, I still thought it was silly to have identical forward and > backward patches, when we have a patch -R flag. Normal mode of > operation is to (apply and) supply forward patches; now my (and > everyone else's pack

Re: inetd service issues - cygrunsrv (was: cygrunsrv sshd fails: Some clues)

2001-12-05 Thread Corinna Vinschen
On Wed, Dec 05, 2001 at 07:46:25AM -0500, Shawn Behrens wrote: > Hi, > > >Inetd has been ported many moons before cygrunsrv came to existence. > >So it has the NT service handling code builtin. > > I see. inetd would refuse to start on both my 2k and my XP machine. I have > resolved this now:

Re: cygwin 1.3.6 + bash 2.05a-2 + command completion

2001-12-05 Thread Christopher Faylor
On Wed, Dec 05, 2001 at 11:49:25PM +1100, Robert Collins wrote: >FWIW I think that cygwin is dying, not bash. > >However, as I haven't looked at the code ...and no one else will, of course. I'm going to be inaccessible for a couple of days. I fully expect that either Corinna will fix it or

Re: cvs/ssh and rsa based authentication

2001-12-05 Thread Andreas Schorr
Mark Himsley schrieb: > This is my guess: > > Your Cygwin ssh client and the server you are connecting to have probably > decided to use SSH2 protocol but you have not appended your > ~/.ssh/id_dsa.pub to the servers ~/.ssh/authorized_keys2. > > Either stick to SSH1 by using the -1 option to the

Re: problem with make

2001-12-05 Thread Earnie Boyd
Ralf Habacker wrote: > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf Of Christopher Faylor > > Sent: Tuesday, December 04, 2001 4:57 PM > > To: [EMAIL PROTECTED] > > Subject: Re: problem with make > > > > > > On Tue, Dec 04, 2001 at 08:14:04PM

Re: cvs/ssh and rsa based authentication

2001-12-05 Thread Andreas Schorr
Bjoern Kahl AG Resy schrieb: > On Wed, 5 Dec 2001, Andreas Schorr wrote: > > > Unfortunately the same thing doesn't work, if I login to the > > same server from a Windows 2000 client using Cygwin. > > Although I have created another public/secret key pair on > > the Windows 2000 system and put th

inetd service issues - cygrunsrv (was: cygrunsrv sshd fails: Some clues)

2001-12-05 Thread Shawn Behrens
Hi, >Inetd has been ported many moons before cygrunsrv came to existence. >So it has the NT service handling code builtin. I see. inetd would refuse to start on both my 2k and my XP machine. I have resolved this now: I needed c:\cygwin\bin in the PATH, so cygwin1.dll can be found by the inet

RE: Benchmarking tools

2001-12-05 Thread Ralf Habacker
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf > Of Piyush Kumar > Sent: Wednesday, December 05, 2001 5:26 AM > To: Cygwin@Cygwin. Com > Subject: Benchmarking tools > > > > > Anyone has any compilation of any benchmarking tools > like lmbench on cy

Re: cygwin 1.3.6 + bash 2.05a-2 + command completion

2001-12-05 Thread Robert Collins
FWIW I think that cygwin is dying, not bash. However, as I haven't looked at the code Rob === - Original Message - From: "Yllman, Jens" <[EMAIL PROTECTED]> To: "Robert Collins" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, December 05, 2001 11:39 PM Subject: Re: cygwin

Re: cygwin 1.3.6 + bash 2.05a-2 + command completion

2001-12-05 Thread Yllman, Jens
Hi, The ChangeLog reports the following. 2001-11-24 Christopher Faylor <[EMAIL PROTECTED]> * fhandler_disk_file.cc (fhandler_cygdrive::readdir): Avoid reporting inaccessible drives. Maybe bash expect to get something like invalid drive or something. I've not checked bash.

Re: cvs/ssh and rsa based authentication

2001-12-05 Thread Bjoern Kahl AG Resy
Hallo ! Just a guess: On Wed, 5 Dec 2001, Andreas Schorr wrote: > Unfortunately the same thing doesn't work, if I login to the > same server from a Windows 2000 client using Cygwin. > Although I have created another public/secret key pair on > the Windows 2000 system and put the public key i

Re: cvs/ssh and rsa based authentication

2001-12-05 Thread Mark Himsley
This is my guess: Your Cygwin ssh client and the server you are connecting to have probably decided to use SSH2 protocol but you have not appended your ~/.ssh/id_dsa.pub to the servers ~/.ssh/authorized_keys2. Either stick to SSH1 by using the -1 option to the ssh client or transfer contents of

Re: experimental texmf packages

2001-12-05 Thread Jan Nieuwenhuizen
Charles Wilson <[EMAIL PROTECTED]> writes: First, thanks for your reply on my ranting mail, that went to the list by accident (look at Gerrit's address). > Silly? no. Difficult and painful, prompting questions like "surely > there is a better way"? yes. Well, I still thought it was silly to h

cvs/ssh and rsa based authentication

2001-12-05 Thread Andreas Schorr
Hi all, I've seen that there were already several discussions about cvs and ssh, but I have a so far undiscussed problem - maybe someone can help me. I already know how to use cvs in combination with ssh, and it works fine. Whenever you send an cvs command, then one of the available autenticatio

Error running cygcheck.

2001-12-05 Thread Yllman, Jens
Hi, I tried to run cygcheck. But I get 'cygcheck: dump_sysinfo: GetVolumeInformation() failed: 31' if I run cygcheck -s. It could have something to do with my system reporting having a e: and f: as a removable drive. But they don't exist. And I've found no way to remove them. I get some of the

Re: cygwin 1.3.6 + bash 2.05a-2 + command completion

2001-12-05 Thread Robert Collins
=== - Original Message - From: "Yllman, Jens" <[EMAIL PROTECTED]> > Hi, > > Yes, I have a /cygdrive/x in my path that is not always maped. When I > map it it works fine. Ok, in my mind that conforms the way to reproduce. I don't have time at the moment (sigh, I wish I did, I really do)

Re: cygwin 1.3.6 + bash 2.05a-2 + command completion

2001-12-05 Thread Yllman, Jens
Hi, Yes, I have a /cygdrive/x in my path that is not always maped. When I map it it works fine. Small question. Is putting a directory named cygdrive in your root a smart thing to do? It makes it possible to do 'cd /cygdrive'. But does that make 'find / -name ...' work poor? Or is it better?

Re: inetd 1.3.2-15 not respawn udp connections

2001-12-05 Thread Corinna Vinschen
On Wed, Dec 05, 2001 at 12:38:57PM +0100, Enrico Bernardini wrote: > Hi, > I found the "bug": > the problem was the "wait" option. > in inetd.c se_wait is definde short but it take the pid (int) values. > So (sep->se_wait == pid) never matchs and the server never restarts. > > Here is the very sm

Re: inetd 1.3.2-15 not respawn udp connections

2001-12-05 Thread Enrico Bernardini
Hi, I found the "bug": the problem was the "wait" option. in inetd.c se_wait is definde short but it take the pid (int) values. So (sep->se_wait == pid) never matchs and the server never restarts. Here is the very small patch to inetd.c (short => int) Regards Enrico Enrico Bernardini wrote: >

RE: cygwin mutt: Problem with line endings?

2001-12-05 Thread Gary R. Van Sickle
Hi Rainer, > Hello Gary, > > since you have introduced yourself to me as cygwin mutt maintainer some > time ago, I dare to contact you directly concerning my current mutt > trouble. > "Dare"? Oh come on, I'm not *that* scary am I?! ;-) It's always better though to post any questions to the cyg

Re: cygwin 1.3.6 + bash 2.05a-2 + command completion

2001-12-05 Thread Robert Collins
Chris, I've tracked this to having a element like /cygdrive/s/foo where does not exist in the PATH. I don't know why that path element didn't show for cygcheck, but there you are. So, steps to reproduce: export PATH=$PATH:/cygdrive/z/foo where z: doesn't exist Jens, can you check your path

Re: Run a perl script with cygwin

2001-12-05 Thread Mark Himsley
On Wed, 05 Dec 2001 09:51:37 + you wrote: >There is NO WAY you are going to directly run iu-config from Active State >Perl from outside of Cygwin because it is a Bash script. Sorry, this is supposed to read: There is NO WAY you are going to directly run iu-config from Active State Perl beca

Re: LD error (cygwin dll related)

2001-12-05 Thread Max Bowsher
I have the same problem sometimes, with tar. The solution for me is to shorten the PATH to just /bin. Perhaps you could try this, to see if the problems are linked? - Original Message - From: "Stephano Mariani" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 04, 2001 9

Re: cygwin 1.3.6 + bash 2.05a-2 + command completion

2001-12-05 Thread Corinna Vinschen
On Wed, Dec 05, 2001 at 10:32:47AM +0100, Yllman, Jens wrote: > Hi, > > I've hade the same problem since 1.3.6. And now I have 1.3.6-3 > installed. Still the same problem. 1.3.5 works fine. > > If you run sh instead of bash you get tab characters. So I guess it has > to do with the file find

Re: Run a perl script with cygwin

2001-12-05 Thread Mark Himsley
Please make sure that replies go to the Cygwin email list whom I am CCing this reply to. On Wed, 5 Dec 2001 10:07:17 +0100 (MET) you wrote: >I tried but it fails it says bad path with my script even it says that iu-config > The specified name is not recognized as being an internal command(order

Re: cygwin 1.3.6 + bash 2.05a-2 + command completion

2001-12-05 Thread Yllman, Jens
Hi, I've hade the same problem since 1.3.6. And now I have 1.3.6-3 installed. Still the same problem. 1.3.5 works fine. If you run sh instead of bash you get tab characters. So I guess it has to do with the file find process in bash. Jens Yllman -

Re: Illegal User Error Attempting to Authenticate in sshd

2001-12-05 Thread Corinna Vinschen
On Wed, Dec 05, 2001 at 09:44:01AM +0100, Corinna Vinschen wrote: > On Tue, Dec 04, 2001 at 05:32:08PM -0600, Dave Pinsker wrote: > > Using "cygrunsrv" to install a service is successful, however am unable > > to successfully start service either through "cygrunsrv -S" or Win's > > Service Manage

Re: Safety of ssh-agent re: fake unix sockets?

2001-12-05 Thread egor duda
Hi! Wednesday, 05 December, 2001 Seth Delackner [EMAIL PROTECTED] wrote: SD> Way back in January, in message SD> http://www.cygwin.com/ml/cygwin/2001-01/msg00063.html SD> I think Egor Duda, but perhaps David Peterson wrote SD> that the socket implementation in cygwin allowed an SD> attacker to

[ANNOUNCEMENT] New on sourceware: cygutils-0.9.7-1

2001-12-05 Thread Charles Wilson
cygutils-0.9.7-1 has been uploaded to the Cygwin net distribution. cygutils provides a collection of small -- and hopefully useful -- utilities. This package started life as the "misc" package from the "CygUtils" website, but has been renamed and has a new home: http://www.neuro.gatech.edu/use

Re: Illegal User Error Attempting to Authenticate in sshd

2001-12-05 Thread Corinna Vinschen
On Tue, Dec 04, 2001 at 05:32:08PM -0600, Dave Pinsker wrote: > Using "cygrunsrv" to install a service is successful, however am unable > to successfully start service either through "cygrunsrv -S" or Win's > Service Manager. Returns the error "Service did not return an error", > as seen in othe

Re: -mno-cygwin and SDL

2001-12-05 Thread Pavel Tsekov
[EMAIL PROTECTED] wrote: > > Hi, I downloaded and compiled SDL-1.2.3 from source in cygwin, and suprisingly I got >it to work. Then I tried to set -mno-cygwin so that the app would work outside of >Cygwin, but I get: > > $ make win > gcc test1.C -mno-cygwin -I /usr/include -lglut32 -lglu32 -l

Re: gcc newbie question

2001-12-05 Thread Pavel Tsekov
Myriam Abramson wrote: > > thanks so much. I'm always there. > > One more thing: I get an undefined reference to WinMain@16. What do I > am missing? Read the FAQ on cygwin.com - it contains an answer to your question. There are also many ather usefull topics covered in it :) -- Unsubscribe inf