Re: gtk2 on cygwin ( --with-gdktarget=win32, only )

2003-07-07 Thread Gerrit P. Haase
Hallo S, Am Montag, 7. Juli 2003 um 08:33 schriebst du: > Gerrit, > [...] >> I do always this before the build: >> $ autoreconf --install --force --verbose > [...] > A good trick (autotools method ?) to keep in mind. > Anyway, having the stuff working after over 2 months digging, now I turned >

Re: restrict

2003-07-07 Thread Lassi A. Tuura
> Does cygwin GCC compiler support the C99 restrict keyword? You can find out the same way I would: by trying it out. //lat -- No the Real Programmer wants a "you asked for it, you got it" text editor -- complicated, cryptic, powerful, unforgiving, dangerous. TECO, to be precise. --Ed Post, "Re

Re: find -exec oddity

2003-07-07 Thread Brian Dessent
Ken Dibble wrote: > I can't make sense of this. > > $ find ./ -mtime -1 -print | wc -l > 55 > > $ find ./ -mtime -1 -exec ls -l '{}' \; | wc -l > 2046 Try running "find . -mtime -1" (-print is assumed) and look at the output. In addition to files, find returns directories that match th

RE: _ansi.h

2003-07-07 Thread Robert McNulty Junior
try /usr/include It's there for me. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Martin Gainty Sent: Monday, July 07, 2003 9:43 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: _ansi.h Hello I am looking for header file _ansi.h here is the hea

_ansi.h

2003-07-07 Thread Martin Gainty
Hello I am looking for header file _ansi.h here is the header head for utime.h which calls for it /* sys/utime.h Copyright 2001 Red Hat, Inc. This software is a copyrighted work licensed under the terms of the Cygwin license. Please consult the file "CYGWIN_LICENSE" for details. *

Re: Mount Windows registry into filesystem

2003-07-07 Thread Igor Pechtchanski
On Mon, 7 Jul 2003, Brian Dessent wrote: > Corinna Vinschen wrote: > > > > On Mon, Jul 07, 2003 at 09:19:57AM +0100, William S Fulton wrote: > > > Is it possible to mount the registry into the filesystem? > > > > It is already. Try `ls -l /proc/registry' > > Neat. Is there any way to tell the ty

Re: Mount Windows registry into filesystem

2003-07-07 Thread Brian Dessent
Corinna Vinschen wrote: > > On Mon, Jul 07, 2003 at 09:19:57AM +0100, William S Fulton wrote: > > Is it possible to mount the registry into the filesystem? > > It is already. Try `ls -l /proc/registry' Neat. Is there any way to tell the type of the key's value using this interface? For exampl

Re: TERM problems

2003-07-07 Thread Nigel Stewart
Try rxvt instead of the dosbox cosole... rxvt -sl 1000 -rv -geometry 120x30 +sr -e bash -i It does xterm emulation, which I find quite general purpose. Nigel I have a script which connects via ssh to the server I want to use, but before doing so sets TERM=vt100 -- Unsubscribe info: http://

Re: Setup-net license?

2003-07-07 Thread Igor Pechtchanski
The fact that you used ResourceHacker indicates that you only translated resource strings. Providing the translations (and numeric IDs) of those strings, as well as identifying other strings that remain in English (because they aren't resources) would be helpful. Contrary to what many non-program

Re: find -exec oddity

2003-07-07 Thread Randall R Schulz
Ken, At 16:38 2003-07-07, Ken Dibble wrote: Ok, I'm an idiot. I've looked in the FAQ, searched the mail lists and checked sundry Unix sources (no, not the source code). Well, I doubt greatly that you're an idiot. Confusion is the prelude to enlightenment, after all... (Compare that with Eudora

find -exec oddity

2003-07-07 Thread Ken Dibble
Ok, I'm an idiot. I've looked in the FAQ, searched the mail lists and checked sundry Unix sources (no, not the source code). I can't make sense of this. $ find ./ -mtime -1 -print | wc -l 55 $ find ./ -mtime -1 -ls | wc -l 55 $ find ./ -mmin -1440 -ls | wc -l 55 $ find ./ -mtime -1 -ex

Re: Setup-net license?

2003-07-07 Thread Luciano
Hello, Igor. I would like to do that, but I wouldn't know how. I used ResourceHacker, which is a "hacking-for-dummies" program. No programming skills required, unlike what you described. Someone else is involved in the idea with me, I'll check if he knows how to do that. Meanwhile, is there an

Re: Setup-net license?

2003-07-07 Thread Igor Pechtchanski
On Mon, 7 Jul 2003, Luciano wrote: > Is there any license specific to the setup.exe program? More > specifically, is there any problem if I hack it so that the interface > is diplayed in another language and distribute it? Luciano, Headers in the source say that the code is GPL'd. It might be n

Re: Restricted

2003-07-07 Thread Rolf Campbell
Martin Gainty wrote: Hello All- Anyone run across the keywork 'restricted'? What does it mean? Many Thanks, -Martin It means that children must be accompanied by an adult. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html D

[ANNOUNCEMENT] Updated: inetutils-1.3.2-23

2003-07-07 Thread Corinna Vinschen
I've updated the version of inetutils in cygwin/latest to 1.3.2-23. This is a security update. It solves the problem described as CERT® Advisory CA-2001-21 Buffer Overflow in telnetd See http://www.cert.org/advisories/CA-2001-21.html. An overflowable buffer was found in the version of teln

Re: posix and win32 enviornment

2003-07-07 Thread Shankar Unni
Igor Pechtchanski wrote: [...] you'll be using the MinGW libraries, and your program will not understand POSIX paths (i.e., you'll have to use Win32 ones). Well, to be totally, utterly nitpicky, I believe "/WinNT/System32" is a valid POSIX filename which will be understood by Win32 programs as we

Setup-net license?

2003-07-07 Thread Luciano
Is there any license specific to the setup.exe program? More specifically, is there any problem if I hack it so that the interface is diplayed in another language and distribute it? Thanks, -- Luciano ES <[EMAIL PROTECTED]> Santos, SP - Brasil -- Unsubscribe info: http://cygwin.com/ml/#u

Re: bufffer overflow in telnetd

2003-07-07 Thread Corinna Vinschen
On Mon, Jul 07, 2003 at 02:28:01PM -0500, Menon, Girish (MED, WIPRO-GE MED) wrote: > > Does anyone know whether a patch has been released for the security > > hole CAN-2001-0554 about buffer overflow in telnetd (CA- 2001-21)? > > http://www.cert.org/advisories/CA-2001-21.html Not so far. I've jus

Re: restrict

2003-07-07 Thread Lassi A. Tuura
> I have never seen restrict keyword..any ideas? It was introduced in C99, and in a few compilers before that. Roughly speaking it means the memory pointed to by the restrict pointer is not aliased by anything else visible in that scope, so the compiler is free to optimise the code assuming no ot

Re: gcc using termios.h and -mno-cygwin

2003-07-07 Thread Shankar Unni
Terry Dabbs wrote: (1) Should this work with termios.h and -mno-cygwin together? Not unless Windows natively supports the termios interface (which it doesn't). When you use -mno-cygwin, what you're getting is pretty much the naked Windows API. The headers and .libs are provided by MinGW, of cou

restrict

2003-07-07 Thread Martin Gainty
Igor et al. from openssl source /bn/sys/select.h #ifdef __USE_XOPEN2K /* Same as above only that the TIMEOUT value is given with higher resolution and a sigmask which is been set temporarily. This version should be used. */ extern int pselect (int __nfds, fd_set *__restrict __readfds,

RE: users and startup scripts (FAQ alert)

2003-07-07 Thread Bill McCormick
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Igor Pechtchanski > Sent: Monday, July 07, 2003 2:25 PM > To: Bill McCormick > Cc: [EMAIL PROTECTED] > Subject: Re: users and startup scripts (FAQ alert) > > > On Mon, 7 Jul 2003, Bill McCormick wrote: > >

bufffer overflow in telnetd

2003-07-07 Thread Menon, Girish (MED, WIPRO-GE MED)
> Does anyone know whether a patch has been released for the security > hole CAN-2001-0554 about buffer overflow in telnetd (CA- 2001-21)? > http://www.cert.org/advisories/CA-2001-21.html > I am unable to find it on the cygwin web site. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-s

Re: Restricted

2003-07-07 Thread Igor Pechtchanski
On Mon, 7 Jul 2003, Martin Gainty wrote: > Hello All- > > Anyone run across the keywork 'restricted'? > What does it mean? > > Many Thanks, > -Martin In what context? You're going to have to be *much* more specific than that. Also, did you Google:

Re: users and startup scripts (FAQ alert)

2003-07-07 Thread Igor Pechtchanski
On Mon, 7 Jul 2003, Bill McCormick wrote: > My /etc/.bash_profile doesn't seem to get executed. According to > http://www.gnu.org/manual/bash-2.05a/html_chapter/bashref_6.html#SEC63 it > wouldn't, which is contrary to other posts I've seen and Cygwin docs. So > consequently, my bash.bashrc and ~/.

Re: Mount Windows registry into filesystem

2003-07-07 Thread Elfyn McBratney
On Mon, 7 Jul 2003, Christopher Faylor wrote: > On Mon, Jul 07, 2003 at 10:37:10AM +0100, Elfyn McBratney wrote: > >On Mon, 7 Jul 2003, William S Fulton wrote: > >>Is it possible to mount the registry into the filesystem? I'd love it > >>if one could use commands like 'ls', 'diff' and 'find' on t

Re: emacs locksup win98se

2003-07-07 Thread Joe Buehler
Graham Lamont wrote: How do I do this ? I tried putting: set CYGWIN=tty notitle glob It goes in the Windows environment variables for the system or for your user, depending on who uses the machine. If I recall correctly, you can right click on "My Computer" and get to the environment variable set

Restricted

2003-07-07 Thread Martin Gainty
Hello All- Anyone run across the keywork 'restricted'? What does it mean? Many Thanks, -Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http

users and startup scripts

2003-07-07 Thread Bill McCormick
My /etc/.bash_profile doesn't seem to get executed. According to http://www.gnu.org/manual/bash-2.05a/html_chapter/bashref_6.html#SEC63 it wouldn't, which is contrary to other posts I've seen and Cygwin docs. So consequently, my bash.bashrc and ~/.bashrc do not get executed. /etc/profile does exec

Re: C99/C++ patch for /usr/include/math.h

2003-07-07 Thread J. Johnston
David, Could you provide more details on the failure. Does the latest version of the testcases test long double by any chance? The newlib version matches the C99 sample definition except that it is missing long double support. -- Jeff J. Billinghurst, David (CRTS) wrote: I have been working

Re: Source for upset package

2003-07-07 Thread Jim Kleckner
Igor Pechtchanski wrote: FYI, the cvsweb.cgi script produces a chooser box at the top of the page which allows you to select the CVS Root without hand-editing the URL. Igor Holy cow, I must have been still asleep that morning, sheesh! Thanks again - Jim -- Unsubscribe info: htt

Re: /dev directory

2003-07-07 Thread Igor Pechtchanski
On Mon, 7 Jul 2003, Rob wrote: > Hello, > > Is there a way to get a list of all the available devices in /dev (either > from the command line or from some documentation)? > > Thanks, > Rob. Rob, Search the list archives for "/dev devices list", or see

/dev directory

2003-07-07 Thread Rob
Hello, Is there a way to get a list of all the available devices in /dev (either from the command line or from some documentation)? Thanks, Rob. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http

RE: CygPath to Clipboard (was: example needed pls ...)

2003-07-07 Thread Soren A
I had written: > Thus one > entry I examined looks like this: > > "TEMP"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,0 > 0,74,\ > 00,25,00,5c,00,54,00,45,00,4d,00,50,00,00,00 Mystery is done. There are two kinds of .REG file: ANSI and Unicode. The Regedit tool on WinXP ex

TERM problems

2003-07-07 Thread poff
Hi, I want to use cygwin as my terminal program replacement, and all was working fine. I have a script which connects via ssh to the server I want to use, but before doing so sets TERM=vt100 Now, mutt and slrn don't behave properly, with messed up displays, and arrow keys as "unkown command"

Re: emacs locksup win98se

2003-07-07 Thread Graham Lamont
On Mon, 07 Jul 2003 11:55:10 -0400, Joe Buehler <[EMAIL PROTECTED]> wrote: > Graham Lamont wrote: > > > $ emacs-nox > > from an rxvt running bash > > I get sporadic lock-up of all keyboard input for the whole desktop > > (inc alt-tab,c-a-del) for 3-5 s at a time. > > Is this a known issue? Any wa

Re: Apache mod_ssl fork problem

2003-07-07 Thread Jason Tishler
Andrew, On Mon, Jul 07, 2003 at 02:33:07PM +0100, andrew brian clegg wrote: > On Mon, 7 Jul 2003, Jason Tishler wrote: > > On Mon, Jul 07, 2003 at 11:11:13AM +0100, andrew brian clegg wrote: > > > Thanks, I'll try it tonight when I get home. Just out of curiosity > > > -- I rebased everything in /

Re: how to use current directory as bash startup directory

2003-07-07 Thread Daniel Barclay
Igor Pechtchanski wrote: On Thu, 3 Jul 2003, Daniel Barclay wrote: Can bash "inherit" the working directory setting from the process that invoked bash instead of always setting its initial working directory (to the user's home directory)? ... Normally, you should be able to just not pass the --

Re: emacs locksup win98se

2003-07-07 Thread Joe Buehler
Graham Lamont wrote: $ emacs-nox from an rxvt running bash I get sporadic lock-up of all keyboard input for the whole desktop (inc alt-tab,c-a-del) for 3-5 s at a time. Is this a known issue? Any way round it ? Prefer not to use X as this is vslow on my machine. I use win98se at home on the laptop

Re: Apache mod_ssl fork problem

2003-07-07 Thread andrew brian clegg
On Mon, 7 Jul 2003, Jason Tishler wrote: > On Mon, Jul 07, 2003 at 11:11:13AM +0100, andrew brian clegg wrote: > > Thanks, I'll try it tonight when I get home. Just out of curiosity -- > > I rebased everything in /bin as well as /lib/apache, and cygssl.dll is > > in /bin -- what does rebaseall d

RE: php-mysql-cygwin how to

2003-07-07 Thread Bill McCormick
I compiled it myself from the linux src I got from mysql.com. It seems to work but maybe there's a more established way. Bill -Original Message- From: Ralf Hauser [mailto:[EMAIL PROTECTED] Sent: Monday, July 07, 2003 2:01 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED];

Re: Mount Windows registry into filesystem

2003-07-07 Thread Christopher Faylor
On Mon, Jul 07, 2003 at 10:37:10AM +0100, Elfyn McBratney wrote: >On Mon, 7 Jul 2003, William S Fulton wrote: >>Is it possible to mount the registry into the filesystem? I'd love it >>if one could use commands like 'ls', 'diff' and 'find' on the registry, >>treating keys as directories and values

emacs locksup win98se

2003-07-07 Thread Graham Lamont
I'm trying to learn and use emacs 21.2.1 on win98 on a 2m old cygwin full release. When I: $ emacs-nox from an rxvt running bash I get sporadic lock-up of all keyboard input for the whole desktop (inc alt-tab,c-a-del) for 3-5 s at a time. Is this a known issue? Any way round it ? Prefer not to us

RE: Makefile *** missing separator

2003-07-07 Thread Hannu E K Nevalainen \(garbage mail\)
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Andrew Jacka > I have a question about gnumake under cygwin... > I am getting an error "*** missing separator" compliling using a > home-baked makefile. I believe "separator" in makefiles equals the TAB character. a) Ensure th

Re: Apache mod_ssl fork problem

2003-07-07 Thread Jason Tishler
Andrew, On Mon, Jul 07, 2003 at 11:11:13AM +0100, andrew brian clegg wrote: > On Sun, 6 Jul 2003, Elfyn McBratney wrote: > > rebaseall -v > > Thanks, I'll try it tonight when I get home. Just out of curiosity -- > I rebased everything in /bin as well as /lib/apache, and cygssl.dll is > in /bin

Re: Apache mod_ssl fork problem

2003-07-07 Thread andrew brian clegg
On Sun, 6 Jul 2003, Elfyn McBratney wrote: > On Sun, 6 Jul 2003, andrew brian clegg wrote: > > over and over. I've tried rebasing everything as discussed in > > > > http://www.cygwin.com/ml/cygwin/2002-10/msg00698.html > > > > but with no joy, cygssl.dll still doesn't want to remap. I made sure

Re: Mount Windows registry into filesystem

2003-07-07 Thread Elfyn McBratney
On Mon, 7 Jul 2003, William S Fulton wrote: > Is it possible to mount the registry into the filesystem? I'd love it if one could > use > commands like 'ls', 'diff' and 'find' on the registry, treating keys as directories > and > values as files. I have a vague recollection of a posting about thi

Re: Mount Windows registry into filesystem

2003-07-07 Thread Elfyn McBratney
On Mon, 7 Jul 2003, William S Fulton wrote: > Is it possible to mount the registry into the filesystem? I'd love it if one could > use > commands like 'ls', 'diff' and 'find' on the registry, treating keys as directories > and > values as files. I have a vague recollection of a posting about thi

Re: Mount Windows registry into filesystem

2003-07-07 Thread Corinna Vinschen
On Mon, Jul 07, 2003 at 09:19:57AM +0100, William S Fulton wrote: > Is it possible to mount the registry into the filesystem? It is already. Try `ls -l /proc/registry' Corinna -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.ht

RE: Mount Windows registry into filesystem

2003-07-07 Thread "Schaible, Jörg"
Tried /prog/registry yet ? William S Fulton wrote: > Is it possible to mount the registry into the filesystem? I'd love it > if one could use commands like 'ls', 'diff' and 'find' on the > registry, treating keys as directories and > values as files. I have a vague recollection of a posting about

Mount Windows registry into filesystem

2003-07-07 Thread William S Fulton
Is it possible to mount the registry into the filesystem? I'd love it if one could use commands like 'ls', 'diff' and 'find' on the registry, treating keys as directories and values as files. I have a vague recollection of a posting about this a long while back, but I can't for the life of me fi