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
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
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
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
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
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
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
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
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
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
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
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
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/
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
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
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,
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
* 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
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
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
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
> 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
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
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
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
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
>
-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
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
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
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
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.
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"
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
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
34 matches
Mail list logo