Re: TERM problems

2003-07-08 Thread jurgen . defurne
Hello, I'd like to use rxvt, but without an X server, its fonts are ugly. I like bold non-serif fonts, and the only thing I can get are thin serif fonts. Does any body have some hints how to fix this ? Regards, Jurgen Nigel Stewart <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 07/08

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

2003-07-08 Thread "Schaible, Jörg"
So any reason, why not to use regtool ? Soren A wrote: > 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 ar

Re: TERM problems

2003-07-08 Thread poff
On Tue, Jul 08, 2003 at 11:37:12AM +1000, Nigel Stewart wrote: > Try rxvt instead of the dosbox cosole... > rxvt -sl 1000 -rv -geometry 120x30 +sr -e bash -i Did the job thanks. To emulate that "dos" feel a bit more I used: rxvt -sl 1000 -ls -rv -geometry 100x30 -sr -e pdksh -l So here are a fe

Re: TERM problems

2003-07-08 Thread Brian Dessent
[EMAIL PROTECTED] wrote: > I'd like to use rxvt, but without an X server, its fonts are ugly. I like > bold non-serif fonts, and the only thing I can get are thin serif > fonts. > > Does any body have some hints how to fix this ? You can supply any Windows font name for use, i.e. '-fn "Lucida Co

Re: TERM problems

2003-07-08 Thread Elfyn McBratney
On Tue, 8 Jul 2003, poff wrote: > On Tue, Jul 08, 2003 at 11:37:12AM +1000, Nigel Stewart wrote: > > Try rxvt instead of the dosbox cosole... > > rxvt -sl 1000 -rv -geometry 120x30 +sr -e bash -i > > Did the job thanks. > > To emulate that "dos" feel a bit more I used: > > rxvt -sl 1000 -ls -rv -g

Re: TERM problems

2003-07-08 Thread poff
On Tue, Jul 08, 2003 at 01:37:49AM -0700, Brian Dessent wrote: > Console-11"'. Try also shift-keypad-plus/minus to select different > fonts while running. I found a nice font with shift_kp+ * 2. How can I specify rxvt to load this automatically? Thanks, P. -- [EMAIL PROTECTED] SDF Public Acc

Re: TERM problems

2003-07-08 Thread poff
On Tue, Jul 08, 2003 at 09:38:22AM +0100, Elfyn McBratney wrote: > Hmm, are you sure you have a "Terminal" font? I'm on XP and don't see it..maybe > they got rid of it on XP. My bad, it's a raster font. > > Terminal font instead of this rather thin and small one? > > -Anyway I can get right-click

Re: TERM problems

2003-07-08 Thread Brian Dessent
poff wrote: > -I tried -fn Terminal but that didn't work. How can I load the Windows > Terminal font instead of this rather thin and small one? Try '-fn FixedSys'. I prefer '-fn "Lucida Console-11"' personally. > -How can I get the del key to work and not show "~" instead In .inputrc: "\M-[3~

Re: TERM problems

2003-07-08 Thread Brian Dessent
poff wrote: > > On Tue, Jul 08, 2003 at 01:37:49AM -0700, Brian Dessent wrote: > > Console-11"'. Try also shift-keypad-plus/minus to select different > > fonts while running. > > I found a nice font with shift_kp+ * 2. > > How can I specify rxvt to load this automatically? That's an excellent

Pb including Xm.h

2003-07-08 Thread philippe guillaume
My program contains some include of "Xm/Xm.h" Libraries are defined like this : INC_DIR_XLIB = /usr/X11R6/include and for compilation : -I$(INC_DIR_LIB) I manage to compile it on Linux but not on Cygwin !!! But the pathes for Xm.h are the same ! When i want to compile it the followi

Re: Pb including Xm.h

2003-07-08 Thread Elfyn McBratney
On Tue, 8 Jul 2003, [iso-8859-1] philippe guillaume wrote: > My program contains some include of "Xm/Xm.h" > > Libraries are defined like this : > INC_DIR_XLIB = /usr/X11R6/include > > and for compilation : > -I$(INC_DIR_LIB) > > I manage to compile it on Linux but not on Cygwin !!! > B

Re: Mount Windows registry into filesystem

2003-07-08 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

ping Corinna

2003-07-08 Thread james lankton
Hello Corinna, On the 31/6/2003 referring to ssl you wrote: >If you have a look into the util/cygwin.sh script, you'll find it makes >basically this: > ./config --prefix=/usr shared no-idea no-rc5 no-mdc2 >make depend > make >Corinna please would let me know what 'no-idea' represents? t

Re: ping Corinna

2003-07-08 Thread Elfyn McBratney
On Tue, 8 Jul 2003, james lankton wrote: > Hello Corinna, > > On the 31/6/2003 referring to ssl you wrote: > > >If you have a look into the util/cygwin.sh script, you'll find it makes > >basically this: > > > ./config --prefix=/usr shared no-idea no-rc5 no-mdc2 > >make depend > > make > Does

RE: ping Corinna

2003-07-08 Thread Vince Hoffman
its an encryption algorithm, (International Data Encryption Algorithm) (a tiny bit about the idea algorithm.) -Original Message- > From: james lankton [mailto:[EMAIL PROTECTED] > Sent: 08 July 200

RE: php-mysql-cygwin how to

2003-07-08 Thread andrew brian clegg
On Mon, 7 Jul 2003, Bill McCormick wrote: [mysql client] > 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. Wanna try this myself sometime. Did you have to tweak it much or did it compile out of the box? Andrew. -- U

RE: php-mysql-cygwin how to

2003-07-08 Thread Elfyn McBratney
On Tue, 8 Jul 2003, andrew brian clegg wrote: > On Mon, 7 Jul 2003, Bill McCormick wrote: > > [mysql client] > > > 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. > > Wanna try this myself sometime. Did you have to tweak

Re: Pb including Xm.h

2003-07-08 Thread philippe guillaume
But when i installed cygwin, i installed all the packages ... And even if this package was not installed , why the file Xm.h is not found ? I see it in /usr/X11R6/include/Xm/ I'm gonna try your solution Thanks --- Elfyn McBratney <[EMAIL PROTECTED]> a écrit : > On Tue, 8 Jul 2003, [iso-8859-1]

Re: users and startup scripts (FAQ alert)

2003-07-08 Thread andrew brian clegg
On Mon, 7 Jul 2003, Igor Pechtchanski wrote: > The preferred method for switching users is by running "ssh > [EMAIL PROTECTED]" (after setting up sshd, obviously). I'm guessing the > above FAQ entry should be updated as well. I hope this isn't rehashing old discussions, but I'd always assumed f

Re: Pb including Xm.h

2003-07-08 Thread Elfyn McBratney
On Tue, 8 Jul 2003, [iso-8859-1] philippe guillaume wrote: > But when i installed cygwin, i installed all the > packages ... > And even if this package was not installed , why the > file Xm.h is not found ? > I see it in /usr/X11R6/include/Xm/ > > I'm gonna try your solution If it's already there

Re: ping Corinna

2003-07-08 Thread james lankton
my fault again IDEA as in no-idea. my goodness I should really stop taking all those pills. james "Elfyn McBratney" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Tue, 8 Jul 2003, james lankton wrote: > > > Hello Corinna, > > > > On the 31/6/2003 referring to ssl you wrote: > >

Re: ping Corinna

2003-07-08 Thread james lankton
Hello Elfyn, no is the answer to your question, but I will today. What I would like to clear up is it not the case that openssl 0.9.7b comes installed with cygwin if so whats the point of running config and make? James "james lankton" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]

mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread andrew brian clegg
On Tue, 8 Jul 2003, Elfyn McBratney wrote: > From memory (haven't compiled MySQL on Cygwin for a while) it compiles > fine, the only problem was, and perhaps still is, with the server. The > libraries work fine, too. I promised myself that I'd try and get it > working...But so little time and so

Re: ping Corinna

2003-07-08 Thread Elfyn McBratney
On Tue, 8 Jul 2003, james lankton wrote: > Hello Elfyn, > no is the answer to your question, but I will today. > > What I would like to clear up is it not the case that > openssl 0.9.7b comes installed with cygwin if so > whats the point of running config and make? Erm, sorry..what do you mean?

Re: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread Elfyn McBratney
On Tue, 8 Jul 2003, andrew brian clegg wrote: > > On Tue, 8 Jul 2003, Elfyn McBratney wrote: > > > From memory (haven't compiled MySQL on Cygwin for a while) it compiles > > fine, the only problem was, and perhaps still is, with the server. The > > libraries work fine, too. I promised myself that

Re: Pb including Xm.h

2003-07-08 Thread philippe guillaume
yes it is added like i told in the first post ... --- Elfyn McBratney <[EMAIL PROTECTED]> a écrit : > On Tue, 8 Jul 2003, [iso-8859-1] philippe guillaume > wrote: > > > But when i installed cygwin, i installed all the > > packages ... > > And even if this package was not installed , why > the >

Re: Mount Windows registry into filesystem

2003-07-08 Thread andrew brian clegg
On Mon, 7 Jul 2003, Igor Pechtchanski wrote: > > Conversely is there a way to determine the type when reading? It > > appears that Cygwin does what you expect (e.g. returning a \0 delimited > > list for REG_MULTI_SZ) but is there any way to ask it directly? > > Not that I know of. Look at fhan

Re: Pb including Xm.h

2003-07-08 Thread Elfyn McBratney
On Tue, 8 Jul 2003, [iso-8859-1] philippe guillaume wrote: > yes it is added like i told in the first post ... OK, can you send us the command that's failing? Elfyn > > > But when i installed cygwin, i installed all the > > > packages ... > > > And even if this package was not installed , why >

Re: Mount Windows registry into filesystem

2003-07-08 Thread Elfyn McBratney
On Tue, 8 Jul 2003, andrew brian clegg wrote: > > On Mon, 7 Jul 2003, Igor Pechtchanski wrote: > > > > Conversely is there a way to determine the type when reading? It > > > appears that Cygwin does what you expect (e.g. returning a \0 delimited > > > list for REG_MULTI_SZ) but is there any way t

Re: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread andrew brian clegg
On Tue, 8 Jul 2003, Elfyn McBratney wrote: > I decided to drop what I'm working on and play with MySQL this afternoon ;-) > > If all goes well and I can get everything par the server working I'll see if > it/they (client and libs) would be accepted as packages..then tackle the server. You hero.

Re: Mount Windows registry into filesystem

2003-07-08 Thread andrew brian clegg
On Tue, 8 Jul 2003, Elfyn McBratney wrote: > > Suggestion to those who know about these things: being able to go > > > > file /proc/registry/HKEY_CURRENT_USER/blahblahblah > > > > and have it return the type would be way cool. Or would that involve a > > really ugly hack? > > Kinda, 'cos `file'

Re: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread Gerrit P. Haase
Hello Elfyn, >> I'm not so worried about the server to be honest... It's only the >> readline-based client that uses that nasty B19 dll which is what I want to >> get rid of cleanly. >> Although having said that, I don't think MySQL 4.1 Alpha ships with the >> dodgy dll -- not sure what they've d

Re: Mount Windows registry into filesystem

2003-07-08 Thread Brian Dessent
Elfyn McBratney wrote: > On Tue, 8 Jul 2003, andrew brian clegg wrote: > > > Suggestion to those who know about these things: being able to go > > > > file /proc/registry/HKEY_CURRENT_USER/blahblahblah > > > > and have it return the type would be way cool. Or would that involve a > > really ugly

Re: php-mysql-cygwin how to

2003-07-08 Thread Max Bowsher
Elfyn McBratney wrote: > On Tue, 8 Jul 2003, andrew brian clegg wrote: > >> On Mon, 7 Jul 2003, Bill McCormick wrote: >> >> [mysql client] >> >>> 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. >> >> Wanna try this myself

Re: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread Elfyn McBratney
On Tue, 8 Jul 2003, Gerrit P. Haase wrote: > Hello Elfyn, > > >> I'm not so worried about the server to be honest... It's only the > >> readline-based client that uses that nasty B19 dll which is what I want to > >> get rid of cleanly. > > >> Although having said that, I don't think MySQL 4.1 Alph

Re: Pb including Xm.h

2003-07-08 Thread philippe guillaume
here it is : gcc -02 -gddb -Iblabla/include -c myprog.c and it produces this error : "In file included from myprog.c: blabla/myprog.h : Xm/Xm.h : No Such File Or Directory" --- Elfyn McBratney <[EMAIL PROTECTED]> a écrit : > On Tue, 8 Jul 2003, [iso-8859-1] philippe guillaume > wrote: > > > yes

Re: find -exec oddity

2003-07-08 Thread Ken Dibble
Randall R Schulz wrote: 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.

RE: php-mysql-cygwin how to - have_crypt = YES ? have_openssl? mysqld under cygwin?

2003-07-08 Thread Ralf Hauser
> -Original Message- > From: Elfyn McBratney [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 8. Juli 2003 12:00 > > [mysql client] > > > > Wanna try this myself sometime. Did you have to tweak it much or did it > > compile out of the box? > > > > Andrew. > > From memory (haven't compiled MySQL

Re: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread Gerrit P. Haase
Hello Elfyn, >>> I decided to drop what I'm working on and play with MySQL this afternoon ;-) >>> If all goes well and I can get everything par the server working I'll see if >>> it/they (client and libs) would be accepted as packages..then tackle the server. >> The server will build fine and I

Re: find -exec oddity

2003-07-08 Thread Brian Dessent
Ken Dibble wrote: > As you can see, there are indeed some directories, but a whole bunch of > files > which shouldn't be there as well. > > The big question now is why are some files considered directories? I don't see the confusion here. You're feeding to "ls -l" the parameters "./" , "./files

Re: TERM problems

2003-07-08 Thread jurgen . defurne
Thanks, This works much better, but btw. do you also have an idea how to specify bold fonts ? I tried "Lucida Console-Bold-18", "..-18-Bold", using a B only, searched in the fonts. It should be possible, because the standard DOS box can be configured for bold fonts. Regards, Jurgen Bri

Re: php-mysql-cygwin how to

2003-07-08 Thread Gerrit P. Haase
Hello Max, > 1) Underscore mismatches when using the x86 optimized assembler > implementation of string functions. Workaround: --disable-assembler > 2) Missing $(EXEEXT) causes make to invoke an implicit rule, generating a > huge amount of nonsensical errors. Patch: > --- mysql-4.0.13/sql/Makefi

Re: Pb including Xm.h

2003-07-08 Thread Elfyn McBratney
On Tue, 8 Jul 2003, [iso-8859-1] philippe guillaume wrote: > here it is : > gcc -02 -gddb -Iblabla/include -c myprog.c Doesn't look like /usr/X11R6/include , does it? You need to add `-I/usr/X11R6/include' to that above command line. Elfyn -- Elfyn McBratney, E

Re: Pb including Xm.h

2003-07-08 Thread philippe guillaume
i think i found why it does not work ... there's two same-named files ! Myprog.h and myprog.h !!! Cygwin does not understand that this is two different files apparently ... oh la la la la :-( --- Elfyn McBratney <[EMAIL PROTECTED]> a écrit : > On Tue, 8 Jul 2003, [iso-8859-1] philippe guillaum

Re: users and startup scripts (FAQ alert)

2003-07-08 Thread Larry Hall
andrew brian clegg wrote: On Mon, 7 Jul 2003, Igor Pechtchanski wrote: The preferred method for switching users is by running "ssh [EMAIL PROTECTED]" (after setting up sshd, obviously). I'm guessing the above FAQ entry should be updated as well. I hope this isn't rehashing old discussions, bu

Re: TERM problems

2003-07-08 Thread Brian Dessent
[EMAIL PROTECTED] wrote: > This works much better, but btw. do you also have an idea how > to specify bold fonts ? I tried "Lucida Console-Bold-18", "..-18-Bold", > using a B only, searched in the fonts. It should be possible, > because the standard DOS box can be configured for bold fonts. After

Re: TERM problems

2003-07-08 Thread jurgen . defurne
Hey, Works a treat! I also found that rxvt reads the ~/.Xresources file, so by specifying Rxvt*font:-*-lucida console-bold-r-*-*-18 the selected font does not need to be specified on the command line. Regards, Jurgen Brian Dessent <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 07/

Re: CRLF to LF Issue

2003-07-08 Thread Dean Scarff
On July 3 at 2003 0:49, "Hannu E K Nevalainen (garbage mail)" wrote: > > FYI... :-} > > I've been in this situation since 1985 or so... (Amiga user since > then.AmigaOS uses LF EOL. Also been using MS "OS'es" since before > '85). > "My way" has been: > 1) Keep each OS clean of files not havi

Re: posix and win32 enviornment

2003-07-08 Thread Andrew DeFaria
Shankar Unni wrote: 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

error running cygcheck 1.32

2003-07-08 Thread Kevin Van Workum
I have cygcheck version 1.32. If I run cygcheck -s, a window titled "Program Error" pops up. The window says "cygcheck.exe has generated errors and will be closed by Windows. You will need to restart the program. An error log is being created." cygcheck stops printing information after the PATH is

RE: php-mysql-cygwin how to

2003-07-08 Thread Bill McCormick
Andrew, I got the latest 4.0.13 src (see the link below) and then configured and compiled: $ ./configure --without-server --prefix=/usr/local/mysql --with-unix-socket-pa th=/usr/local/mysql/tmp/mysql.sock $ make; make install See my original post: http://sources.redhat.com/ml/cygwin/2003-07/msg0

Re: posix and win32 enviornment

2003-07-08 Thread Randall R Schulz
Andrew, At 14:48 2003-07-07, Andrew DeFaria wrote: Shankar Unni wrote: 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"

Advice on where to look to solve a problem

2003-07-08 Thread Steve
Hi; I'm on windows 2000 with cygwin. I need to make a script that will check all of the file modified dates on all of the files in a list of directories. If any of these dates is older then the current date I want to print the name of the file and the date to a file. I'm new to bash scripti

Re: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread andrew brian clegg
On Tue, 8 Jul 2003, Gerrit P. Haase wrote: > >> Although having said that, I don't think MySQL 4.1 Alpha ships with the > >> dodgy dll -- not sure what they've done, haven't investigated it properly > >> yet. > > Weird, it should really be compiled and included with the netrelease. Just had a

Re: Advice on where to look to solve a problem

2003-07-08 Thread Elfyn McBratney
On Tue, 8 Jul 2003, Steve wrote: > Hi; > > I'm on windows 2000 with cygwin. > > I need to make a script that will check all of the file modified dates > on all of the files in a list of directories. If any of these dates is > older then the current date I want to print the name of the file and t

Re: TERM problems

2003-07-08 Thread Igor Pechtchanski
On Tue, 8 Jul 2003, poff wrote: > On Tue, Jul 08, 2003 at 01:37:49AM -0700, Brian Dessent wrote: > > Console-11"'. Try also shift-keypad-plus/minus to select different > > fonts while running. > > I found a nice font with shift_kp+ * 2. > > How can I specify rxvt to load this automatically? > > T

Re: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread Elfyn McBratney
On Tue, 8 Jul 2003, andrew brian clegg wrote: > On Tue, 8 Jul 2003, Gerrit P. Haase wrote: > > > >> Although having said that, I don't think MySQL 4.1 Alpha ships with the > > >> dodgy dll -- not sure what they've done, haven't investigated it properly > > >> yet. > > > > Weird, it should really b

Re: Advice on where to look to solve a problem

2003-07-08 Thread Randall R Schulz
Steve, This is elementary Unix script programming. Well, maybe intermediate scripting. The "find" command will do everything you want. Read the man page ("man find"). It's chock full 'o options. I do suggest you clarify your file age criteria. File time stamps have approximately second-level r

Re: Advice on where to look to solve a problem

2003-07-08 Thread Brian Dessent
Steve wrote: > I need to make a script that will check all of the file modified dates > on all of the files in a list of directories. If any of these dates is > older then the current date I want to print the name of the file and the > date to a file. > > I'm new to bash scripting and many unix

Re: php-mysql-cygwin how to

2003-07-08 Thread Max Bowsher
Gerrit P. Haase wrote: > Hello Max, >> 3) The long standing server problem. It seems like the complex C++ is >> confusing gcc? > > No, it is a problem with the Cygwin/MySQL socket code. Nothing works > with 1.3.22, similar as it is with Apache. The older versions, e.g. > 1.3.10 works better, but

Re: posix and win32 enviornment

2003-07-08 Thread Igor Pechtchanski
On Mon, 7 Jul 2003, Andrew DeFaria wrote: > Shankar Unni wrote: > > > 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

[ANNOUNCEMENT] Updated: gawk-3.1.3-1

2003-07-08 Thread Corinna Vinschen
I've updated the version of GNU awk to 3.1.3-1. This is a official release update. The Cygwin release is based on the original sources. Besides several bugfixes, gawk-3.1.3 adds the following new features: - C-style switch statements are available. - Under Cygwin, output files were generated a

Re: error running cygcheck 1.32

2003-07-08 Thread Igor Pechtchanski
On Tue, 8 Jul 2003, Kevin Van Workum wrote: > I have cygcheck version 1.32. If I run cygcheck -s, a window titled > "Program Error" pops up. The window says "cygcheck.exe has generated > errors and will be closed by Windows. You will need to restart the > program. An error log is being created." c

Re: proftpd hang (1.2.9rc1-2 on 1.3.22)

2003-07-08 Thread Jason Tishler
Bruno, On Mon, Jul 07, 2003 at 08:25:55AM +0200, Grossniklaus Bruno wrote: > Does the strace help? Send me the *entire* strace via private email and I will try to compare it to one of mine. > >BTW, does proftpd hang in the same way with latest Cygwin snapshot? > > I tried now with: cygwin1-200

RE: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread Bill McCormick
Elfyn, I compiled the 4.0.13 and I don't seem to have a mysqlc executable. What I don't understand is why the mysqlc client that comes with the mysql win32 (which uses the cygwin dll) doesn't run in a cygwin bash shell. Even if it did, it still doesn't get us to the point where we can use Perl and

Re: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread Max Bowsher
Gerrit P. Haase wrote: > 4.0.x is still a mess regarding libtoolizing with newer libtool and > newer autotools than they used at MySQL.com, 4.1.x was the first release > which makes no problems with the build tools and only minor problems > with the sources. I obtained a cygmysqlclient-12.dll with

OpenSSH + Public Key Auth + ntsec

2003-07-08 Thread John
Hello, We are running openssh 3.5p1 with public key authentication working with no problems. Currently, we have sshd running with the following: CYGWIN="binmode ntsec tty". When making directories via ssh: ssh "mkdir /cygdrive/d/temp/test" or when copying files via scp: scp file.txt :/cygdrive/

Re: error running cygcheck 1.32

2003-07-08 Thread Kevin Van Workum
On Tue, 8 Jul 2003, Igor Pechtchanski wrote: > On Tue, 8 Jul 2003, Kevin Van Workum wrote: > > > I have cygcheck version 1.32. If I run cygcheck -s, a window titled > > "Program Error" pops up. The window says "cygcheck.exe has generated > > errors and will be closed by Windows. You will need to r

Re: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread Gerrit P. Haase
Max schrieb: > Gerrit P. Haase wrote: >> 4.0.x is still a mess regarding libtoolizing with newer libtool and >> newer autotools than they used at MySQL.com, 4.1.x was the first release >> which makes no problems with the build tools and only minor problems >> with the sources. > I obtained a cygm

is mail or mailx ported to cygwin

2003-07-08 Thread Steve
Hi, I am on win 2000. Did not notice mail or mailx in my installatin of cygwin. I didn't find it on the cygwin site. Is there a port of mail or mailx for cygwin. If not, is there another scriptable email utility? Steve -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Pro

Re: error running cygcheck 1.32

2003-07-08 Thread Igor Pechtchanski
On Tue, 8 Jul 2003, Kevin Van Workum wrote: > On Tue, 8 Jul 2003, Igor Pechtchanski wrote: > > > On Tue, 8 Jul 2003, Kevin Van Workum wrote: > > > > > I have cygcheck version 1.32. If I run cygcheck -s, a window titled > > > "Program Error" pops up. The window says "cygcheck.exe has generated > >

Does cygwin do "find" a little bit differently?

2003-07-08 Thread Steve
Hi; I am on windows 2000 with cygwin. My apologies if this isn't a cygwin issue. I tried using find in cygwin with some examples from various documentation on the command. I kept getting the same error messages. I was wondering if the cygwin syntax was a bit different. This is what I tried:

RE: is mail or mailx ported to cygwin

2003-07-08 Thread Vince Hoffman
mutt should be fine to script with. > -Original Message- > From: Steve [mailto:[EMAIL PROTECTED] > Sent: 08 July 2003 17:16 > To: [EMAIL PROTECTED] > Subject: is mail or mailx ported to cygwin > > > Hi, I am on win 2000. > > Did not notice mail or mailx in my installatin of cygwin. I

Re: Does cygwin do "find" a little bit differently?

2003-07-08 Thread Don Sharp
Hi Steve It is almost certain that you have MS Windows paths prior to cygwin/bin in your PATH and so you are picking up MS' find rather than the Cygwin find. Try which find HTH Don Sharp Steve wrote: > > Hi; > > I am on windows 2000 with cygwin. > > My apologies if this isn't a cygwin iss

RE: Does cygwin do "find" a little bit differently?

2003-07-08 Thread Bill McCormick
Steve, It works for me: [EMAIL PROTECTED]/cygdrive/c $ pwd /cygdrive/c [EMAIL PROTECTED]/cygdrive/c $ find . -name "boot.ini" -print ./boot.ini Check your path env var or maybe update the find util. Bill > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf >

Re: is mail or mailx ported to cygwin

2003-07-08 Thread Igor Pechtchanski
On Tue, 8 Jul 2003, Steve wrote: > Hi, I am on win 2000. > > Did not notice mail or mailx in my installatin of cygwin. I didn't find > it on the cygwin site. > > Is there a port of mail or mailx for cygwin. If not, is there another > scriptable email utility? > > Steve Well, grepping

Re: Does cygwin do "find" a little bit differently?

2003-07-08 Thread Igor Pechtchanski
On Tue, 8 Jul 2003, Steve wrote: > Hi; > I am on windows 2000 with cygwin. > My apologies if this isn't a cygwin issue. > > I tried using find in cygwin with some examples from various > documentation on the command. > > I kept getting the same error messages. I was wondering if the cygwin > synt

Re: OpenSSH + Public Key Auth + ntsec

2003-07-08 Thread andrew brian clegg
On Tue, 8 Jul 2003, John wrote: > CYGWIN="binmode ntsec tty". > > When making directories via ssh: > ssh "mkdir /cygdrive/d/temp/test" > or when copying files via scp: > scp file.txt :/cygdrive/d/temp/test > > the files are given the "ntsec" permissions from cygwin and are corrupting > the N

Re: php-mysql-cygwin how to

2003-07-08 Thread Gerrit P. Haase
Hello Max, > Gerrit P. Haase wrote: >> Hello Max, >>> 3) The long standing server problem. It seems like the complex C++ is >>> confusing gcc? >> No, it is a problem with the Cygwin/MySQL socket code. Nothing works >> with 1.3.22, similar as it is with Apache. The older versions, e.g. >> 1.3.10

Re: error running cygcheck 1.32

2003-07-08 Thread Kevin Van Workum
On Tue, 8 Jul 2003, Igor Pechtchanski wrote: > On Tue, 8 Jul 2003, Kevin Van Workum wrote: > > > On Tue, 8 Jul 2003, Igor Pechtchanski wrote: > > > > > On Tue, 8 Jul 2003, Kevin Van Workum wrote: > > > > > > > I have cygcheck version 1.32. If I run cygcheck -s, a window titled > > > > "Program Err

Re: find -exec oddity

2003-07-08 Thread Ken Dibble
Brian Dessent wrote: Ken Dibble wrote: As you can see, there are indeed some directories, but a whole bunch of files which shouldn't be there as well. The big question now is why are some files considered directories? I don't see the confusion here. You're feeding to "ls -l" the parame

Re: error running cygcheck 1.32

2003-07-08 Thread Igor Pechtchanski
On Tue, 8 Jul 2003, Kevin Van Workum wrote: > On Tue, 8 Jul 2003, Igor Pechtchanski wrote: > > On Tue, 8 Jul 2003, Kevin Van Workum wrote: > > > On Tue, 8 Jul 2003, Igor Pechtchanski wrote: > > > > On Tue, 8 Jul 2003, Kevin Van Workum wrote: > > > > > > > > > I have cygcheck version 1.32. If I run

Re: error running cygcheck 1.32

2003-07-08 Thread Igor Pechtchanski
On Tue, 8 Jul 2003, Igor Pechtchanski wrote: > [snip] > My first suspect would be the console allocation code (cygcheck will not > understand Cygwin ptys and will try to allocate a new console window when > running from X, but that should also happen in rxvt). That's been > modified recently, IIR

Re: OpenSSH + Public Key Auth + ntsec

2003-07-08 Thread John
Here is the corruption as explained by my NT admin: --- Begin --- Our current ACL is: (Owner): Administrators Administrators : Full Control SYSTEM : Full Control ServiceAccount : Full Control Currently, whatever ssh/scp touches - the following ACL gets applied: (Owner):

send message/mail from command line

2003-07-08 Thread andrew goa
Is it possible to send messages/mail from the command line in cygwin. If so point me to the manual please. Andrew -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: send message/mail from command line

2003-07-08 Thread Igor Pechtchanski
On Tue, 8 Jul 2003, andrew goa wrote: > Is it possible to send messages/mail from the command line in cygwin. If so > point me to the manual please. > Andrew See and the appropriate READMEs. Igor -- http:

Re: send message/mail from command line

2003-07-08 Thread Randall R Schulz
Andrew, The most minimal solution is "ssmtp." More fully featured is "exim." Man pages and extended documentation in /usr/doc/exim-* and /usr/doc/ssmtp-* are available for both of these. Randall Schulz At 18:52 2003-07-08, andrew goa wrote: Is it possible to send messages/mail from the command

Performance problem

2003-07-08 Thread Vladimir Baltchev
Hi there, We are about to port Unix - Irix and Linux applications to Windows using Cygwin. However the Cygwin version is very slow compared to Linux, even I compiled with the optimize option -O2. It is a Windows 2000, the program is a segmentation editor using Qt, OpenGl and some image processi

cygipc problem (was shmctl(blabla,IPC_RMID,NULL) question)

2003-07-08 Thread Jason Tishler
Sergey, Please post instead of sending private email. Thanks, Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6 --- Begin Message --- Dear Jason, I've got some issues with IPC_RMID under cygwin, I got cyg

Re: Performance problem

2003-07-08 Thread Larry Hall
Vladimir Baltchev wrote: Hi there, We are about to port Unix - Irix and Linux applications to Windows using Cygwin. However the Cygwin version is very slow compared to Linux, even I compiled with the optimize option -O2. It is a Windows 2000, the program is a segmentation editor using Qt, OpenG

Re: Performance problem

2003-07-08 Thread Vladimir Baltchev
Thanks Larry, I know about the license. About the speed - it's several times slower... May be it worth the effort to make some benchmarking... Vlad Larry Hall wrote: Vladimir Baltchev wrote: Hi there, We are about to port Unix - Irix and Linux applications to Windows using Cygwin. However the C

Re: Performance problem

2003-07-08 Thread Larry Hall
Some amount of benchmarking has been done. You can see the email archives for reports from various interested folks with their comparisons. If you haven't already, visit . The FAQ covers some common issues that may affect your results. However, it sounds to me from t

Re: Cannot open bayes_path error

2003-07-08 Thread Ajay Simha
On Tue Jul 08 13:15:19 2003, Benjamin Tomhave wrote: > Hi Ajay, > > You had posted a message to the cywin mailing list about getting an error > from SpamAssassin along the lines of "Cannot open bayes_path R/W: > Permission Denied" (http://www.cygwin.com/ml/cygwin/2003-03/msg01427.html). > Did you

Re: OpenSSH + Public Key Auth + ntsec

2003-07-08 Thread Mark Priest
John, I am using Cygwin and sshd with public key authentication on a Windows XP Professional machine and I am seeing the same ACL behavior that you are. I have set the CYGWIN environment variable to "ntsec nontea" "nontsec ntea" and "nontsec nontea". These settings do not affect the fundamental

Re: Performance problem

2003-07-08 Thread Keen Wayne A Contr AFRL/MNGG
General observation: There are quite a few more optimizations that can have *some* impact on performance. Options for processor specific code and increased math speed. Note also -O2 is not maximum optimization, -O3 is: -O3 Optimize yet more. -O3 turns on all optimizations specified by -O2

RE: Cannot open bayes_path error

2003-07-08 Thread Benjamin Tomhave
Well, hopefully someone will remember and reply off-list, since your original message was found via Google and not through list membership. :) > -Original Message- > From: Ajay Simha [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 08, 2003 1:42 PM > To: Benjamin Tomhave > Cc: [EMAIL PROTE

RE: emacs locksup win98se

2003-07-08 Thread Hannu E K Nevalainen \(garbage mail\)
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Joe Buehler > Graham Lamont wrote: > > > How do I do this ? > > I tried putting: > > set CYGWIN=tty notitle glob export CYWIN=... ^^ Necessary in bash! "set" is ok for DOS .BAT files. > It goes in the Windows environment vari

RE: error running cygcheck 1.32

2003-07-08 Thread Hannu E K Nevalainen \(garbage mail\)
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Kevin Van Workum > I have cygcheck version 1.32. If I run cygcheck -s, a window titled > "Program Error" pops up. The window says "cygcheck.exe has generated > errors and will be closed by Windows. You will need to restart the > progr

#include_next

2003-07-08 Thread Martin Gainty
Could someone please tell me what #include_next is ?? Where is the original definition? Thanks, M -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: ht

Re: Performance problem

2003-07-08 Thread Andre Bleau
If I am interpreting the output below correctly, you are developing an OpenGL program under X11; that's the main reason it is so slow. OpenGL under X11 renders everything in software, without any hardware acceleration, so it's rendering is orders of magnitude slower. It is true that Cygwin's I/

  1   2   >