RE: Setup fails on XP Pro : no files in /etc + no permissions in /bin

2003-07-24 Thread Milner, Jon (EU-SES)
Thanks Max. I erased Cygwin and re-installed. Results are detailed below. I am installing for all users, logged in as myself 'GBMilneJ'. I am a member of XP's Administrators group. (I've installed several other programs, with no problems). >From Bash :- bash-2.05b$ pwd /usr/bin bash-2.05b$ getfac

Re: documentation on building the cygwin dll

2003-07-24 Thread Carlo Florendo
Hello Sam, > From: "Robb, Sam" > Don't know if this will help, but I've attached a makefile > and script that I use to do a checkout and build of the Cygwin > DLL source from CVS. I was able to build the dll with your script. However, how come the new-cygwin1.dll size is over 6 MB? Is this c

Re: MICO / configure script question

2003-07-24 Thread Max Bowsher
Joost Kraaijeveld wrote: > Hi all, > > I am trying to get MICO compiled under Cygwin using it's configure > script. When run, the script does not detect that it is possible to > create dll's (and therefor that it not possible to throw exceptions > across dll's). > > Is there a portable way to deter

Re: linking with non-cygwin dll

2003-07-24 Thread Ronald Landheer-Cieslak
On Wed, Jul 23, 2003 at 09:20:02PM -0700, [EMAIL PROTECTED] wrote: > I maintain a unix program that links with a third party > library that I dont have the source to. I now have to port my program > to windows and was considering the cygwin route. The third party > library is available for wi

RE: Skipping the /proc filesystem

2003-07-24 Thread Chris January
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Randall R Schulz > At 13:59 2003-07-23, Chris January wrote: > > > Randall R Schulz wrote: > > > > At 18:15 2003-07-22, David A. Cobb wrote: > > > >>I would wish to tell find not to get involved with the > /proc filesystem > > > >>at a

Re: linking with non-cygwin dll

2003-07-24 Thread Ronald Landheer-Cieslak
I've just tried the direct linking thing. My STC doesn't quite work as it should, but at least it doesn't actually die either.. The STC is available here: 6696e19e993e83606e205b5cbc2104fd *crosslink.tgz http://blytkerchan.chez.tiscali.fr/crosslink.tgz it contains a makefile and two sources - com

Re: documentation on building the cygwin dll

2003-07-24 Thread Elfyn McBratney
On Thu, 24 Jul 2003, Carlo Florendo wrote: > Hello Sam, > > > From: "Robb, Sam" > > Don't know if this will help, but I've attached a makefile > > and script that I use to do a checkout and build of the Cygwin > > DLL source from CVS. > > I was able to build the dll with your script. However,

Re: linking with non-cygwin dll

2003-07-24 Thread Elfyn McBratney
On Thu, 24 Jul 2003, Ronald Landheer-Cieslak wrote: > I've just tried the direct linking thing. My STC doesn't quite work as it > should, but at least it doesn't actually die either.. > > The STC is available here: > 6696e19e993e83606e205b5cbc2104fd *crosslink.tgz > http://blytkerchan.chez.tisca

:: Vieatatissimo minori 18 anni ::

2003-07-24 Thread Modelle in WebCam
http://members.xoom.virgilio.it/modelschat/ Ragazze stupende ti aspettano in una video-chat MOLTO PARTICOLARE http://members.xoom.virgilio.it/modelschat/ Entra nel sito e scegli la modella con cui vuoi chattare!!! http://members.xoom.virgilio.it/modelschat/ funziona anche se non hai la web-cam

Re: linking with non-cygwin dll

2003-07-24 Thread Ronald Landheer-Cieslak
On Thu, Jul 24, 2003 at 12:53:35PM +0100, Elfyn McBratney wrote: >> so apparently the printf in the DLL doesn't work - I don't know why, though. >> Perhaps someone else can figure that one out.. > It's because there's two printf symbols (the MSVCRT one and the Cygwin one). That's kinda what I thoug

Re: How to diagnose Cygwin / Windows shutdown problem

2003-07-24 Thread David Sharp
I don't know for sure either, but by the end of a day, it is not unusual for me to see multiple instances of bash.exe within my task manager, despite having closed them in windows. Therefore I don't think there is windows->posix signal translation, just the other way around. Igor Pechtchanski w

Re: documentation on building the cygwin dll

2003-07-24 Thread Gerrit P. Haase
Hallo Carlo, Am Donnerstag, 24. Juli 2003 um 06:21 schriebst du: [...] >> Reading the g++ manpage, it is completely legal to use >> -fmessage-length=0, so I need to ask which compiler are you using? > It's in cygcheck, but here it is anyway... > $ gcc --version > 2.95.3-5 This compiler seems

RE: apache dies with pppoe

2003-07-24 Thread Bill McCormick
> Carlo Florendo wrote: > > > > > I think this is a new one. > > > > > > I'm running Apache behind a nat'd f/w router attached to a > dsl modem that > > > dhcp's an ip from a pppoe connection. > > > > > > When the IP address changes, Apache must be restarted. At the > moment I'm > > > cron'ing a re

Re: How to diagnose Cygwin / Windows shutdown problem

2003-07-24 Thread Martin Gainty
do any of the cygwin Libraries have a signal function? If so does the cygwin singal function handle the signal values SIGABRT Abnormal termination SIGFPE Floating-point error SIGILL Illegal instruction SIGINT CTRL+C signal SIGSEGV Illegal storage access SIGTERM T

API Reference documentation

2003-07-24 Thread David Power
Please could you make the API documentation available as a downloadable html or pdf file. I don't have permanent access to the web. I download what I can when I can and use it on a stand alone workstation. It would be very useful to me to have the API reference at my fingertips for whenever I nee

Re: apache dies with pppoe

2003-07-24 Thread Martin Gainty
Dave get a NAT Server with DHCP Server for your Internal LAN (which handles 'Dynamic Addressing' from ISP) at the DSL interface..Linksys has one for sure. put in an entry into the NAT Table for incoming Port 80 calls to route to the Puter with Apache running (e.g. 192.168.1.100) Hth, Martin - O

RE: apache dies with pppoe

2003-07-24 Thread Todd Bowden
If your behind a nat'd FW/router why not hardcode your IP addresses and turn off DHCP. I can see if you have 1000 systems behind your FW/router, but is this the case? Todd C. Bowden -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 11:17 AM

Re: Thread.start()

2003-07-24 Thread Igor Pechtchanski
On Thu, 24 Jul 2003, P.B. Dushkin wrote: > hi igor. > > right. thanks. i have tracked the culprit down > and you are right. > > many thanks for responding. > > cheers, > Peter Peter, I've set the Reply-To: on my previous message (and this one, BTW), please make sure your mailer honors that. It'

little trouble 2

2003-07-24 Thread Miguel Arturo Diaz Lopez
Hello CYGWIN Team, Why happen this ?, What should i do? : The CYGWIN1.DLL version its: 1.3.22-dontuse-21 The archive LS:EXE its linked to a CYGWIN1.DLL:__getreent that doesn't exists --

Re: documentation on building the cygwin dll

2003-07-24 Thread Igor Pechtchanski
On Thu, 24 Jul 2003, Elfyn McBratney wrote: > On Thu, 24 Jul 2003, Carlo Florendo wrote: > > > Hello Sam, > > > > > From: "Robb, Sam" > > > Don't know if this will help, but I've attached a makefile > > > and script that I use to do a checkout and build of the Cygwin > > > DLL source from CVS. >

RV: apache dies with pppoe

2003-07-24 Thread Andreas
Uuups, forgot the list... > Hola Bill, > > not sure if this is what you are looking for but I remember a > package announcement from Jari in June [1]. Homepage is [2]. > > HTH, > Andreas > > [1] > [2]

Re: little trouble 2

2003-07-24 Thread Max Bowsher
Miguel Arturo Diaz Lopez wrote: > Hello CYGWIN Team, Why happen this ?, What should i do? : > > The CYGWIN1.DLL version its: 1.3.22-dontuse-21 > > The archive LS:EXE its linked to a CYGWIN1.DLL:__getreent > that doesn't exists D

RE: apache dies with pppoe

2003-07-24 Thread Bill McCormick
> Dave > get a NAT Server with DHCP Server for your Internal LAN (which handles > 'Dynamic Addressing' from ISP) at the DSL interface..Linksys has one for > sure. > put in an entry into the NAT Table for incoming Port 80 calls to route to > the Puter with Apache running That's not the issue. I've

Re: [BUG] emacs cygwin compile.el next-error fails with Ant

2003-07-24 Thread Joe Buehler
Mark Evenson wrote: /^[A-Z]:/ { command = "tr \ / | xargs cygpath "; printf "%s", $1 | command; close(command); for (i = 2; i < NF; i++) { printf " %s", $i; }; printf "\n"; next; } {print} I think I see now why you said that my posted

Re: apache dies with pppoe

2003-07-24 Thread Martin Gainty
I used to have an Instructor that would say PAY ATTENTION and that is what you need to do If you acquire a device which handles adjusting Dynamic Addressing and Routes the incoming (and outgoing) Port 80 transmissions to the PC which hosts the Web Server (because that same device just assigned it

compiling xterm from cvs

2003-07-24 Thread Hirsch, Matthew
Hi list I would like to compile xterm with debugging symbols to get a better idea of how ptys can be used under Cygwin (http://cygwin.com/ml/cygwin/2003-07/msg01270.html). I got the source from CVS as described on http://xfree86.cygwin.com/cvs.html The configure script, as described in the xc/pr

RE: apache dies with pppoe

2003-07-24 Thread Bill McCormick
> > If your behind a nat'd FW/router why not hardcode your IP addresses and > turn off DHCP. I can see if you have 1000 systems behind your > FW/router, but is this the case? > > Todd C. Bowden > I'm not sure which IP your talking about. My PC's IP is hardcoded (well, actually it DHCP's the same

Re: How to diagnose cygwin / Windows shutdown problem

2003-07-24 Thread Christopher Faylor
On Thu, Jul 24, 2003 at 09:12:55AM -0700, Martin Gainty wrote: >do any of the cygwin Libraries have a signal function? Huh? 1) You can check this for yourself. 2) What kind of UNIX emulation would cygwin be if it didn't have signal handling? >Besides opening and closing the windows I sincerely

RE: How to diagnose cygwin / Windows shutdown problem

2003-07-24 Thread Pavel Rozenboim
So, does bash install the console control handler? If it does it probably can handle shotdown events. > -Original Message- > From: Christopher Faylor [mailto:[EMAIL PROTECTED] > Sent: Thu, July 24, 2003 5:22 PM > To: [EMAIL PROTECTED] > Subject: Re: How to diagnose cygwin / Windows shutdow

1.5.0: Problem with fseeko() after fdopen()

2003-07-24 Thread David Rothenberger
I'm running 1.5.0 with all the latest test packages installed. I recently noticed a problem with the test release of patch and its ability to read from stdin. I started to investigate and have extracted the problematic code from patch into a test program. The program (and patch) use open() to cr

RE: apache dies with pppoe

2003-07-24 Thread Bill McCormick
Ok ... let me back even further. The problem is that when I open up port 80 (on my f/w router) and start accepting outside connections (to the 'puter running Apache,) it appears as though (after some period of time) Apache stops listening or accepting connections, including from the LAN. If I rest

Re: Cygwin prevents normal Windows shutdown

2003-07-24 Thread Antoine Levy-Lambert
> When I start Cygwin 1.3.22-1 with the installed shortcut (which points to > C:\cygwin\cygwin.bat) and then try to shut down Windows XP using the normal > Start / Turn Off Computer procedure, Windows pops up the "End Program - > Cygwin ... Windows cannot end this program" dialog box. The cygwin p

Re: cut and paste problem with xemacs Was Re: [ANNOUNCEMENT] Available for test: cygwin-1.5.0-1

2003-07-24 Thread Antoine Levy-Lambert
Does anyone have any idea about how this issue (cut and paste between xemacs running under cygwin 1-5.0-1 and Windows applications). The workaround of David is fine, a real solution would be better. Cheers, Antoine -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem repor

Re: cut and paste problem with xemacs Was Re: [ANNOUNCEMENT] Available for test: cygwin-1.5.0-1

2003-07-24 Thread David Rothenberger
Antoine Levy-Lambert wrote: > > Does anyone have any idea about how this issue (cut and paste between xemacs > running under cygwin 1-5.0-1 and Windows applications). Or even a suggestion on where to start looking? I still think this is related to the rxvt problems. I've done some investigati

RE: apache dies with pppoe

2003-07-24 Thread Vince Hoffman
Since dhcp is handled by windows i cant see how you can avoid having to run a cron job, even if just a script to check if your ip has changed and restart apache if so. somthing like this ---cut foo.sh--- #!/bin/bash #check if we have the old IP recorded if [ -e /tmp/old.ip ]

Re: cut and paste problem with xemacs Was Re: [ANNOUNCEMENT] Available for test: cygwin-1.5.0-1

2003-07-24 Thread Antoine Levy-Lambert
> One work-around I've discovered is to start XEmacs from an rxvt > window instead of directly from bash. That fixes the problem for > me. I use the following shortcut for starting XEmacs: > > start /min c:\cygwin\bin\rxvt -T "start XEmacs" -e /bin/bash --login -i -c "DISPLAY= /usr/local/bin/xe

Re: Available for test: cygwin-1.5.0-1

2003-07-24 Thread Jim Kleckner
It would be very nice to get Nigel Stephens select patch into a test release: http://sources.redhat.com/ml/cygwin/2003-07/msg00254.html This was the one where the socket connect state was not being mainained across a fork. Or is this corrected in another way? Jim Christopher Faylor wrote: I've

Re: Available for test: cygwin-1.5.0-1

2003-07-24 Thread Jim Kleckner
I am really batting 0, apologies. I searched for Nigel rather than N. Stephens. Sheesh. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygw

Re: cut and paste problem with xemacs Was Re: [ANNOUNCEMENT] Available for test: cygwin-1.5.0-1

2003-07-24 Thread David Rothenberger
Antoine Levy-Lambert wrote: > > > One work-around I've discovered is to start XEmacs from an rxvt > > window instead of directly from bash. That fixes the problem for > > me. I use the following shortcut for starting XEmacs: > > > > start /min c:\cygwin\bin\rxvt -T "start XEmacs" -e > /bin/bas

RE: apache dies with pppoe

2003-07-24 Thread Bowden, Todd
Can I ask what your environment looks like? PC <---> FW/Router <--> DSL Modem <-> Internet Maybe that would help us out in figuring out what is going on. This doesn't make sense that your apache web server is dying on your PC if your PC has a fixed IP than your webserv

RE: apache dies with pppoe

2003-07-24 Thread Bill McCormick
> Can I ask what your environment looks like? > It looks like just like you thought ... except I might add to it as follows ... > PC <> FW/Router <--> DSL Modem <-> Internet DHCP Client Fixed IPDHCP Client

Inetd question

2003-07-24 Thread xiaoqin_qiu
Hi, I installed the latest cygwin and inetd-1.3.23 on my W2K PC to my account only recently. Initially after installation, I got id unknown error. But I fixed it by checking the mailing list and changed my login ID in /etc/passwd file to the it said unknown then I could run bash with no problem

RE: apache dies with pppoe

2003-07-24 Thread Bowden, Todd
I know on my FW/Router (Linksys) I can disable DHCP, can you do that with yours? If so than disable your DHCP server on your FW/Router and have a fixed IP address only on your PC. Also Is there a option in your FW/router to send Keep alive packets, to maintain your IP address on your FW/router?

slow directory access

2003-07-24 Thread Mitch Deoudes
So, as I understand it, cygwin opens every file it comes across in order to fill in the executable bit, by determining if the file begins with "!#"... and this is the primary cause of the incredibly slow performance when accessing large directory structures. Is there any way of turning this off?

Re: DLL 1.3.22 - etags 5.5.4 fails on XP Pro

2003-07-24 Thread Jeffery B. Rancier
Igor Pechtchanski <[EMAIL PROTECTED]> writes: > On Wed, 23 Jul 2003, Jeffery B. Rancier wrote: > >> Larry Hall <[EMAIL PROTECTED]> writes: >> >> > It's not a bug, unless you consider a Windows program not being able to >> > understand Cygwin symbolic links a bug. I don't think there is much >> >

Re: slow directory access

2003-07-24 Thread Christopher Faylor
On Thu, Jul 24, 2003 at 02:57:09PM -0400, Mitch Deoudes wrote: >So, as I understand it, cygwin opens every file it comes across in order >to fill in the executable bit, by determining if the file begins with >"!#"... and this is the primary cause of the incredibly slow >performance when accessing

Re: Inetd question

2003-07-24 Thread Rob
Hi Xiaoqin, I'm no expert, but here's what comes to mind... 1) what is the value of your CYGWIN environment variable? If it's not CYGWIN=NTSEC, then make this the case and then restart your computer (so the setting will take effect in the windows service mangler). 2) how did you recreate the pa

RE: Inetd question

2003-07-24 Thread xiaoqin_qiu
Hi Rob, Thank you for your response. 1) I already set CYGWIN = ntsec. Rebooted a couple of times and made sure that when I opened bash and echo $CYGWIN. I even tried "ntsec tty" combination. But still it didn't work. 2) I used mkpasswd -l and appended to it my domain account entry created duri

RE: apache dies with pppoe

2003-07-24 Thread Bill McCormick
Todd wrote: > I know on my FW/Router (Linksys) I can disable DHCP, can you do that with > yours? If so than disable your DHCP server on your FW/Router and have a > fixed IP address only on your PC. Also Is there a option in your > FW/router > to send Keep alive packets, to maintain your IP addr

Re: How to diagnose Cygwin / Windows shutdown problem

2003-07-24 Thread Andrew DeFaria
Igor Pechtchanski wrote: There is such a mechanism on Win2k. I don't think there is one on Win9x. This thread seems to indicate that there isn't one on WinXP, either, at least not for shutdown messages. Are you saying that when you click close on a shell window and Windows sends an event (WM_CL

Re: How to diagnose Cygwin / Windows shutdown problem

2003-07-24 Thread Andrew DeFaria
David Sharp wrote: I don't know for sure either, but by the end of a day, it is not unusual for me to see multiple instances of bash.exe within my task manager, despite having closed them in windows. Therefore I don't think there is windows->posix signal translation, just the other way around.

Re: apache dies with pppoe

2003-07-24 Thread Andrew DeFaria
Bill McCormick wrote: I think this is a new one. I'm running Apache behind a nat'd f/w router attached to a dsl modem that dhcp's an ip from a pppoe connection. When the IP address changes, Apache must be restarted. At the moment I'm cron'ing a restart - but that's a kludge. Anybody have a si

Re: DLL 1.3.22 - etags 5.5.4 fails on XP Pro

2003-07-24 Thread Igor Pechtchanski
On Thu, 24 Jul 2003, Jeffery B. Rancier wrote: > Igor Pechtchanski <[EMAIL PROTECTED]> writes: > > > On Wed, 23 Jul 2003, Jeffery B. Rancier wrote: > > > >> Larry Hall <[EMAIL PROTECTED]> writes: > >> > >> > It's not a bug, unless you consider a Windows program not being able to > >> > understand

Re: Inetd question

2003-07-24 Thread Rob
> 2) I didn't run mkpasswd -d because the domain is too big that it is going to take forever. you could run: mkpasswd -d -u myusername >> /etc/passwd -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

RE: apache dies with pppoe

2003-07-24 Thread Bill McCormick
> Get a static IP! :-) Oh Thanks!! Your most helpful :) I've got 2 kids in private HS, another still in diapers, and I've been unemployed since May in a really bad job market. If I could even afford to spend a few C-notes for a linux development box, we wouldn't even be having this conversation

RE: Inetd question

2003-07-24 Thread xiaoqin_qiu
I tried that. But it still took long time and had a lot of other people's entries showing up. Thanks, Xiaoqin Qiu Technical Computing Group IT Infrastructure Services Organization Agilent Technologies, Inc. (818)879-6220 [EMAIL PROTECTED] -Original Message- From: Rob [mailto:[EMAIL PRO

RE: Inetd question

2003-07-24 Thread Bowden, Todd
Acutally the command would be the following: mkpasswd -d -u >> /etc/passwd This would not get everyone in your domain. Todd C. Bowden HP Certified AtosOrigin 5000 S. Bowen Arlington, TX 76017 Office: 817-264-8211 E-mail: [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTE

RE: Inetd question

2003-07-24 Thread xiaoqin_qiu
Todd is right. I used this syntax and I could get my account passwd entry quickly. However, when I tried to do the same thing for mkgroup -d -u , I got error "Cannot get PDC, code = 2453" after it printed SYSTEM group entry. And I am quite concern about why when I started inetd using local adm

Re: codepage:none

2003-07-24 Thread Baurjan Ismagulov
Christopher Faylor wrote: > The patch wasn't applied, apparently. Are there any outstanding issues regarding it? If no, could you please apply it? Thanks in advance, Baurjan. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: codepage:none

2003-07-24 Thread Christopher Faylor
On Fri, Jul 25, 2003 at 01:00:40AM +0300, Baurjan Ismagulov wrote: >Christopher Faylor wrote: >> The patch wasn't applied, apparently. > >Are there any outstanding issues regarding it? If no, could you please >apply it? Did you read the thread? I have no way of testing this patch. That is why I

Backspace problem on VMS

2003-07-24 Thread Hai Hong
Hi all, 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 line. The DELETE key doesn't work either. I've checked an made sure tha

Re: API Reference documentation

2003-07-24 Thread Carlo Florendo
Hello David, >From: "David Power" > > Please could you make the API documentation available > as a downloadable html or pdf file. It is. The link to the API appears in the main page of cygwin.com :-) > > I don't have permanent access to the web. I download > what I can when I can and use it

Re: apache dies with pppoe

2003-07-24 Thread Brian Dessent
"Bowden, Todd" wrote: > > Can I ask what your environment looks like? > > PC <---> FW/Router <--> DSL Modem <-> Internet > > Maybe that would help us out in figuring out what is going on. > > This doesn't make sense that your apache web server is dying on your PC if >

how to make cygwin run under shells other than bash

2003-07-24 Thread Damien Suttle
Hi, my favorite shell is tcsh, but cygwin always starts up in bash. I tried playing with the cygwin.bat file, but i couldn't get it to work. does anyone know how to reconfigure cygwin to start up in other shells? Thank you. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: API Reference documentation

2003-07-24 Thread Igor Pechtchanski
On Fri, 25 Jul 2003, Carlo Florendo wrote: > Hello David, > > >From: "David Power" > > > Please could you make the API documentation available > > as a downloadable html or pdf file. > > It is. The link to the API appears in the main page of cygwin.com :-) > > > I don't have permanent access to

Re: documentation on building the cygwin dll

2003-07-24 Thread Carlo Florendo
- Original Message - From: "Igor Pechtchanski" > On Thu, 24 Jul 2003, Elfyn McBratney wrote: > > > On Thu, 24 Jul 2003, Carlo Florendo wrote: > > > > > Hello Sam, > > > > > > > From: "Robb, Sam" > > > > Don't know if this will help, but I've attached a makefile > > > > and script that I

Re: API Reference documentation

2003-07-24 Thread Christopher Faylor
On Thu, Jul 24, 2003 at 09:07:40PM -0400, Igor Pechtchanski wrote: >On Fri, 25 Jul 2003, Carlo Florendo wrote: > >> Hello David, >> >> >From: "David Power" >> >> > Please could you make the API documentation available >> > as a downloadable html or pdf file. >> >> It is. The link to the API appear

Re: how to make cygwin run under shells other than bash

2003-07-24 Thread Randall R Schulz
Damien, Here's the stock Cygwin.bat file: -==--==--==--==--==--==--==--==--==--==- @echo off D: chdir \cygwin\bin bash --login -i -==--==--==--==--==--==--==--==--==--==- All you have to do to substitute tcsh for BASH is change the last line. The options are slightly different, though (check the

Re: API Reference documentation

2003-07-24 Thread Igor Pechtchanski
On Thu, 24 Jul 2003, Christopher Faylor wrote: > On Thu, Jul 24, 2003 at 09:07:40PM -0400, Igor Pechtchanski wrote: > >On Fri, 25 Jul 2003, Carlo Florendo wrote: > > > >> Hello David, > >> > >> >From: "David Power" > >> > >> > Please could you make the API documentation available > >> > as a downl

Re: API Reference documentation

2003-07-24 Thread Christopher Faylor
On Thu, Jul 24, 2003 at 09:45:50PM -0400, Igor Pechtchanski wrote: >On Thu, 24 Jul 2003, Christopher Faylor wrote: > >> On Thu, Jul 24, 2003 at 09:07:40PM -0400, Igor Pechtchanski wrote: >> >On Fri, 25 Jul 2003, Carlo Florendo wrote: >> > >> >> Hello David, >> >> >> >> >From: "David Power" >> >> >>

Re: Backspace problem on VMS

2003-07-24 Thread Larry Hall
Hai Hong wrote: Hi all, 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 line. The DELETE key doesn't work either. I've checked

Re: API Reference documentation

2003-07-24 Thread Igor Pechtchanski
On Thu, 24 Jul 2003, Christopher Faylor wrote: > On Thu, Jul 24, 2003 at 09:45:50PM -0400, Igor Pechtchanski wrote: > >On Thu, 24 Jul 2003, Christopher Faylor wrote: > > > >> On Thu, Jul 24, 2003 at 09:07:40PM -0400, Igor Pechtchanski wrote: > >> >On Fri, 25 Jul 2003, Carlo Florendo wrote: > >> >

check if cygwin in makefiles?

2003-07-24 Thread kaio
??? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: Backspace problem on VMS

2003-07-24 Thread Christopher Faylor
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 line.

Re: check if cygwin in makefiles?

2003-07-24 Thread Christopher Faylor
On Fri, Jul 25, 2003 at 04:16:25AM +0200, kaio wrote: >??? uname -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

RE: Inetd question

2003-07-24 Thread xiaoqin_qiu
Hi, Telnet is working now, rsh is working half-way. Here is what I did: 1) I uninstalled everything. 2) I reinstalled cygwin with default packages. 3) Then I installed inetd package, ran iu-config, mkpasswd,... However, it still didn't work. 4) Then I upgraded login package to the latest 1.9.

Re: Inetd question

2003-07-24 Thread Larry Hall
[EMAIL PROTECTED] wrote: Hi, Telnet is working now, rsh is working half-way. Here is what I did: 1) I uninstalled everything. 2) I reinstalled cygwin with default packages. 3) Then I installed inetd package, ran iu-config, mkpasswd,... However, it still didn't work. 4) Then I upgraded login p

Re: check if cygwin in makefiles?

2003-07-24 Thread Larry Hall
Christopher Faylor wrote: On Fri, Jul 25, 2003 at 04:16:25AM +0200, kaio wrote: ??? uname Wow! Now that's mind-reading! ;-) -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street

RE: Inetd question

2003-07-24 Thread Igor Pechtchanski
On Thu, 24 Jul 2003 [EMAIL PROTECTED] wrote: > Hi, > > Telnet is working now, rsh is working half-way. Here is what I did: > > 1) I uninstalled everything. > 2) I reinstalled cygwin with default packages. > 3) Then I installed inetd package, ran iu-config, mkpasswd,... However, >it still didn'

Re: 1.5.0: Problem with fseeko() after fdopen() (gold star alert)

2003-07-24 Thread Christopher Faylor
On Thu, Jul 24, 2003 at 09:11:51AM -0700, David Rothenberger wrote: Content-Description: message body text >I'm running 1.5.0 with all the latest test packages installed. > >I recently noticed a problem with the test release of patch and its >ability to read from stdin. I started to investigate an

Re: 1.5.0: Problem with fseeko() after fdopen() (gold star alert)

2003-07-24 Thread Igor Pechtchanski
On Thu, 24 Jul 2003, Christopher Faylor wrote: > On Thu, Jul 24, 2003 at 09:11:51AM -0700, David Rothenberger wrote: > Content-Description: message body text > >I'm running 1.5.0 with all the latest test packages installed. > > > >I recently noticed a problem with the test release of patch and its

RE: apache dies with pppoe

2003-07-24 Thread Bill McCormick
Brian Dessent wrote: > I'm in agreement here, Apache should not give two shits what your > external IP address is if it's behind a NAT gateway and is bound to an > interface with a non-changing address. In fact it has no possible way > of knowing what the publicly-visible address is. I agree as w

Re: 1.5.0: Problem with fseeko() after fdopen() (gold star alert)

2003-07-24 Thread David Rothenberger
Christopher Faylor wrote: > [snip] > I've submitted a patch request to fix this to the newlib mailing list > which I expect to fix the problem. It does cause patch to operate > correctly when linked with a new cygwin dll. I'm glad you posted. I was just about to try writing fdopen64 myself. I j

Re: how to make cygwin run under shells other than bash

2003-07-24 Thread luke . kendall
On 24 Jul, Damien Suttle wrote: > Hi,> my favorite shell is tcsh, but cygwin always starts up in bash. > I tried playing with the cygwin.bat file, but i couldn't get it > to work. does anyone know how to reconfigure cygwin to start up > in other shells? $ mkshortcut -D -A -n "tcshw" -a '-l'

More Imagemagick/Perlmagick Issues

2003-07-24 Thread Bill McCormick
Hello, I'm trying to install the perl mod Image-Magick-Thumbnail-0.01 ... [EMAIL PROTECTED]/usr/src/ImageMagick-5.5.7/Image-Magick-Thumbnail-0.01 $ perl Makefile.PL C:\cygwin\bin\perl.exe: *** unable to remap C:\cygwin\bin\cygjpeg6b.dll to same address as parent(0xB4) != 0xB5 9 [mai

RE: apache dies with pppoe

2003-07-24 Thread Elfyn McBratney
On Thu, 24 Jul 2003, Bill McCormick wrote: > Brian Dessent wrote: > > I'm in agreement here, Apache should not give two shits what your > > external IP address is if it's behind a NAT gateway and is bound to an > > interface with a non-changing address. In fact it has no possible way > > of knowi

Re: More Imagemagick/Perlmagick Issues

2003-07-24 Thread Elfyn McBratney
On Fri, 25 Jul 2003, Bill McCormick wrote: > Hello, > > I'm trying to install the perl mod Image-Magick-Thumbnail-0.01 ... > > [EMAIL PROTECTED]/usr/src/ImageMagick-5.5.7/Image-Magick-Thumbnail-0.01 > $ perl Makefile.PL > C:\cygwin\bin\perl.exe: *** unable to remap C:\cygwin\bin\cygjpeg6b.dll to

Re: [BUG] emacs cygwin compile.el next-error fails with Ant

2003-07-24 Thread Mark Evenson
Following the suggestion of Joe Buehler the following scripts placed in $HOME/bin, with ant-emacs chmod'd to execute ant-emacs -- #!/bin/sh ANT_ARGS="$ANT_ARGS -emacs" ANT_OPTS="$ANT_OPTS -Dbuild.compiler.emacs=true" export ANT_

Re: compiling xterm from cvs

2003-07-24 Thread Christopher Faylor
On Thu, Jul 24, 2003 at 11:16:53AM -0400, Hirsch, Matthew wrote: >Hi list > >I would like to compile xterm with debugging symbols to get a better idea of >how ptys can be used under Cygwin >(http://cygwin.com/ml/cygwin/2003-07/msg01270.html). > >I got the source from CVS as described on http://xfre