Re: using rxvt with other shells

2003-02-20 Thread Elfyn McBratney
> On Thu, 20 Feb 2003, Igor Pechtchanski wrote: > > > On Thu, 20 Feb 2003, Elfyn McBratney wrote: > > > > > > On Wed, Feb 19, 2003 at 05:00:51PM -0500, Igor Pechtchanski wrote: > > > > >FYI, pdksh () compiles OOTB on > > > > >Cygwin and is a fully conformant ks

Re: remapping Cygwin 'bash' readline functions to PC keys

2003-02-20 Thread Igor Pechtchanski
On 20 Feb 2003, Bruce Dawson wrote: > I may be missing part of the conversation here, but > so far as I know, rxvt is only useful if you're running > a X server. (I don't have a cygwin system handy > to be sure.) Lee: I don't think this applies to your > problem. > > I may have put people off-trac

Re: remapping Cygwin 'bash' readline functions to PC keys

2003-02-20 Thread Randall R Schulz
Bruce, At the risk of sounding nasty, please don't dispense information unless you know it's true or have confirmed it (a very good way of knowing indeed). Cygwin's RXVT is a very special beast, being dual-hosted, in the sense that it runs either in X (if the DISPLAY environment is set) or as a

Re: remapping Cygwin 'bash' readline functions to PC keys

2003-02-20 Thread Bruce Dawson
I may be missing part of the conversation here, but so far as I know, rxvt is only useful if you're running a X server. (I don't have a cygwin system handy to be sure.) Lee: I don't think this applies to your problem. I may have put people off-track with my last message on this thread - because my

RE: Seg fault in home-built mutt

2003-02-20 Thread Gary R. Van Sickle
> I managed to get mutt built at the weekend such that > the dotlock stuff was external. The build I made was > as follows: [snip] > Everything seemed to be fine until I got an email > with some attachments, which caused a segmentation > fault. Curious, I switched to the standard build, > which d

Re: Installation problem, file "cygintl-2.dll" missing

2003-02-20 Thread Michael A Chase
On Fri, 21 Feb 2003 00:08:47 + (UTC) Roger Blake <[EMAIL PROTECTED]> wrote: > Today I attempted to install Cygwin on a Windows 2000 system, downloaded > the files first using "setup.exe," then ran setup to install. All packages > were selected for download and installation, and setup was run f

Remote ssh terminal hangs on Ctrl-C

2003-02-20 Thread Sudheer Tumuluru
Hi, I have a peculiar problem with remote ssh terminal on cygwin. The Win2k box has cygwin installed and sshd is running as a service. I connect remotely to this machine through ssh. I bring up a shell script which encapsulates a java command line invocation (java.exe from the Java SDK:

gcc requests crti.o

2003-02-20 Thread kkk
/home/me/gcc-3.2-3/i686-pc-cygwin/gcc/xgcc -B/home/me/gcc-3.2-3/i686-pc-cygw in/g cc/ -B/usr/local/mipsel-linux/bin/ -B/usr/local/mipsel-linux/lib/ -isystem /usr/ local/mipsel-linux/include -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite- stri ngs -Wstrict-prototypes -Wmissing-prototypes -isystem

Re: cygrunsrv points to incorrect path

2003-02-20 Thread Andrew DeFaria
Randall R Schulz wrote: Neal, True, that. I found that mixing native Apache with Cygwin Perl (for CGIs) doesn't work wellg. For reasons I never bothered to resolve, there was a very long delay between and incoming request and getting Cygwin Perl CGI scripts going. I was using the "cvsweb" sc

Re: remapping Cygwin 'bash' readline functions to PC keys

2003-02-20 Thread Thorsten Kampe
* Lee D. Rothstein (03-02-21 00:57 +0100) > Are you saying that I should try using use 'rxvt' in a console window as the > interface to *Cygwin*? No. man rxvt. It's not rxvt in a console window but instead of. "Cygwin" does not exist; it's just an illusion. All you interact with is a shell - bas

Re: cygrunsrv points to incorrect path

2003-02-20 Thread Andrew DeFaria
neal somos wrote: You do realize that there is native apache implementation available for various windows platforms. I myself am running apache on windows while I also use cygwin when I want to. Sometimes depending on heavy use of various text utilities and keyboard input the cygwin might cra

Re: remapping Cygwin 'bash' readline functions to PC keys

2003-02-20 Thread Lee D. Rothstein
re: using 'rxvt' to be able to discriminate between ^ , etc. in Cygwin 'bash' 'readline' John Mapoles, et al., Are you saying that I should try using use 'rxvt' in a console window as the interface to *Cygwin*? Remember, I'm not interfacing to another host when I run 'bash', in this ins

Re: stat/fstat incompatibility w/ unix sockets

2003-02-20 Thread Paul Swartz
On 20 Feb 2003 at 22:40, Corinna Vinschen wrote: > I created a testcase which allows me to reproduce your observation. > First of all let me say that thanks to your report I could find the > problem in Cygwin which explains the differences between stat() and > fstat(). However, I'm not quite sure

Re: GPL Violation

2003-02-20 Thread Robert Citek
Hello DJ, At 06:10 PM 2/20/2003 -0500, DJ Delorie wrote: >This is acceptable, but GPL 3b requires that you provide a *written* >promise to that effect. IMHO it only needs to be sufficiently legal >to be a binding contract - i.e. dated and authenticatable. How you >acheive that is up your lawyer

Re: info is not loading...

2003-02-20 Thread Joshua Daniel Franklin
On Thu, Feb 20, 2003 at 09:16:16AM -0800, Eduardo Osorio Armenta wrote: > > I have some troubles with > info > > a lot of packages show their information > but not the all > that i have under > /usr/info > > for example binutils.info Eduardo, This happens because some misbehaved packages over

Re: problem report: gawk 3.1.1

2003-02-20 Thread Thorsten Kampe
* Pieter Prinsloo (03-02-20 18:44 +0100) >>> (allthough the problem as stated is for cygwin - it can also be emulated in >>> Linux with gawk 3.1.0) >> Great! So it isn't Cygwin specific or related and therefor offtopic here. > > How you got to that great conclusion that it is not cygwin specific

Re: cygrunsrv points to incorrect path

2003-02-20 Thread Randall R Schulz
Neal, True, that. I found that mixing native Apache with Cygwin Perl (for CGIs) doesn't work wellg. For reasons I never bothered to resolve, there was a very long delay between and incoming request and getting Cygwin Perl CGI scripts going. I was using the "cvsweb" scripts that time. When I s

Re: cygrunsrv points to incorrect path

2003-02-20 Thread neal somos
You do realize that there is native apache implementation available for various windows platforms. I myself am running apache on windows while I also use cygwin when I want to. Sometimes depending on heavy use of various text utilities and keyboard input the cygwin might crash. But this has not

Laptop RS.17300 - Palmtop= PARTS - UPGRADE Mumbai ->> small USEFUL Details in side

2003-02-20 Thread Laptop Palmtop Mumbai Parts - Buy Sell Exchange Services
DEAR SIR, ITEMS- >> AVAILABLE LAPTOP-PALMTOP- BATTERY REFURBISHING - ADOPTER EXTERNAL/ HDD./parts/ cables car charger. REPAIRING- ADOPTER- Our services > Buy sell exchange- laptop printers - new / used /refurbished/ foreign traveled passenger items ……

Re: Mkpasswd Documentation Deficit; Mkpasswd -c Working?

2003-02-20 Thread Joshua Daniel Franklin
> > Pierre's recent suggestion to invoke "mkpasswd" with the "-c" option > > sent me to the documentation to learn what that option does. Neither > > "info" nor "man" document the "-c" option. > > Right, it's a very recent feature that has not made its way into the doc. > It was designed for eve

RE: GPL Violation

2003-02-20 Thread Robb, Sam
> Because there is no such beast. You can get some isolation relatively > easily but you can't get perfect interoperability between two > different versions of cygwin without quite a bit more work. Ah, it looks like I misunderstood the problem. My apologies. -Samrobb -- Unsubscribe info:

Re: cygrunsrv points to incorrect path

2003-02-20 Thread Max Bowsher
Malghan, Ravi wrote: > Hi: I am trying to run Apache as a service > cygrunsrv.exe -I "CYGWIN apache" -p /usr/sbin/httpd.exe -t manual > > But when I go to Services and look at the properties of this service, > under "Path to executable" it says > C:\cygwin\bin\cygrunsrv. Shouldn't this says > C:\

Re: GPL Violation

2003-02-20 Thread Robert Citek
At 08:16 PM 2/20/2003 +0100, Andrew Markebo wrote: >/ Corinna Vinschen <[EMAIL PROTECTED]> wrote: >|> >|> I make cygwin1.dll.bz2 available so that people can run the >|> static binaries. >| >| If you provide the Cygwin DLL in binary form, you must provide >| the sources of that version as well. >

Re: GPL Violation

2003-02-20 Thread Robert Collins
On Fri, 2003-02-21 at 05:44, Christopher Faylor wrote: > Maybe I will make the DLL available but not advertise it for people like > you who just want a place to point people. That would mean that you would > remove cygwin1.dll from your distribution and then just point people to > this "secret" l

Re: Win 2000 : Open Files With Word & Excel From The Command Line

2003-02-20 Thread Karl M
Hi Chris... Boo...hiss hiss I think that you are a phony. I think that you are really nice...and just faking the mean stuff...you are probably even nice to telemarketers at dinner time. Hi Chris..."I'm calling to tell you about a special opportunity to save on sandblasting your house and re..

Re: stat/fstat incompatibility w/ unix sockets

2003-02-20 Thread Corinna Vinschen
On Thu, Feb 20, 2003 at 01:23:43PM -0500, Paul Swartz wrote: > OK, here's what the script looks like on Cygwin: > - > stat from filename (49536, 1374655, 27579L, 1, 1005, 513, 51, > 1045764368, 1045764368, 1045764368) > stat from fileno (49590, 1672, 2816L, 1, 0, 0, 0, 1045764368, > 1045764

cygrunsrv points to incorrect path

2003-02-20 Thread Malghan, Ravi
Hi: I am trying to run Apache as a service cygrunsrv.exe -I "CYGWIN apache" -p /usr/sbin/httpd.exe -t manual But when I go to Services and look at the properties of this service, under "Path to executable" it says C:\cygwin\bin\cygrunsrv. Shouldn't this says C:\cygwin\usr\sbin\httpd.exe ? As a

Re: zsh, mkzsh, zsh.bat

2003-02-20 Thread Peter A. Castro
On Thu, 20 Feb 2003, Mattias Brändström wrote: > Hi! Hi Mattias, > I just tried to set up cygwin with zsh using the mkzsh script provided in > the distribution (the latest one as of February 20). After the script has > executed I get the expected shortcut on my desktop but when I double-click >

Has anyone used agetty with a modem?

2003-02-20 Thread BB
Has anyone used agetty with a modem? If so, how did you get the modem to answer the call. Is this done using the -e command option of agetty? I know the modem must answer the call, but I can't figure out how to communicate with the modem. The modem doesn't respond to anything I echo to /dev/tty

Libtool patch - installation of DLLs with ntsec

2003-02-20 Thread Max Bowsher
I just found this in a forgotten corner of my hard drive. The issue it was created to solve was that DLLs are installed without execute permission, when ntsec is on. I haven't tested this recently, because I decided some time ago that nontsec made my life a whole lot easier, but it did work when I

Re: GPL Violation

2003-02-20 Thread Christopher Faylor
On Thu, Feb 20, 2003 at 02:06:09PM -0500, Robb, Sam wrote: >So, why not offer versions of the dll that you *know* will not conflict >with an existing cygwin installation, or with other instances of the >stand-alone version of the cygwin dll? Because there is no such beast. You can get some isolat

Re: runlyx.bat does not start Cygwin LyX

2003-02-20 Thread Paul A. Rubin
[posted and mailed] Turns out tr is not the culprit. See comments interspersed below. Milos Komarcevic <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > At 15:15 18/02/2003 -0800, you wrote: >> >>So any command in any of those files will be executed before >> >>calling lyx. lyxwin32 does

Re: GPL Violation

2003-02-20 Thread Andrew Markebo
/ Corinna Vinschen <[EMAIL PROTECTED]> wrote: |> |> I make cygwin1.dll.bz2 available so that people can run the |> static binaries. | | If you provide the Cygwin DLL in binary form, you must provide | the sources of that version as well. Just a quick thought.. isn't it possible saying "I can send

RE: GPL Violation

2003-02-20 Thread Robb, Sam
> >Can't you provide a link to the latest released cygwin1.dll, what you > >do for snapshots ? > > I'll have to think about this. It's not a bad idea but given cygwin's > user base I suspect that it could lead to a lot more problems with > people who just download cygwin1.dll and then can't under

Re: cygwin 1.3.20-1 and python 2.2.2-5

2003-02-20 Thread Christopher Faylor
On Thu, Feb 20, 2003 at 02:01:36PM -0500, Jason Tishler wrote: >On Tue, Feb 18, 2003 at 11:17:02PM +0300, Dmitry Rozmanov wrote: >> It looks like Cygwin has a bug. > >It was and is fixed in Cygwin CVS: > >http://cygwin.com/ml/cygwin-cvs/2003-q1/msg00252.html I've generate a snapshot with this

Re: man problems - how to get a pre 1.5g-2 binary?

2003-02-20 Thread Shankar Unni
Ralf Hauser wrote: /cygdrive/c/data/MyDocRalf/bin/cgywin/usr/man:/cygdrive/c/data/MyDocRalf/McKBrC/man I also tried the version with it ending in a colon - no change Can you attach the output of "man -d" (as a text attachment, pls)? That'll tell you in full detail what man is doing. -- Shanka

RE: GPL Violation

2003-02-20 Thread Gerald S. Williams
<[EMAIL PROTECTED]> wrote: > > Please provide the Cygwin source that corresponds to the > > version of cygwin1.dll on the above web page at your > > earliest convenience. > > Not necessarily. See section 3 of the GPL (version 2) where other > alternatives are listed. Good point. You are not req

Re: cygwin 1.3.20-1 and python 2.2.2-5

2003-02-20 Thread Jason Tishler
On Tue, Feb 18, 2003 at 11:17:02PM +0300, Dmitry Rozmanov wrote: > It looks like Cygwin has a bug. It was and is fixed in Cygwin CVS: http://cygwin.com/ml/cygwin-cvs/2003-q1/msg00252.html Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fingerprint: 7A73 1405 7F

Re: MESA

2003-02-20 Thread Chan Kar Heng
>The actual libraries in the gcc command line (e.g., -lglut), and a >descriptive message subject. ;-) >Try "gcc -Wall -o test test.c -L/usr/local/lib -lGL -lGLU -lglut", or >something like that... try this instead... note the order of the libraries included: gcc -Wall -o test test.c -L/usr/loca

Re: GPL Violation

2003-02-20 Thread Christopher Faylor
On Thu, Feb 20, 2003 at 02:52:09PM -0300, Fr?d?ric L. W. Meunier wrote: >Corinna Vinschen wrote: > >>> I make cygwin1.dll.bz2 available so that people can run the >>> static binaries. > >> If you provide the Cygwin DLL in binary form, you must >> provide the sources of that version as well. > >Woul

Re: Question re. export environment variable

2003-02-20 Thread David Bath
Date: Thu, 20 Feb 2003 12:38:43 -0500 From: Shing-Fat Fred Ma <[EMAIL PROTECTED]> To: Bob McGowan <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: Question re. export environment variable Thanks, Bob. That's the way I expected it to work. I was just unsure of whether there was something cyg

RE: Mounting Drives

2003-02-20 Thread Harald Kierer
> -Original Message- > From: Steve [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 20, 2003 7:08 PM > To: [EMAIL PROTECTED] > Subject: Mounting Drives > I'm on windows 2000 and I have a lot of drives ( [A-Z] ). > > To access a file on another drive I have to issue a "cd" > command

RE: sshd, ftpd telnetd starts, but says incorrect passwd

2003-02-20 Thread Malghan, Ravi
I was getting an error: 550 Can't set gid. I had created the mkpasswd using the -d option and mkgroup wihout the -d option. Hence the user I was trying to logon had a gid which did not exist in the /etc/group. Thanks for all ur help. Ravi -Original Message- From: Don Sharp [mailto:[EMAIL

Re: stat/fstat incompatibility w/ unix sockets

2003-02-20 Thread Paul Swartz
OK, here's what the script looks like on Cygwin: - stat from filename (49536, 1374655, 27579L, 1, 1005, 513, 51, 1045764368, 1045764368, 1045764368) stat from fileno (49590, 1672, 2816L, 1, 0, 0, 0, 1045764368, 1045764368, 1045764368) - The lists correspond to (st_mode, st_ino, st_dev,

Re: GPL Violation

2003-02-20 Thread Corinna Vinschen
On Thu, Feb 20, 2003 at 02:52:09PM -0300, Frédéric L. W. Meunier wrote: > Corinna Vinschen wrote: > > >> I make cygwin1.dll.bz2 available so that people can run the > >> static binaries. > > > If you provide the Cygwin DLL in binary form, you must > > provide the sources of that version as well.

Mounting Drives

2003-02-20 Thread Steve
Hi; I'm on windows 2000 and I have a lot of drives ( [A-Z] ). To access a file on another drive I have to issue a "cd" command to that drive first. Is it possible to set things up so I do not have to do this? Please feel free to point me towards the appropiate place in the docsI didn't se

Re: runlyx.bat does not start Cygwin LyX

2003-02-20 Thread Milos Komarcevic
At 15:15 18/02/2003 -0800, you wrote: >>So what's the difference between lyx.exe and lyxwin32.exe? >>lyxwin32.exe will do the following to ensure a proper environment: >> >> 1) Running all startup scripts, i.e. the system wide /etc/profile >> all script in /etc/profile.d as well as your per

Re: GPL Violation

2003-02-20 Thread David Starks-Browning
On Thursday 20 Feb 03, Frédéric L. W. Meunier writes: > Corinna Vinschen wrote: > > >> I make cygwin1.dll.bz2 available so that people can run the > >> static binaries. > > > If you provide the Cygwin DLL in binary form, you must > > provide the sources of that version as well. > > Would a link

Re: remapping Cygwin 'bash' readline functions to PC keys

2003-02-20 Thread jbd
Cavaet for non-cygwin users: Keep in mind that the C-V will only work with ANSI escape sequences (which Cygwin produces in its "command line" windows. C-V will not work for all terminals (or their emulators) - especially VT52, Hazeltine, ... Most MS-Windows users can ignore the above warning.

Re: GPL Violation

2003-02-20 Thread Frédéric L. W. Meunier
Corinna Vinschen wrote: >> I make cygwin1.dll.bz2 available so that people can run the >> static binaries. > If you provide the Cygwin DLL in binary form, you must > provide the sources of that version as well. Would a link to the latest version, say ftp://mirrors.rcn.net/mirrors/sources.redhat.

Re: GDB Insight not running

2003-02-20 Thread Christopher Faylor
On Thu, Feb 20, 2003 at 12:15:17PM -0500, Kim, Seungchan (NIH/NHGRI) wrote: >hi all, > >well, i may be having a simple stupid problem. anyway, i have been using >GDB(Insight) with cygwin for a while, well, before a week ago. i have the >latest version of all cygwin packages right now (i just rein

Re: "tee" is coredumping

2003-02-20 Thread Shing-Fat Fred Ma
Igor Pechtchanski wrote: > On Thu, 20 Feb 2003, Fred Ma wrote: > > > Hello, > > > > I've got the latest cygwin 1.3.20-1, cygutils 1.1.3-1. > > The "tee" command is core dumping on me, but > > only with a particular set of circumstances. I use > > it as follows: > > > > make -f client.mak 2>&

Re: problem report: gawk 3.1.1

2003-02-20 Thread Pieter Prinsloo
Hi. >> Have a query/problem with gawk version 3.1.1-5 dated 17/Oct/2002. > Did you read the thread "awk CR/LF issue"? It's been a topic today. Yep - that should be obvious - but not the same problem. >> (allthough the problem as stated is for cygwin - it can also be emulated in >> Linux >> with

Re: Question re. export environment variable

2003-02-20 Thread Shing-Fat Fred Ma
Thanks, Bob. That's the way I expected it to work. I was just unsure of whether there was something cygwin-specific, as it seems strange that something like HOSTNAME is not marked for export at the time that it is set. I'll stick it into ~/.bashrc. Fred -- Fred Ma, [EMAIL PROTECTED] Carleton Un

Re: sshd, ftpd telnetd starts, but says incorrect passwd

2003-02-20 Thread Don Sharp
Are you running the inetd daemon to start ftpd and telnetd? If you aren't make sure you look at /usr/doc/Cygwin/inetutils-1.3.2.README. I run ftpd and telnetd all the time via inetd. Ensure your /etc/passwd and /etc/group are up to date. HTH Don Sharp "Malghan, Ravi" wrote: > > Please let me k

Re: Question re. export environment variable

2003-02-20 Thread Shing-Fat Fred Ma
Igor Pechtchanski wrote: > On Thu, 20 Feb 2003, Fred Ma wrote: > > > Hello, > > > > I'm using cygwin bash 2.05b-8 (it's actually gnu). > > I thought that $HOSTNAME was an environment > > variable. When I run gnu make (I'm pretty > > sure this is not a make problem), $(HOSTNAME) > > is empty. It

Re: sshd, ftpd telnetd starts, but says incorrect passwd

2003-02-20 Thread Thorsten Kampe
* Malghan, Ravi (03-02-20 15:21 +0100) > Please let me know if anybody responds to you. I think it's something very > simple and I have been searching all over the mailing lists and have only > seen questions but no answers for this problem. Try changing the shell to "/bin/sh". Thorsten -- Cont

Re: GPL Violation

2003-02-20 Thread Corinna Vinschen
On Thu, Feb 20, 2003 at 02:02:24PM -0300, Frédéric L. W. Meunier wrote: > I bet I'm too. Well, sue me ? Can I provide a link ? Or what > about the Cygwin people making the latest released cygwin1.dll > available like the snapshots ? Then I'd just link to it. > > I make cygwin1.dll.bz2 available so

info is not loading...

2003-02-20 Thread Eduardo Osorio Armenta
I have some troubles with info a lot of packages show their information but not the all that i have under /usr/info for example binutils.info how can i fixed that? __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes

GDB Insight not running

2003-02-20 Thread Kim, Seungchan (NIH/NHGRI)
hi all, well, i may be having a simple stupid problem. anyway, i have been using GDB(Insight) with cygwin for a while, well, before a week ago. i have the latest version of all cygwin packages right now (i just reinstalled everything last night) but GDB only runs in command-line mode even with '

Re: GPL Violation

2003-02-20 Thread Igor Pechtchanski
On Thu, 20 Feb 2003, Frédéric L. W. Meunier wrote: > I bet I'm too. Well, sue me ? Can I provide a link ? Or what > about the Cygwin people making the latest released cygwin1.dll > available like the snapshots ? Then I'd just link to it. > > I make cygwin1.dll.bz2 available so that people can run

Re: remapping Cygwin 'bash' readline functions to PC keys

2003-02-20 Thread Lee D. Rothstein
John, thanks for the heads up! Others had suggested, variations of 'cat < foo' and 'od -c'. (The former I got to work, the latter remains a mystery.) Your solution, besides being the most straight-forward, is also a great tool to have around. Apparently, it's a feature of Cygwin, or 'bash', since

RE: sshd, ftpd telnetd starts, but says incorrect passwd

2003-02-20 Thread Vince Hoffman
Also check that your mounts are all system mounts. > -Original Message- > From: Harig, Mark A. [mailto:[EMAIL PROTECTED]] > Sent: 20 February 2003 17:06 > To: Malghan, Ravi; Nandini; [EMAIL PROTECTED] > Subject: RE: sshd, ftpd telnetd starts, but says incorrect passwd > > > 1. Confirm t

RE: sshd, ftpd telnetd starts, but says incorrect passwd

2003-02-20 Thread Harig, Mark A.
1. Confirm that you have '/usr/bin/ssh-user-config'. If you do not have it, run 'setup.exe' and download the openssh package. 2. Run '/usr/bin/ssh-user-config --help' at your shell prompt. Also, read the manual page for ssh-keygen: $ man ssh-keygen 3. Run /usr/bin/ssh-user-config

Re: "tee" is coredumping

2003-02-20 Thread Igor Pechtchanski
On Thu, 20 Feb 2003, Fred Ma wrote: > Hello, > > I've got the latest cygwin 1.3.20-1, cygutils 1.1.3-1. > The "tee" command is core dumping on me, but > only with a particular set of circumstances. I use > it as follows: > > make -f client.mak 2>&1 | tee client.out > > I realize this is not t

Re: GPL Violation

2003-02-20 Thread Frédéric L. W. Meunier
I bet I'm too. Well, sue me ? Can I provide a link ? Or what about the Cygwin people making the latest released cygwin1.dll available like the snapshots ? Then I'd just link to it. I make cygwin1.dll.bz2 available so that people can run the static binaries. I'm not allowed to transfer more than 1

Re: Question re. export environment variable

2003-02-20 Thread Bob McGowan
Fred, perhaps this will help: echo $TEST # Test has no value, hence the blank line. $ TEST=noexport # Set but not exported $ echo $TEST noexport $ env|grep TEST # Nothing found, no output. $ export TEST # Export it. $ env|grep TEST # And now it's found in the environment. TEST=noexport $ TEST=s

Re: Question re. export environment variable

2003-02-20 Thread Igor Pechtchanski
On Thu, 20 Feb 2003, Fred Ma wrote: > Hello, > > I'm using cygwin bash 2.05b-8 (it's actually gnu). > I thought that $HOSTNAME was an environment > variable. When I run gnu make (I'm pretty > sure this is not a make problem), $(HOSTNAME) > is empty. It gets fixed if I do "export HOSTNAME" > befo

Compiling Perl modules

2003-02-20 Thread Garry Heaton
I have a recent 'make' but >cpan if failing to compile modules such as DBI and DBD::mysql properly. It seems to be having problems with 'make' some of the time. Are there any special requirements for loading Perl modules within Cygwin? Garry Heaton -- Unsubscribe info: http://cygwin.com/ml/

"tee" is coredumping

2003-02-20 Thread Fred Ma
Hello, I've got the latest cygwin 1.3.20-1, cygutils 1.1.3-1. The "tee" command is core dumping on me, but only with a particular set of circumstances. I use it as follows: make -f client.mak 2>&1 | tee client.out I realize this is not telling you a whole lot because it depends on what all

Re: rxvt dialog at shutdown suggests failure to exit due to ssh-agent?

2003-02-20 Thread David Starks-Browning
On Thursday 20 Feb 03, Jim Kleckner writes: > Thank you for the suggestion. > > David Starks-Browning wrote: > > > On Wednesday 19 Feb 03, Jim Kleckner writes: > [snip] > > If *all* shells source that line, then you have the problem that the > > first one to exit will kill ssh-agent, and maybe yo

Question re. export environment variable

2003-02-20 Thread Fred Ma
Hello, I'm using cygwin bash 2.05b-8 (it's actually gnu). I thought that $HOSTNAME was an environment variable. When I run gnu make (I'm pretty sure this is not a make problem), $(HOSTNAME) is empty. It gets fixed if I do "export HOSTNAME" before running make. Is there a way to check if the exp

Re: rxvt dialog at shutdown suggests failure to exit due to ssh-agent?

2003-02-20 Thread Jim Kleckner
Thank you for the suggestion. David Starks-Browning wrote: On Wednesday 19 Feb 03, Jim Kleckner writes: [snip] If *all* shells source that line, then you have the problem that the first one to exit will kill ssh-agent, and maybe you don't want that. You could put something a bit more sophistic

Re: arrow keys under mc via SSH with PuTTY

2003-02-20 Thread Pavel Tsekov
On Thu, 20 Feb 2003, Corinna Vinschen wrote: > > > When I press down key, a 'B' charactor appears in the prompt line (the > > > line with a '$' at the most left) and cursor bar doesn't move. And when > > > I press up key, a 'A' appears instead. However, I still have some > > > chances (about 1 out

Re: using rxvt with other shells

2003-02-20 Thread Igor Pechtchanski
On Thu, 20 Feb 2003, Igor Pechtchanski wrote: > On Thu, 20 Feb 2003, Elfyn McBratney wrote: > > > > On Wed, Feb 19, 2003 at 05:00:51PM -0500, Igor Pechtchanski wrote: > > > >FYI, pdksh () compiles OOTB on > > > >Cygwin and is a fully conformant ksh implementat

Re: Kudos

2003-02-20 Thread Joe Buehler
Gershon Kagan wrote: Do you use make in a GNU emacs X window on both platforms for an identical build interface? Do you use gcc on both platforms or MS Visual C++ ? How do your makefiles support multiple platforms? I wrote some templates that generate Makefiles that use make variables to suppo

Re: using rxvt with other shells

2003-02-20 Thread Igor Pechtchanski
On Thu, 20 Feb 2003, Elfyn McBratney wrote: > > On Wed, Feb 19, 2003 at 05:00:51PM -0500, Igor Pechtchanski wrote: > > >FYI, pdksh () compiles OOTB on > > >Cygwin and is a fully conformant ksh implementation. If all you need is > > >ksh, there you go. > > > >

Re: Seg fault in home-built mutt

2003-02-20 Thread Jason Tishler
On Tue, Feb 18, 2003 at 09:01:20PM +0100, [EMAIL PROTECTED] wrote: > I managed to get mutt built at the weekend such that > the dotlock stuff was external. The build I made was > as follows: > Mutt 1.4i (2002-05-29) > [snip] > System: CYGWIN_98-4.10 1.3.20(0.73/3/2) (i686) [using ncurses 5.2] > Com

zsh, mkzsh, zsh.bat

2003-02-20 Thread Mattias Brändström
Hi! I just tried to set up cygwin with zsh using the mkzsh script provided in the distribution (the latest one as of February 20). After the script has executed I get the expected shortcut on my desktop but when I double-click on the shortcut the only thing I get is a console window with the word

RE: sshd, ftpd telnetd starts, but says incorrect passwd

2003-02-20 Thread Malghan, Ravi
Please let me know if anybody responds to you. I think it's something very simple and I have been searching all over the mailing lists and have only seen questions but no answers for this problem. Thanks Ravi -Original Message- From: Nandini [mailto:[EMAIL PROTECTED]] Sent: Wednesday, Feb

Re: procmail and NTSEC

2003-02-20 Thread Jason Tishler
Olaf, On Thu, Feb 20, 2003 at 03:06:42PM +0100, Olaf Foellinger wrote: > So all the honor belongs to Jason. I'm not looking for honor just attribution. > Please consider some remarks in the first lines of your scripts about > the author so everything will be clear in the future. A very good sug

Re: arrow keys under mc via SSH with PuTTY

2003-02-20 Thread Corinna Vinschen
On Thu, Feb 20, 2003 at 12:38:12PM +0100, Thorsten Kampe wrote: > * Lucifer Hong (03-02-20 06:35 +0100) > > I setup sshd in cygwin and use PuTTY to login. Everything seems going > > well. But when I start mc(GNU Midnight Commander 4.5.55) and use > > arrow keys to move the cursor bar among listed

Installing perl...

2003-02-20 Thread Henry Holland
Hi, I'm trying to install perl on cygwin from source (5.6.1-2) and I get an error on make: make: *** No rule to make target '', needed by 'miniperlmain.o'. Stop. Okay, I'm working on XP. Here's the configuration that I'm attempting: - #!/bin/sh # This script is designed to pro

Re: Kudos

2003-02-20 Thread Joe Buehler
Christopher Faylor wrote: I just wanted to say thank you to all of the dedicated people on this mailing list who spend countless hours answering questions. My hat is off to all of you. There is no way that cygwin could survive without your guidance and support. Thank YOU Cygwin hackers for Cy

Re: procmail and NTSEC

2003-02-20 Thread Olaf Foellinger
On Thu, Feb 20, 2003 at 07:30:02AM -0500, Jason Tishler wrote: > Olaf, > > On Thu, Feb 20, 2003 at 12:49:14PM +0100, Olaf Foellinger wrote: > > together with a home brewed lpr. > ^^^ > > Hmm... I'm getting that deja vu feeling: > > http://cygwin.com/ml/cygwin/20

GPL Violation

2003-02-20 Thread Jason Tishler
You are violating the GPL license by not providing the source for Cygwin on your fetchmail web page: http://spt.free.fr/fetchmail/ Please provide the Cygwin source that corresponds to the version of cygwin1.dll on the above web page at your earliest convenience. Thanks, Jason -- PGP/GPG Ke

Re: procmail and NTSEC

2003-02-20 Thread Jason Tishler
Olaf, On Thu, Feb 20, 2003 at 12:49:14PM +0100, Olaf Foellinger wrote: > together with a home brewed lpr. ^^^ Hmm... I'm getting that deja vu feeling: http://cygwin.com/ml/cygwin/2002-06/msg00581.html http://sources.redhat.com/ml/cygwin/2000-10/msg00242.html

Re: Postgresql

2003-02-20 Thread Jason Tishler
Maurício, On Thu, Feb 20, 2003 at 08:58:13AM -0300, Maurício wrote: > After installing (using setup.exe) postgresql, what should I do to get > it up and running (as a service)? Read the README: /usr/doc/Cygwin/postgresql-7.3.2.README Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubk

RE: Postgresql

2003-02-20 Thread Vince Hoffman
follow the instuctions in /usr/doc/Cygwin/postgresql-7.3.2.README especialy the bit about installing cygipc > -Original Message- > From: Maurício [mailto:[EMAIL PROTECTED]] > Sent: 20 February 2003 11:58 > To: [EMAIL PROTECTED] > Subject: Postgresql > > >Hi, > >After installing

Postgresql

2003-02-20 Thread Maurício
Hi, After installing (using setup.exe) postgresql, what should I do to get it up and running (as a service)? Thanks, Maurício -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/

Re: procmail and NTSEC

2003-02-20 Thread Olaf Foellinger
On Sat, Feb 15, 2003 at 09:11:21PM -0500, Ajay Simha wrote: > I now have mutt, procmail, fetchmail, ssh, aspell combination working. I want to get >something > decent working for printing from within mutt next. I use muttprint(http://muttprint.sourceforge.net/) together with a home brewed lpr. Th

Cygwin & Sybase Open-client

2003-02-20 Thread Frederic BOYER
Hello, I try to use cygwin & Open client together. But I cannot manage to link my binary with the sybase lib. In fact, if I do not generate .a libs, I can link but I do have a rellocation error at execution, and I cannot link when I use .a generated libs. Have someone either succeded in using Cy

Re: arrow keys under mc via SSH with PuTTY

2003-02-20 Thread Thorsten Kampe
* Lucifer Hong (03-02-20 06:35 +0100) > I setup sshd in cygwin and use PuTTY to login. Everything seems going > well. But when I start mc(GNU Midnight Commander 4.5.55) and use > arrow keys to move the cursor bar among listed files, strange things > occured: > > When I press down key, a 'B' char

rxvt dialog at shutdown suggests failure to exit due to ssh-agent?

2003-02-20 Thread David Starks-Browning
On Wednesday 19 Feb 03, Jim Kleckner writes: > Consistently when I shutdown Win2K I get a dialog > asking to end an rxvt process: > End Program: rxvt0510 > Windows cannot end this program. It may need > more time to complete an operation. ... > End Now/Cancel > > I launch rxvt

Re: g++ linking probs

2003-02-20 Thread Andrew Markebo
/ "Elfyn McBratney" <[EMAIL PROTECTED]> wrote: |> / Manu Anand <[EMAIL PROTECTED]> wrote: |> | Guys |> | I am linking a simple C++ program with an external library using |> | g++ -W -Wall -ansi -pedantic -I/usr/local/include -L /usr/local/lib |> | -lcppunit prog.cxx |> |> Try throwing -lcppunit _a

Re: Question about mixing objects beetween MSVC++ and GCC

2003-02-20 Thread Pavel Tsekov
No, you cannot mix C++ object. GCC and MSVC use different name mangling schemes. However, you can try to wrap the C++ functionality in C functions and link against them. Eventually this will work. On Thu, 20 Feb 2003, Eric Jacquemard wrote: > In the FAQ I read that I can mix objects compiled wi

Re: arrow keys under mc via SSH with PuTTY

2003-02-20 Thread Pavel Tsekov
Hello, This problem has been reported by Marcel Telka some time ago: http://cygwin.com/ml/cygwin/2003-01/msg00485.html Apparently some changes in newer Cygwin versions broke the arrow keys handling in MC 4.5.55. I planned to investigate this problem but couldn't get enough time. Are you establi

Question about mixing objects beetween MSVC++ and GCC

2003-02-20 Thread Eric Jacquemard
In the FAQ I read that I can mix objects compiled with msvc++ and gcc. I would like to have a precision : Can I mix mscv++ object files (C++) with C object files generated by gcc ? If OK : how can I do that ? Do I need specific options (for compiling and linking) ? In my case : I would like to ca

Re: stat/fstat incompatibility w/ unix sockets

2003-02-20 Thread Corinna Vinschen
On Thu, Feb 20, 2003 at 02:02:40AM -0500, Paul Swartz wrote: Content-Description: Mail message body > The man page for stat/fstat says that the results > returned should be the same. However, when asking > for the fstat on a unix socket, the result is not > the same. The attached python code d

RE: g++ linking probs

2003-02-20 Thread Manu Anand
Hey Andrew: It worked!! Thanks Andrew,Elfyn I'll be saying bye to that stupid telnet. Thanks a lot guys!! -Manu There are things known and things Unknown. In between are the doors - Jim Morrisson > -- > From: Andrew Markebo[SMTP:[EMAIL PROTECTED]] > Sent: Thursday, Febr

  1   2   >