Re: MMap offset parameter failing with ENOMEM error

2002-09-19 Thread Corinna Vinschen
On Thu, Sep 19, 2002 at 12:19:06PM +1000, Shane Mann wrote: > Hi, > > I am having trouble with mmap using the last 'offset' parameter. I have > attached a small piece of code (and sample file) which demonstrates the > problem. Basically if the offset parameter is passed as a variable to mmap > th

ldd.cygwin

2002-09-19 Thread Matt Swift
I have polished up the "ldd" script some more and have posted it at http://www.shore.net/~swift/ldd.cygwin.txt (The .txt extension seems to be necessary for proper viewing in browsers.) If you are bored, try 'ldd -v /bin/*.exe' and watch the time pass... It won't look at non-executables y

Attempting "Emacs this file"

2002-09-19 Thread Just Hangin
Hi all, I'm trying to get this little Windows Explorer right-click menu add-on to work and having problems. I want to be able to right click on a file and have emacs open it in an rxvt. It almost works...the menu item appears, the rxvt opens, emacs runs...but the object file %1 doesn't get suck

Shed light on Tetex packages

2002-09-19 Thread "Schaible, Jörg"
Hello Tetex maintainer, looking at the currently available Tetex packages I wonder whether it is really good to follow the "install everything" method, since they seem to be not disjuctive. Reading the announcement in http://sources.redhat.com/ml/cygwin-announce/2002-08/msg7.html I seem to

Re: rxvt doesn't paste selections anymore?

2002-09-19 Thread Alistair Grant
$ rxvt --version Usage v2.7.2 : (XPM,menubar,.Xdefaults) ... $ cygcheck -s ... Cygwin DLL version info: DLL version: 1.3.12 DLL epoch: 19 DLL bad signal mask: 19005 DLL old termios: 5 DLL malloc env: 28 API major: 0 API minor: 54 ... Sh

Re: Open bash at the current explorer directory?

2002-09-19 Thread John Daniel Doucette
At 2002-09-19 06:14, you wrote: >John, > >it doesn't work for me. In the second invocation of bash via "exec >bash --noprofile --norc -i'' I don't see my environment variables and >aliases defined in ~/.profile. Did you actually put something in ~/.profile >and verified? > >Thanks, >Frantisek Sor

RE: rxvt doesn't paste selections anymore?

2002-09-19 Thread Deragon, Hans
You sort of helped me by inspiring me to look more closely how I started my script. I solved the dos box persistence. I used to call my script with: U:\cygwin\bin\bash.exe --login ~/bin/x50 & But it should have been: U:\cygwin\bin\bash.exe --login ~/bin/x50 i.e., no & at the end. I do n

RE: dumb escaping question when using Cygwin + NT commands

2002-09-19 Thread Scott Prive
> -Original Message- > From: Randall R Schulz [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 18, 2002 6:30 PM > To: [EMAIL PROTECTED] > Subject: Re: dumb escaping question when using Cygwin + NT commands > > > Scott, > > At 15:15 2002-09-18, Scott Prive wrote: > > >Hello, >

I can't run my make-file

2002-09-19 Thread melba selco
When i write make there is an error... make: cc: Command not found make: *** [universe] Error 127 What can i do to avoid this error? _ På MSN hittar du det roliga, intressanta och användbara på internet: http://www.msn.se

RE: dumb escaping question when using Cygwin + NT commands

2002-09-19 Thread Igor Pechtchanski
On Thu, 19 Sep 2002, Scott Prive wrote: > I assumed quotes controlled how data gets sent to commands, but > apparently that's an oversimplification: quotes protect data being sent > to a NEW PROCESS.. and builtins like "echo" are NOT a new process (`type > echo). This explains why the echo comman

Re: ldd.cygwin

2002-09-19 Thread Uwe H. Steinfeld
Hello Matt, Thursday, September 19, 2002, 10:03:47 AM, you wrote: MS> I have polished up the "ldd" script some more and have posted it at MS>http://www.shore.net/~swift/ldd.cygwin.txt I cannot find it under this address. -- Best regards, Uwe -- Unsubscribe info: http://cygwin.com/m

RE: dumb escaping question when using Cygwin + NT commands

2002-09-19 Thread Randall R Schulz
Scott, [ This is off-topic for the Cygwin list, since it has nothing to do with Cygwin per se, but I feel the need to correct misconceptions for other newcomers to a Unix / POSIX (-like) environment, so I'm replying to the list, not just Scott. -- Randall ] At 08:12 2002-09-19, Scott Prive w

RE: dumb escaping question when using Cygwin + NT commands

2002-09-19 Thread Scott Prive
Yes that helped; thanks. > -Original Message- > From: Igor Pechtchanski [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 19, 2002 12:00 PM > To: Scott Prive > Cc: [EMAIL PROTECTED] > Subject: RE: dumb escaping question when using Cygwin + NT commands > > > On Thu, 19 Sep 2002, Sco

Re: PHP Apache module with PostgreSQL support

2002-09-19 Thread Andreas
> > The error about crypt doesn't appear any more just lines complaining > > undefined references to the xml extension. > > ... > > It won't work with the flag -lxml. What flag should I specify instead? > > I don't actually know -- I'm not into PHP -- but on a guess you might try > installing "exp

Re: I can't run my make-file

2002-09-19 Thread Michael A Chase
On Thu, 19 Sep 2002 15:44:57 + melba selco <[EMAIL PROTECTED]> wrote: > When i write > make Arguments to 'make' are targets, not files. Run `make --help` for a short help, `info make` for the full details. > there is an error... > > make: cc: Command not found > make: *** [universe] Erro

RE: Open bash at the current explorer directory?

2002-09-19 Thread Tackett, Galen
I must be missing something. I added the registry entries plus the profile entries, both for /etc/.profile and ~/.profile. Now, the right-button menu command "Open with command prompt" works just wonderfully (if the resulting cmd.exe window can actually be described with that word), but "Open wi

Re: ldd.cygwin

2002-09-19 Thread Matt Swift
Amazing -- I tested it a dozen times, but I must have deleted it. It's there now, and I won't touch it again! Thanks for the heads-up. http://www.shore.net/~swift/ldd.cygwin.txt (You get redirected to http://www2.primushost.com/~swift/ldd.cygwin.txt which is the same thing.) >> "U" == Uw

RE: Open bash at the current explorer directory?

2002-09-19 Thread Igor Pechtchanski
Galen, It should be /etc/profile (note the absense of ".") and ~/.bash_profile. I think ~/.profile is used by ksh... Igor On Thu, 19 Sep 2002, Tackett, Galen wrote: > I must be missing something. > > I added the registry entries plus the profile entries, both for > /etc/.profile and ~/.

Building SpamAssassin for Cygwin

2002-09-19 Thread news
I noticed that a couple of people on the list seem to have managed to get SpamAssassin running on Cygwin. I am trying to build SA-2.41 (on Win 98) but I'm encountering a problem. I tried the SA mailing list but mostly I got blank looks (their list-archives only have something relating to a previou

df --local

2002-09-19 Thread Rob Brown
I am trying to write a script that checks the % free of local drives using df. $ df -a Filesystem 1k-blocks Used Available Use% Mounted on C:\cygwin\bin 19936633 5750854 14185779 29% /usr/bin c:\cygwin\lib 19936633 5750854 14185779 29% /usr/lib \\server1\rob

Re: Open bash at the current explorer directory?

2002-09-19 Thread Michael A Chase
On Thu, 19 Sep 2002 13:01:33 -0400 (EDT) Igor Pechtchanski <[EMAIL PROTECTED]> wrote: > It should be /etc/profile (note the absense of ".") and ~/.bash_profile. > I think ~/.profile is used by ksh... For login shells, bash will fall back to ~/.profile if ~/.bash_profile and ~/.bash_login aren't

Download problems due to GNU bc package?

2002-09-19 Thread Kenneth Lareau
Hello, A search of the cygwin archives for August and September didn't show any mention of this, but I recently noticed that if one attempts to download the Cygwin distribution (for local installs) and includes the GNU bc package, only a small percentage of the available packages are actually ret

Re: df --local

2002-09-19 Thread Igor Pechtchanski
On Thu, 19 Sep 2002, Rob Brown wrote: > I am trying to write a script that checks the % free of local drives using > df. > > $ df -a > Filesystem 1k-blocks Used Available Use% Mounted on > C:\cygwin\bin 19936633 5750854 14185779 29% /usr/bin > c:\cygwin\lib 1993

RE: Download problems due to GNU bc package?

2002-09-19 Thread Pavel Rozenboim
Works for me. > -Original Message- > From: Kenneth Lareau [mailto:[EMAIL PROTECTED]] > Sent: Thu, September 19, 2002 8:33 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Download problems due to GNU bc package? > > > Hello, > > A search of the cygwin archives for August a

Out of Office AutoReply: Darling

2002-09-19 Thread Wortmann, Ulrich Georg
Sorry, my e-mail address has changed. Please checkout the following link http://www.utoronto.ca/mailboxsearch.html to find out about my new address. I am sorry for this inconvenience, but I do recieve more than 100 spam mails a day -- Unsubscribe info: http://cygwin.com/ml/#unsubscri

Hey, I found a site all about acid!

2002-09-19 Thread pyrosys
Hey I found this site all about LSD25. Its such a cool site I just had to share it. Sorry if you did not want this e-mail, it wont happen again by me. Anywayz the site has all kinds of information about the drug and things to look at and do while on it! Also it has tons of music, videos, t-shi

Re: Out of Office AutoReply: Darling

2002-09-19 Thread Christopher Faylor
On Thu, Sep 19, 2002 at 10:33:39PM +0200, Wortmann, Ulrich Georg wrote: >Sorry, my e-mail address has changed. Good, so you won't mind if I block this email address then. Idiot. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs

Re: Out of Office AutoReply: Darling

2002-09-19 Thread Christopher Faylor
On Thu, Sep 19, 2002 at 06:24:42PM -0400, Christopher Faylor wrote: >On Thu, Sep 19, 2002 at 10:33:39PM +0200, Wortmann, Ulrich Georg wrote: >>Sorry, my e-mail address has changed. > >Good, so you won't mind if I block this email address then. > >Idiot. Actually, now that I think of it, this pers

Re: df --local

2002-09-19 Thread Shankar Unni
Igor Pechtchanski wrote: > -# ifdef __CYGWIN__ > -# define ME_REMOTE(fs_name, fs_type) (strchr (fs_name, ':') == 0) > -# else > # define ME_REMOTE(fs_name, fs_type) (strchr (fs_name, ':') != 0) > -# endif You're sure it's not possible to end up with a local path without a ":" (e.g. just \window

new files have bogus owner

2002-09-19 Thread Jeff Perry
When I create a new file, it gives the file a bogus value for the owner: ~/tmp $ whoami perry ~/tmp $ echo asdf > asdf ~/tmp $ ls -l total 1 -rw-rw-rw-1 1119 None5 Sep 19 17:36 asdf ~/tmp $ grep 1119 /etc/passwd ~/tmp $ Shouldn't the file owner be perry? What the hell is 111

RE: MMap offset parameter failing with ENOMEM error

2002-09-19 Thread Shane Mann
Corinna, I noticed this while I continued testing last night. Interestingly Linux and SunOS don't seem to be bothered by this, however, if you read the IEEE standard: http://www.opengroup.org/onlinepubs/007904975/functions/mmap.html there is the following quote: "The range of bytes starting at of

Why rxvt?

2002-09-19 Thread Paul D. DeRocco
Can anyone tell me what advantages this might have for running bash, compared to the usual Windows command line window? I noticed in the readme that rxvt can leave child processes running if you close the window, which is scary since that's how I habitually terminate a command line session. -- C

Re: Fw: Telnet Script?

2002-09-19 Thread bounces
Alistair: I have been able to write cygwin expect scripts to telnet to remote boxes running the cygwin telnetd and then subsequently invoke bash scripts. I did this to work around the in-ability to map network drives under cron (cron calls the expect script that telnets in to launch the

Re: df --local

2002-09-19 Thread Igor Pechtchanski
On Thu, 19 Sep 2002, Shankar Unni wrote: > Igor Pechtchanski wrote: > > -# ifdef __CYGWIN__ > > -# define ME_REMOTE(fs_name, fs_type) (strchr (fs_name, ':') == 0) > > -# else > > # define ME_REMOTE(fs_name, fs_type) (strchr (fs_name, ':') != 0) > > -# endif > > You're sure it's not possible to e

Re: Why rxvt?

2002-09-19 Thread Michael A Chase
On Thu, 19 Sep 2002 17:17:45 -0700 "Paul D. DeRocco" <[EMAIL PROTECTED]> wrote: > Can anyone tell me what advantages this might have for running bash, > compared to the usual Windows command line window? I noticed in the readme > that rxvt can leave child processes running if you close the window

Re: I can't run my make-file

2002-09-19 Thread Tim Prince
On Thursday 19 September 2002 08:44, melba selco wrote: > When i write > make > > there is an error... > > make: cc: Command not found > Install gcc and symlink it to cc, or fix the makefile. -- Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: