[bug?] C program won't compile anymore

2002-12-17 Thread bubba bubba
Hello Using W32api 2.1-1 gcc 3.2-3 gcc-mingw 20020817-3 I get the following when I compile cleanly [compiling stock zangband-2.7.1 see www.zangband.org] make -f makefile.std cygwin gcc -Wall -O2 -g -fno-strength-reduce -W -pedantic -mno-cygwin -DWINDOWS -c -o readdib.o readdib.c In file incl

Telnetd hangs for a while before giving login prompt

2002-12-17 Thread Raghav
Hi, Finally found what the problem is. Let me not get into technical details of this. But inetd runs as SYSTEM and home directory of SYSTEM will be set to "/". Edit passwd file and change the home directory of SYSTEM to something (e.g, /tmp). Restart the inetd. Now telnetd should work fine

Re: [ANNOUNCEMENT] Updated: cpio-2.5-1

2002-12-17 Thread gagou
I think there is a small problem with the name of the latest package released: In setup.ini, section @ cpio: install: release/cpio/cpio-2.5-1.tar.gz 32703 a515c5cd537122f30cd0c83d86f588eb $ file release/cpio/cpio-2.5-1.tar.gz release/cpio/cpio-2.5-1.tar.gz: bzip2 compressed data, block size = 9

RE: gawk : Input file remaining locked after program termination

2002-12-17 Thread Capiez Lionel
Thank you for your answer. Comments follow. > This will attempt to spawn a copy of notepad for every line in > the file foobar in background and then returns the command's status. > In other words gawk will not wait for the notepad command to > complete before moving to the next line in foobar

Re: LFTP: Cygwin and setupterm

2002-12-17 Thread Charles Wilson
This thread has a lot of misinformation and just plain confusion. For starters, term.h != termcap.h. Some messages in this thread talk about term.h, others about termcap.h -- and seem to mean one when they're talking about the other. Sigh. Also, /usr/include/termcap.h is NOT the ncurses versi

Re: postgresql postmaster and LC_MESSAGES EN_US problem

2002-12-17 Thread Jason Tishler
Jari, On Fri, Dec 13, 2002 at 11:44:30PM +0200, Jari Aalto wrote: > * Thu 2002-12-12 Jason Tishler <[EMAIL PROTECTED]> list.cygwin > > It appears that having LANG=en_us set before you ran initdb caused > > this problem. My recommendation it to either unset LANG or use > > LANG=C before you rerun

Re: [ANNOUNCEMENT] Updated: cpio-2.5-1

2002-12-17 Thread Corinna Vinschen
On Tue, Dec 17, 2002 at 03:34:43AM -0700, [EMAIL PROTECTED] wrote: > I think there is a small problem with the name of the latest package > released: > > In setup.ini, section @ cpio: > install: release/cpio/cpio-2.5-1.tar.gz 32703 > a515c5cd537122f30cd0c83d86f588eb > $ file release/cpio/cpio-2

[ANNOUNCEMENT] GNU emacs 21.2-11 is available

2002-12-17 Thread Joe Buehler
GNU emacs 21.2-11 is available. Changes: - optimized size of unexec()'d emacs binary for better fork() performance - recompiled all LISP files (-9 did, but -10 did not, and that may have caused problems reported by a couple users) New users please be aware: - You will want "tty" included in

"Too many open files"

2002-12-17 Thread Erich Oliphant
Hi I am using the 'sitecopy' program under cygwin (under Win2K) and I'm receiving this message when it's going through it's motions. Under Unix I know that I can modify kernel params to boost the maximum number of open files. How is this acheived w/ Cygwin? Is it a cygwin setting or windows? Th

[SCRIPT] find-dll-symbol

2002-12-17 Thread Joe Buehler
The attached script is an improved version of a script previously posted. This one takes hex numbers on the command line and dumps the associated dll symbol information. It is useful in determining what functions are present in a stack trace. The dll information is cached. Use --update to updat

m4 has no version in setup.ini

2002-12-17 Thread Joe Buehler
I notice that m4 has no version in the setup.ini file. Is this by design? Joe Buehler -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.c

Re: Gcc 3.2 -mno-cygwin

2002-12-17 Thread Jim
20:45 [ANNOUNCEMENT] Updated: gcc-mingw-20020817-3 Several hours after I posted a notice of the problem the above was posted... in it's message content is : It adds the "-mno-cygwin" functionality to the standard gcc package. So yeah - it was all totally my fault. and Gosh - I guess it W

Re: [ANNOUNCEMENT] Updated: gcc-mingw-20020817-3

2002-12-17 Thread Jim
Thank you. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

RE: Gcc 3.2 -mno-cygwin

2002-12-17 Thread Vince Hoffman
I think you misunderstand. "It adds the "-mno-cygwin" functionality to the standard gcc package." is just the description of what the gcc-mingw package does. Its what it's always done. Its not a new feature, or am i missing something ? > -Original Message- > From: Jim [mailto:[EMAIL PROTE

KEIL to SDCC

2002-12-17 Thread Karthik Bala Guru
Hi all, I think i can post about SDCC doubts here !!! I have thought of using SDCC rather than the KEIL cross compiler. I have some errors that i get when i run the KEIL program in SDCC . 1) FL.c : 96 parse error : taken -> ' ' : column 0 The above error occurs in line 96 which is not p

RE: KEIL to SDCC

2002-12-17 Thread Steve Fairbairn
I have no idea what SDCC or KEIL are, but the 3rd error is likely cause by the lack of prototype for printf. If the implicit declaration of printf is along the lines of printf("blah");, then the compiler will assume the function to only take 1 parameter and not a va_args list. Sort out error 2,

Re: subsrcibe

2002-12-17 Thread Michael A Chase
On 17 Dec 2002 12:30:43 +0700 Nugroho Nursuwito <[EMAIL PROTECTED]> wrote: > subscribe > Posting this request, especially misspelled, does nothing except annoy the list members. Please read the entire page before you post again. http://cygwin.com/cygwin/lists.html -- Mac :}) ** I normally

[ANN] Re: cyg-wrapper.sh

2002-12-17 Thread Luc Hermitte
* On Mon, Dec 16, 2002 at 05:12:56PM -0700, Matt Armstrong <[EMAIL PROTECTED]> wrote: > > --cyg-PWD-clear : to unset PWD > > --cyg-PWD-convert : to convert PWD to its DOS (short) form. > > > > I was considering to handle other environment variables, but I > > didn't see any good candidat

Re: Gcc 3.2 -mno-cygwin

2002-12-17 Thread Christopher Faylor
On Tue, Dec 17, 2002 at 02:55:32PM -, Vince Hoffman wrote: >I think you misunderstand. "It adds the "-mno-cygwin" functionality to the >standard gcc package." >is just the description of what the gcc-mingw package does. Its what it's >always done. Its not a new feature, or am i missing somethin

Re: m4 has no version in setup.ini

2002-12-17 Thread Christopher Faylor
On Tue, Dec 17, 2002 at 09:05:52AM -0500, Joe Buehler wrote: >I notice that m4 has no version in the setup.ini file. Is this by >design? Yes. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://c

Re: [ANNOUNCEMENT] Updated: gcc-mingw-20020817-3

2002-12-17 Thread Christopher Faylor
On Tue, Dec 17, 2002 at 06:47:20AM -0800, Jim wrote: >Thank you. For what? I'm still mystified as to why you didn't download this package to begin with or at least reinstall it as suggested. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cyg

Re: Gcc 3.2 -mno-cygwin

2002-12-17 Thread Jim
> I think you misunderstand. "It adds the "-mno-cygwin" functionality to the > standard gcc package." Oh certainly I understood since 2 days ago I started a thread that such functionality was broken, and everyone said 'well certainly it's something you have misconfigured' when it wasn't my fault

[ANNOUNCEMENT] GNU emacs 21.2-11 is available

2002-12-17 Thread Joe Buehler
GNU emacs 21.2-11 is available. Changes: - optimized size of unexec()'d emacs binary for better fork() performance - recompiled all LISP files (-9 did, but -10 did not, and that may have caused problems reported by a couple users) New users please be aware: - You will want "tty" included in

Re: Gcc 3.2 -mno-cygwin

2002-12-17 Thread [EMAIL PROTECTED]
Since I was one of the responders to your original inquiry, I take exception to the charaterization you give below of the responses you received. I quite clearly stated that I could reproduce your issue on 1 machine (but not others) despite the fact I had the "gcc-mingw" package installed ther

dejagnu, expect and tcl in current cygwin?

2002-12-17 Thread Christian Jönsson
I'm not quite sure here, but trying to run dejagnu's runtest gives me an error: $ runtest -V Tcl_Init failed: Can't find a usable init.tcl in the following directories: /usr/share/tcl8.0 /usr/usr/share/tcl8.0 /share/tcl8.0 /usr/share/tcl8.0 This probably means that Tcl wasn't installed prop

Re: htdig

2002-12-17 Thread Stuardo Rodriguez
On Monday 16 December 2002 22:55, Elfyn McBratney wrote: > You will need to download the source distribution of htdig and compile > it yourself. You can get the source from http://htdig.org/where.html. > Hint on installing: > > $ cd /tmp > $ wget http://www.htdig.org/files/htdig-3.1.6.tar.gz >

Re: dejagnu, expect and tcl in current cygwin?

2002-12-17 Thread Timothy C Prince
-Original Message- From: Christian Jönsson <[EMAIL PROTECTED]> To: cygwin <[EMAIL PROTECTED]> Date: Tue, 17 Dec 2002 19:51:52 +0100 Subject: dejagnu, expect and tcl in current cygwin? I'm not quite sure here, but trying to run dejagnu's runtest gives me an error: $ runtest -V Tcl_Init

Re: dejagnu, expect and tcl in current cygwin?

2002-12-17 Thread Christopher Faylor
On Tue, Dec 17, 2002 at 09:44:11PM +, Timothy C Prince wrote: >I had to re-install dejagnu and tcl/tk, then apply the dejagnu-1.4.2 ^^^ >update and the target.exp modifications. This brought dejagnu back to ^^^ >working order. ht

Re: htdig

2002-12-17 Thread David Robinow
Stuardo Rodriguez <[EMAIL PROTECTED]> wrote: >when I try to ./configure it.. it stats some test.. and then it stops asking >where the libstdc libs are.. i did not found them in the setup program.. so I >ask here where to get them thanks I think you need to go to some web site and download s

Re: free ATMEL 8051 c cross compilers - SDCC ..... any more ???

2002-12-17 Thread Shankar Unni
Karthik Bala Guru wrote: I came across SDCC that supports ATMEL in Windows platform . Is there any other Free cross cross compilers for ATMEL 8051 in windowz ?? Why don't you Google for this sort of stuff instead of trying to get others to do it for you? The answer seems to be no. Gcc doesn't

Make caused invalid page fault in module KERNEL32.DLL

2002-12-17 Thread Franklin
Hi all! I'm new to cygwin mailing list, and I had a problem using make utility. I've found that somebody had asked this before, but I couldn't find any answer to it. When I run make.exe under dos prompt, an error message window jumped out, saying that make.exe caused an page fault.

[ANNOUNCEMENT] Updated: man-1.5j-1

2002-12-17 Thread Christopher Faylor
I've made a new version of the man package available for download. This version is a refresh from the Red Hat man package of the same name. It calls nroff in such a way as to correctly display man pages with newer versions of groff. To update your installation, click on the "Install Cygwin now"

[ANNOUNCEMENT] Updated: expect-20021217-1

2002-12-17 Thread Christopher Faylor
I've made a new version of expect available for downloading. This version is a refresh from the version of expect currently in CVS at sources.redhat.com. It is compiled against the latest available tcl libraries available for cygwin -- tcl 8.3. So, it should work ok with the latest version of De

[ANNOUNCEMENT] Updated: dejagnu-20021217-1

2002-12-17 Thread Christopher Faylor
I've made a new version of DejaGNU available for downloading. This version is a refresh from the version of DejaGNU currently in CVS at sources.redhat.com. To update your installation, click on the "Install Cygwin now" link on the http://cygwin.com/ web page. This downloads setup.exe to your sys