Re: snap, crackle, popshot (was Re: cut and paste problem with xemacs/rxvt)

2003-07-26 Thread David Rothenberger
Christopher Faylor wrote: > > I'm building a cygwin1-20030726.dll.bz2 snapshot now. It may fix the > cut and paste problem. It (well, cvs HEAD) does for me. > It also may allow console windows running the bash shell to exit > automatically when you logout. Ditto. > I

cygwin1.dll not found, embedding dll into EXE

2003-07-26 Thread Mukul Sabharwal
Hi, I just installed Cygwin on my system, and ported my apps to Win32 (or trying to). This is a Windows XP system, and after using g++ it gave me the error message that I needed the cygwin1.dll, I copied it to the working folder of the exe file and it ran. Is there a way to automatically set this

Re: Cygwin DLL configuration

2003-07-26 Thread Max Bowsher
David Rothenberger wrote: > Doru Carastan wrote: > [snip] >> I would like to ask the list how to configure the cygwin DLL to have >> 'make install' create a tree similar to the one stored in the binary >> distribution tar file: > [snip] > > Gerrit recently posted a script that I've been using for b

Re: cygwin1.dll not found, embedding dll into EXE

2003-07-26 Thread Max Bowsher
Mukul Sabharwal wrote: > Hi, > > I just installed Cygwin on my system, and ported my apps to Win32 (or trying > to). This is a Windows XP system, and after using g++ it gave me the error > message that I needed the cygwin1.dll, I copied it to the working folder of > the exe file and it ran. > > Is

Re: cygwin1.dll not found, embedding dll into EXE

2003-07-26 Thread Mukul Sabharwal
Yes my app is open source. I mean that when I used g++, I had to move the cygwin1.dll to the directory where my EXE was located. In case I do ask people to install cygwin, will they have to move the DLL too ? Is it some config problem at my end ? - Original Message - From: "Max Bowsher"

Re: cygwin1.dll not found, embedding dll into EXE

2003-07-26 Thread Max Bowsher
Mukul Sabharwal wrote: > Yes my app is open source. I mean that when I used g++, I had to move the > cygwin1.dll to the directory where my EXE was located. In case I do ask > people to install cygwin, will they have to move the DLL too ? > > Is it some config problem at my end ? Possibly. How are

Re: Add words to cygwin documentation on how to use windows programs effectively

2003-07-26 Thread Gerrit P. Haase
Hallo Joshua, I have a fix for the stylesheets: --- stylesheets/nwalsh-modular/html/dbl1ja.dsl~ 2003-07-26 12:21:54.0 +0200 +++ stylesheets/nwalsh-modular/html/dbl1ja.dsl 2003-07-26 12:20:04.0 +0200 @@ -17,7 +17,7 @@ &cmn.ja; (define (gentext-ja-nav-prev prev) - (make seque

Re: snap, crackle, popshot (was Re: cut and paste problem with xemacs/rxvt)

2003-07-26 Thread Antoine Levy-Lambert
"Christopher Faylor" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > I'm building a cygwin1-20030726.dll.bz2 snapshot now. It may fix the > cut and paste problem. > It does. Many thanks. > It also may allow console windows running the bash s

Re: Add words to cygwin documentation on how to use windows programs effectively

2003-07-26 Thread Joshua Daniel Franklin
On Sat, Jul 26, 2003 at 12:30:07PM +0200, Gerrit P. Haase wrote: > Hallo Joshua, > > I have a fix for the stylesheets: > > --- stylesheets/nwalsh-modular/html/dbl1ja.dsl~ 2003-07-26 12:21:54.0 +0200 > +++ stylesheets/nwalsh-modular/html/dbl1ja.dsl 2003-07-26 12:20:04.0 +0200 Da

Re: cygwin1.dll not found, embedding dll into EXE

2003-07-26 Thread Mukul Sabharwal
Hi, I need did put the c:\cygwin\bin and c:\cygwin in my PATH variable, but no luck, I still need the dll file in the directory from where I'm executing. Yes I'm executing outside of Cygwin. - Original Message - From: "Max Bowsher" <[EMAIL PROTECTED]> To: "Mukul Sabharwal" <[EMAIL PROTEC

linux programmer's manual for win32 ?

2003-07-26 Thread Mukul Sabharwal
Hi, is there a way to get a copy of the man pages (2), the programming functions for C, in cygwin ? or just so that they are there even from outside? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: activating a dial-up connection from cygwin

2003-07-26 Thread Mark Ord
Sam Edge <[EMAIL PROTECTED]> wrote: > It's a built-in in NT, 2k and (I think) XP and works fine for me from > CMD.EXE or bash. > There's a freeware (or perhaps shareware) version available for 9x/Me > as well. You'll have to Google for that. In 9x you can use rnaui.dll the way Explorer does when

Re: Backspace problem on VMS

2003-07-26 Thread Michael Lemke
>On Thu, Jul 24, 2003 at 10:05:52PM -0400, Larry Hall wrote: >>Hai Hong wrote: >>>I'm having a problem in which the backspace doesn't work as it should >>>when I telnet into a VMS machine while I'm in an xterm session. >>>Instead of deleting the character, my cursor jump to the beginning of >>>the

Re: Backspace problem on VMS

2003-07-26 Thread Christopher Faylor
On Sat, Jul 26, 2003 at 06:52:08PM +0200, Michael Lemke wrote: >>On Thu, Jul 24, 2003 at 10:05:52PM -0400, Larry Hall wrote: >>>Hai Hong wrote: I'm having a problem in which the backspace doesn't work as it should when I telnet into a VMS machine while I'm in an xterm session. Instead o

Re: linux programmer's manual for win32 ?

2003-07-26 Thread Elfyn McBratney
On Sat, 26 Jul 2003, Mukul Sabharwal wrote: > Hi, > > is there a way to get a copy of the man pages (2), the programming functions > for C, in cygwin ? or just so that they are there even from outside? You can get most of the libc documentation (referrence, proto's, etc) by running `info libc'

Re: cygwin1.dll not found, embedding dll into EXE

2003-07-26 Thread Elfyn McBratney
On Sat, 26 Jul 2003, Mukul Sabharwal wrote: > Hi, > > I need did put the c:\cygwin\bin and c:\cygwin in my PATH variable, but no > luck, I still need the dll file in the directory from where I'm executing. > [...] Then you have a very weird problem. Please (re-)read

Re: ftp: can't set gid

2003-07-26 Thread Larry Hall
George Njoku wrote: I did a cat /etc/passwd And my gid isn't the same as that of Administrator or Administrators And I do have the same priveledges as admin. Ps : I install so that only I can use cygwin. If mean by this that you chose the "Just Me" option in setup.exe, then you won't be able to

Re: cygwin1.dll not found, embedding dll into EXE

2003-07-26 Thread Mukul Sabharwal
Okies I read that. the out file is attached. thanks. - Original Message - From: "Elfyn McBratney" <[EMAIL PROTECTED]> To: "Mukul Sabharwal" <[EMAIL PROTECTED]> Cc: "Max Bowsher" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, July 26, 2003 11:59 AM Subject: Re: cygwin1.dll not fo

Re: Apache Bug

2003-07-26 Thread Larry Hall
Bill McCormick wrote: Andrew DeFaria wrote: Andrew DeFaria recently replied to one of my posts (to me only) with this: Because you CC'ed me. I use gname for newsserver access. There is (was?) some issue with setting reply to using gname so I don't set it. OK. I thought I heard that some whe

Re: Apache Bug

2003-07-26 Thread Elfyn McBratney
On Sat, 26 Jul 2003, Larry Hall wrote: > Bill McCormick wrote: > > > Andrew DeFaria wrote: > > > > > Andrew DeFaria recently replied to one of my posts (to me only) with > this: > >>> > >>Because you CC'ed me. I use gname for newsserver access. There is (was?) > >>some issue with settin

RE: Apache Bug

2003-07-26 Thread Bill McCormick
> Can't find it in the archives (I'm sure it's there - I just can't find it) > but I think the fix was post 1.3.22. I'd suggest trying 1.5. That might > be the quickest solution. Yea that's what I thought. So I tried upgrading to 1.50 last night and must have gone a little to far with some of th

RE: Apache Bug

2003-07-26 Thread Bill McCormick
> I wasn't really using these mods so I shoved it to the back of my > mind. I've > now disabled these mods and I'll see what happens. > > Stand by for results I also disabled mod_auth_ntsec, just to be complete. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (ht

RE: Apache Bug

2003-07-26 Thread Elfyn McBratney
On Sat, 26 Jul 2003, Bill McCormick wrote: > > Can't find it in the archives (I'm sure it's there - I just can't find it) > > but I think the fix was post 1.3.22. I'd suggest trying 1.5. That might > > be the quickest solution. > > Yea that's what I thought. So I tried upgrading to 1.50 last ni

Re: cygwin1.dll not found, embedding dll into EXE

2003-07-26 Thread Igor Pechtchanski
You have some quotes in your PATH that may affect finding files. Try removing all double quotes (") from the PATH variable. Igor On Sat, 26 Jul 2003, Mukul Sabharwal wrote: > Okies I read that. the out file is attached. thanks. > > - Original Message - > From: "Elfyn McBratney" <

RE: Apache Bug

2003-07-26 Thread Igor Pechtchanski
On Sat, 26 Jul 2003, Elfyn McBratney wrote: > On Sat, 26 Jul 2003, Bill McCormick wrote: > > > > Can't find it in the archives (I'm sure it's there - I just can't > > > find it) but I think the fix was post 1.3.22. I'd suggest trying > > > 1.5. That might be the quickest solution. > > > > Yea th

Re: Apache Bug

2003-07-26 Thread Christopher Faylor
On Sat, Jul 26, 2003 at 01:45:02PM -0500, Bill McCormick wrote: >> Can't find it in the archives (I'm sure it's there - I just can't find it) >> but I think the fix was post 1.3.22. I'd suggest trying 1.5. That might >> be the quickest solution. > >Yea that's what I thought. So I tried upgrading

RE: Apache Bug

2003-07-26 Thread Bill McCormick
> > > Can't find it in the archives (I'm sure it's there - I just > can't find it) > > > but I think the fix was post 1.3.22. I'd suggest trying 1.5. > That might > > > be the quickest solution. > > > > Yea that's what I thought. So I tried upgrading to 1.50 last > night and must > > have gone a

RE: DLL 1.3.22 - etags 5.5.4 fails on XP Pro

2003-07-26 Thread Hannu E K Nevalainen \(garbage mail\)
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Igor Pechtchanski --8<-- > What you could do is create an "etags.bat" that runs 'bash -c etags "%1" > "%2" "%3" "%4" "%5" "%6" "%7" "%8" "%9"', put it in your PATH, and you > should be able to call that from NTEmacs. > Igor Hm

ezml problem? Subject line malformed at times.

2003-07-26 Thread Hannu E K Nevalainen \(garbage mail\)
As MS-Outtaluck (Outlook) seems to have one single usable grouping option (i.e. the subject) a malformed subject becomes an irritating issue. I'm not sure where it originates though, but I'm pretty sure it hasn't shown up (on)in other mail(ing lists). Actual Subject line of four recent messages:

ezml problem? Get old messages.

2003-07-26 Thread Hannu E K Nevalainen \(garbage mail\)
HOW do I get old messages from the mailing list? -- ezml claims this: > To get messages 123 through 145 (a maximum of 100 per request), mail: > <[EMAIL PROTECTED]> ... but I simply can't make it work. I have tried in a load of different ways. --- all answers is in the line with --- cygwin

RE: Apache Bug

2003-07-26 Thread Bill McCormick
> >> Can't find it in the archives (I'm sure it's there - I just > can't find it) > >> but I think the fix was post 1.3.22. I'd suggest trying 1.5. > That might > >> be the quickest solution. > > > >Yea that's what I thought. So I tried upgrading to 1.50 last > night and must > >have gone a little

Re: cygwin1.dll not found, embedding dll into EXE

2003-07-26 Thread Mukul Sabharwal
Hi, Thanks, that workd. - Original Message - From: "Igor Pechtchanski" <[EMAIL PROTECTED]> To: "Mukul Sabharwal" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, July 26, 2003 3:36 PM Subject: Re: cygwin1.dll not found, embedding dll into EXE > You have some quotes in your P

[ANNOUNCEMENT] Updated: automake-devel-1.7.6-1

2003-07-26 Thread Charles Wilson
Version 1.7.6-1 of the automake-devel package is now available. It contains GNU automake-1.7.6 installed into /usr/autotool/devel. Changes from 1.7.5-1: o updated to official 1.7.6 release o requires autoconf-2.54 or newer o no testsuite regressions (that is, any test that existed in 1.7.5 an

RE: DLL 1.3.22 - etags 5.5.4 fails on XP Pro

2003-07-26 Thread Igor Pechtchanski
On Sat, 26 Jul 2003, Hannu E K Nevalainen (garbage mail) wrote: > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > > Of Igor Pechtchanski > > --8<-- > > What you could do is create an "etags.bat" that runs 'bash -c etags "%1" > > "%2" "%3" "%4" "%5" "%6" "%7" "%8" "%9"', put it in your

Erroneous complaint about being unable to run emacs

2003-07-26 Thread martin cohen
I recently started a thread here with the following message: >I installed cygwin in my D: partition under Win XP. >Running startx results in the usual screen and the >3 windows. However, when I type in my usual >"emacs . &", I get this > >emacs: cannot connect to X server :0.0. >Check the DISPLAY

ÇAMYUVA'da ev sahibi olmak artýk zor deðil....

2003-07-26 Thread sistem organizasyon
(Sayın ilgili size gönderilen bu mail spam değildir.Mail almak istemiyorsanız lütfen [EMAIL PROTECTED] adresine remove yazılı boş bir mail gönderiniz) Ümraniye-Çamyuva Konutları Aktif Yapı güvencesiyle İstanbul'un önemli merkezlerinden Ümraniye Dudullu'da kurulmuştur. Büyük alışveriş merkezlerin