Re: Setup

2002-02-19 Thread Brian Keener
Robert Collins wrote: That's where our view differs because I see the radio buttons as a way of selecting the maximum version I want considered and if that version does not exist then the default is the next version down (Test - Current - Prev depending on Radio button selected) and if

Re: MI keyboard input - automatic repeat?

2002-02-19 Thread Alan Hourihane
Harold, Try disabling the BlockHandler, and leave input processing to the WakeupHandler. (you should be able to remove the blockhandler code actually - it may be entering two strokes into the input queue). Alan. On Tue, Feb 19, 2002 at 04:05:28PM -0500, Harold Hunt wrote: In regards to some

Re: /proc and /proc/registry

2002-02-19 Thread Chris January
On Sat, Feb 09, 2002 at 11:07:09PM -, Chris January wrote: The attached patch (against cygwin-1.3.9-1/winsup/cygwin) adds support for a /proc virtual filesystem and a read-only version of /proc/registry. I've read http://cygwin.com/assign.txt but need to sort out the legalese before

Re: /proc and /proc/registry

2002-02-19 Thread Christopher Faylor
On Tue, Feb 19, 2002 at 10:57:05PM -, Chris January wrote: On Sat, Feb 09, 2002 at 11:07:09PM -, Chris January wrote: The attached patch (against cygwin-1.3.9-1/winsup/cygwin) adds support for a /proc virtual filesystem and a read-only version of /proc/registry. I've read

Re: /proc and /proc/registry

2002-02-19 Thread Christopher Faylor
On Wed, Feb 20, 2002 at 12:11:26AM -, Chris January wrote: The attached patch (against cygwin-1.3.9-1/winsup/cygwin) adds support for a /proc virtual filesystem and a read-only version of /proc/registry. I've read http://cygwin.com/assign.txt but need to sort out the legalese before

RE: Can't obtain write permissions on my file...

2002-02-19 Thread Axelle Apvrille
Hi, Actually initially the problem was I did not know who's causing the problem: Cygwin, Emacs or CVS... Now, well, it looks more like an Emacs problem. I'll probably follow up to some group regarding Emacs. Bye. Axelle. --- Robinow, David [EMAIL PROTECTED] a écrit :If I log on the Unix

Problem compiling - unix compatible but using winsock2

2002-02-19 Thread Ph. Marek
Hello everybody! To clarify my problem reported last week: My program lists #include arpa/inet.h #include netinet/in.h #include netinet/ip.h #include netdb.h #include sys/socket.h #include sys/time.h #include sys/wait.h #include

RE: Can't obtain write permissions on my file...

2002-02-19 Thread Axelle Apvrille
Just wanted to let those who have followed this thread that I found the solution. You were right, this is no Cygwin problem, but an Emacs bug. It doesn't recognize correctly the w right for RCS/CVS files. The fix is to put (setq vc-ignore-vc-files t) in the .emacs file. Thanks for your help

Order of -l on the command line, compared to linux..

2002-02-19 Thread Andrew Markebo
Hello! What is the diff between linker on linux and cygwin linker?? Basically, the problem is that gcc -lX11 foo.o works on linux, but not cygwin (missing symbols), on cygwin I have to do it the order: gcc foo.o -lX11 Is it a new feature in the gcc 2.96-version on my

Re[2]: Core dumped just only with strcat!

2002-02-19 Thread Pavel Tsekov
Hello Dani, Sorry, but I don't know nothing about mysql programming and I can't help. Still I think you have some kind of programming error, not a bug in mysql or cygwin themselfs, though I don't have any time to look at your code - you should find out yourself. Still, for the record I am

Fwd: Re: Core dumped just only with strcat!

2002-02-19 Thread Pavel Tsekov
This is a forwarded message From: Dani P. [EMAIL PROTECTED] To: Pavel Tsekov [EMAIL PROTECTED] Date: Monday, February 18, 2002, 9:45:51 PM Subject: Core dumped just only with strcat! ===8==Original message text=== I've trying lots of things and after 1 day with it, I've

Re: print command setting in config.ps for cygwin

2002-02-19 Thread Jason Tishler
Gene, On Mon, Feb 18, 2002 at 04:22:11PM -0800, Gene C. Ruzicka wrote: But the online User's Guide for Cygwin says that the lp, lpr commands don't work in Cygwin, and that the MS print command should be used to print from a cygwin command line. See attached for my latest PostScript

RE: proftpd on cygwin?

2002-02-19 Thread Stephano Mariani
I have had success with many ftp daemons on cygwin. ProFTPd was one of them... some minor tweaks needed, but nothing much to it... perhaps these were only due to my peculiar configuration. Stephano Mariani -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf

Re: Your Cygwin question / cygreadline

2002-02-19 Thread Jason Tishler
Wayne, Please post to [EMAIL PROTECTED] instead of sending private email. On Mon, Feb 18, 2002 at 10:41:03PM -0500, [EMAIL PROTECTED] wrote: Did you ever arrive at an answer as to how to address the missing cygreadline.dll? Why are you asking me? It cropped up when I was working/playing

Re: Fwd: Re: Core dumped just only with strcat!

2002-02-19 Thread Kurt Roeckx
On Tue, Feb 19, 2002 at 12:45:35PM +0100, Pavel Tsekov wrote: I've trying lots of things and after 1 day with it, I've achieved to work part of the code. What I did? I just declared my array before a MYSQL_RES variable. I had: MYSQL_RES * result; char petition[500]; This is basic C

Re: Fwd: Re: Core dumped just only with strcat!

2002-02-19 Thread Kurt Roeckx
On Tue, Feb 19, 2002 at 02:14:38PM +0100, Kurt Roeckx wrote: On Tue, Feb 19, 2002 at 12:45:35PM +0100, Pavel Tsekov wrote: I've trying lots of things and after 1 day with it, I've achieved to work part of the code. What I did? I just declared my array before a MYSQL_RES variable. I had:

Re: Fwd: Re: Core dumped just only with strcat!

2002-02-19 Thread Andrew Markebo
Basically this problem smells like you have managed to mess up the memory/stack before this, and well, memory problems is often 'detected' by the program crashes on some other location.. So start looking around at the code, what is done before these calls. /Andy (with detected I mean

Re: od

2002-02-19 Thread David
Hi Mark, Thank you for your reply to my message about the od utility: I wrote: I created at test file with 4 characters in it: HTTP Then, I run od -bcx and I get: 110 124 124 120 012 000 H T T P \n \0 5448 5054 000a You wrote: That is correct in this

Re: Proposed patch for bash (completion spec problem related)

2002-02-19 Thread Chet Ramey
Possible patch for bash to fix the problem noticed by Jason Tishler in msg: http://sources.redhat.com/ml/cygwin/2002-02/msg00581.html --- subst.c.old Mon Nov 5 07:19:50 2001 +++ subst.c Mon Feb 18 16:58:50 2002 @@ -1339,7 +1339,7 @@ break; i = te /* + member

Using windows graphics routines

2002-02-19 Thread Paul Dilip K NPRI
I am trying to use windows library specifically graphics library for plotting from my cygwin program. I need to use windows routines like: GETWINDOWCONFIG, DFLIB, SETCOLORRGB, $GCLEARSCREEN. I have a folder wich is called visual. How to go about linking the required windows VISUAL FORTRAN

RE: Updating the DLL build instructions

2002-02-19 Thread Roth, Kevin P.
If you will use a piece of code as an example for your DLL building docs, I have a suggestion: use tftp... I'd like to obtain TFTP code in the form of a .DLL instead of an .EXE. I need to ultimately give it COM interfaces for use from within Visual Basic 6. It's already part of inetutils, and

Status of Inventor on CygWin

2002-02-19 Thread Piyush Kumar
Anyone has an idea of inventor on Cygwin without running X? The same question about Qt? Is there hope for getting Qt / Inventor in the form of OpenGL and GLUT on cygwin, where one could just link a project with -lxxx and it would run on windows? Thanks for your comments, --Piyush --

Re: od

2002-02-19 Thread Michael A Chase
- Original Message - From: David [EMAIL PROTECTED] To: Mark Himsley [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, February 19, 2002 06:03 Subject: Re: od You can see that the hex values in the last line are reversed. I think they should be 4854 5450 000a. Only if

Re: od

2002-02-19 Thread Randall R Schulz
Sir, You have got to be kidding. For the record, the x86 architecture is little-endian, PowerPC, e.g., is bid-endian. On the off chance that you're running Windows NT (and Cygwin???) on an Alpha, I have to admit I don't know which byte ordering it uses. You will get the 16-bit output you

Re: od

2002-02-19 Thread Larry Hall (RFK Partners, Inc)
At 09:03 AM 2/19/2002, David wrote: Hi Mark, Thank you for your reply to my message about the od utility: I wrote: I created at test file with 4 characters in it: HTTP Then, I run od -bcx and I get: 110 124 124 120 012 000 H T T P \n \0 5448 5054 000a

Re: Proposed patch for bash (completion spec problem related)

2002-02-19 Thread AJ Reins
--- Chet Ramey [EMAIL PROTECTED] wrote: Possible patch for bash to fix the problem noticed by Jason Tishler in msg: http://sources.redhat.com/ml/cygwin/2002-02/msg00581.html --- subst.c.old Mon Nov 5 07:19:50 2001 +++ subst.c Mon Feb 18 16:58:50 2002 @@ -1339,7 +1339,7 @@

how to remap backspace and delete keys for 'info'?

2002-02-19 Thread Thomas L Roche
When I'm in 'info' and try to scroll backward a page using the backspace key, I get *Info Help* instead. Since I also get help when I hit C-h, I suspect my backspace maps to C-h instead of DEL. (FWIW using the delete key (delete) gets the response Unknown command (~). ) Note also that I get

Re: Re[2]: Core dumped just only with strcat!

2002-02-19 Thread Eugene Rosenzweig
Dani, You should really give us more info about the fault like say, the actual line number. Compile with -g option, run in gbd, it should tell you where it crashes, send us as much info as possible. I do not have experience in mysql but I did have a look at the code. If you are crashing in teh

Re: od

2002-02-19 Thread Mark Himsley
On Tue, 19 Feb 2002 14:03:55 GMT you wrote: Then, I run od -bcx and I get: 110 124 124 120 012 000 H T T P \n \0 5448 5054 000a That is correct in this little-endian platform, see http://info.astrian.net/jargon/terms/l/little-endian.html I can understand what

Re: Updating the DLL build instructions

2002-02-19 Thread Christopher Faylor
On Tue, Feb 19, 2002 at 10:38:29AM -0500, Roth, Kevin P. wrote: If you will use a piece of code as an example for your DLL building docs, I have a suggestion: use tftp... I'd like to obtain TFTP code in the form of a .DLL instead of an .EXE. I need to ultimately give it COM interfaces for use

How to create a windows link in script?

2002-02-19 Thread Roland Glenn McIntosh
I would like to be able to create a .lnk file to a batch file (and ideally associate an icon with it) from a bash script on a Windows 2000 machine. Does anyone have any suggestions? I think ln -s used to work, but has since been improved? Anyway, this does not provide the functionality for

openssh publickey authentication problem

2002-02-19 Thread Guy Amir
Hi, We are trying to run shell scripts and binaries on remote machine (NT and Unix) by using ssh (openssh 3.02). The NT (2k and 4) network has PDC. The Cygwin version is 1.3.9. From NT to Unix the public key authentication is working good (RSA and DSA both). From Unix to NT it doesn't

RE: od

2002-02-19 Thread Roth, Kevin P.
David - I agree with you that the little-endian representation can be somewhat confusing; however, as Mark pointed out, it's not likely to ever change... I've had my own struggles with od's idea of output formats, and have come up with a few options along the way. Here's some that will help,

inputstream!

2002-02-19 Thread Pramod Mambalam
i'm sorry, but i just had this question and i thought you might be able to help me. if i write a simple java program that uses a BufferedReader reader object wrapped from System.in and then try to read a line from user and then echo it back, cygwin for some reason already has stuff on the stream

od commands

2002-02-19 Thread David
Hi Kevin I used od -txz and it's exactly what I was looking for. I couldn't get the z argument to work before you commented on my request. Thanks very much to you and everyone. David -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting:

1.4.5 gnu sort 2.0.16 extremely slow under Win98 (tiny default buffer)

2002-02-19 Thread Patrick Tufts
I looked at the temp files sort creates and noticed that they were around 700 bytes (bytes, not kilobytes) in size. The normal behavior of sort is to create temp files of around 16kB in size. When I use the --buffer-size option to force a large buffer, like --buffer-size=20 (200MB) sort

Re: How to create a windows link in script?

2002-02-19 Thread Randall R Schulz
Roland, Well, I was going to say this: If this is a one-off sort of thing, just use Windows Explorer (i.e., the Properties dialog) to set the icon on the .lnk file (shortcut) that results from invoking ln -s original link. However, I find that the resulting .lnk file won't allow the icon to

RE: od

2002-02-19 Thread Randall R Schulz
Hi, Heribert, Ahh, yes, my old friend dd and his funky command syntax (inspired by some old IBM command language, if I'm not mistaken). The Swiss Army Knife of Unix data transfer. Thanks for reminding me. However, I don't see a 4-byte equivalent to conv=swab in the manual page, so this will

cygreadline5.dll redux

2002-02-19 Thread James Garrison
This file appears to be missing. Before someone jumps on my case and says Search the archives I'd like to point out that a) The archives are highly polluted with messages containing cygcheck output that lists cygreadline5.dll. A search for just cygreadline5.dll returns hundreds of hits

Re: cygreadline5.dll redux - resolved

2002-02-19 Thread James Garrison
I am using the most current installer. However, I just solved the problem by forcing it to reinstall the readline package. For whatever reason, the library was missing even though the installer thought the package was installed. Andrew Markebo wrote: Just a quick note, which installer did

Re: cywin!

2002-02-19 Thread Joshua Franklin
Well, a quick search of the cygwin mailing list about Java would have unfortunately told you that Java is not cygwin-aware. I run javac from cmd.exe for this reason. You might try wrapping your Java program in a script like: CMD.EXE /c javaprog.exe Hope it helps. --- pramod m. [EMAIL

Re: cygreadline5.dll redux

2002-02-19 Thread Robert Collins
b) The archive search engine is too stupid to understand quoted strings meaning adjacency, so that searching for 'cygrealine5.dll not found' is equivalent to searching for the individual words. Since 'found' appears in cygcheck output, this does not reduce the number of

Re: cygreadline5.dll redux

2002-02-19 Thread Christopher Faylor
On Tue, Feb 19, 2002 at 11:24:51AM -0600, James Garrison wrote: This file appears to be missing. Before someone jumps on my case and says Search the archives I'd like to point out that a) The archives are highly polluted with messages containing cygcheck output that lists cygreadline5.dll.

[ANNOUNCEMENT] Updated: ghostscript-6.51-3

2002-02-19 Thread Dario Alcocer
The Ghostscript package has been updated to fix a bug reported by Greg Bond related to operation on text-mode mounts: http://sources.redhat.com/ml/cygwin/2001-12/msg00400.html This release of Ghostscript is an X-less version (i.e. one that doesn't require X11), and so can be used without

Re: Problems compiling latest snapshot - cygwin-src-20020219.tar.bz2

2002-02-19 Thread Chris January
The latest snapshot as in the subject fails to compile. The error occures when the make commands tries to execute in winsup/w32api, which is empty. The snapshot itself does contain a win32 directory but its empty. I check the source of the stock 1.3.9-1 and it doesn't have any files in the

Re: recvfrom and timeout signal

2002-02-19 Thread Christopher Faylor
On Tue, Feb 19, 2002 at 11:51:59PM +0100, Piotr Stepien wrote: Christopher, Hope this working test case is small enough. I removed all unecessary code. Please let me know if you need anything else. I wasn't asking for personal email. That's precisely why I set the Reply-To and Mail-Followup-To

creating a root/superuser under cygwin????

2002-02-19 Thread jose_gonzalez
Hi: creating a root/superuser under cygwin How to do it? Thanks. -- 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: Why not a news server?

2002-02-19 Thread Christopher Faylor
On Sun, Feb 17, 2002 at 08:57:24PM -0500, Christopher Faylor wrote: Please go to http://cygwin.com/ and post a news item. Hmm. I guess the excitement about this doesn't extend to actually doing this very minor thing. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug

Re: How to create a windows link in script?

2002-02-19 Thread Joshua Franklin
I would like to be able to create a .lnk file to a batch file (and ideally associate an icon with it) from a bash script on a Windows 2000 machine. I've written a program that does just this. It's a fully scriptable and can set icons. I'm hoping to get it included in cygwin sometime, but

Re: BUG with 1.3.9 : -mno-cygwin target still depends on cygwin1.dll

2002-02-19 Thread Edouard Gomez
Chris January ([EMAIL PROTECTED]) wrote: It seems libtool is not passing the -mno-cygwin flag through when it starts linking the DLL. Regards Chris I forgot to say one important thing : Before we fixed some bugs to the code, the libtool was close to produce a cygwin independant library.

Re: BUG with 1.3.9 : -mno-cygwin target still depends on cygwin1.dll

2002-02-19 Thread Christopher Faylor
On Wed, Feb 20, 2002 at 12:52:13AM +0100, Vincent GOMEZ wrote: Hello, I'm currently working on a cygwin32 port of DevIL (http://openil.sf.net). Sorry, but I beg to differ. 1) It's cygwin not cygwin32. 2) You're not working on a cygwin port if you are linking with -mno-cygwin. Assuming that

clisp as a shell

2002-02-19 Thread Guy Worthington
I'd like to try clisp as a shell and am just fishing in the hope, that this has already been done. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ:

Re: BUG with 1.3.9 : -mno-cygwin target still depends on cygwin1.dll

2002-02-19 Thread Edouard Gomez
Christopher Faylor ([EMAIL PROTECTED]) wrote: Sorry, but I beg to differ. 1) It's cygwin not cygwin32. 2) You're not working on a cygwin port if you are linking with -mno-cygwin. 1 - Sorry for this mistake 2 - I'm working on a cygwin port because i use the cygwin environment (shell +

Re: BUG with 1.3.9 : -mno-cygwin target still depends on cygwin1.dll

2002-02-19 Thread Charles Wilson
Edouard, You're using the cygwin tools to do what is basically a cross-compile. However, libtool in particular doesn't grok that gcc -mno-cygwin == cygwin hosted mingw compiler. So, there are problems. Search the archives -- this was recently discussed on the main list. There was a big

Re: cygwin!

2002-02-19 Thread Randall R Schulz
Joshua, I don't know what this is supposed to help with, because Cygwin will launch non-Cygwin programs just fine, and that includes the full suite of Java SDK tools, the JRE subset thereof and any program written in Java and requiring one of the previous two. There is exactly no advantage

Avail for test: gdbm-1.8.0-4

2002-02-19 Thread Charles Wilson
TEST RELEASE. PLEASE test to see that this DLL doesn't break your existing gdbm-dependent applications -- like CVS. It seems okay to me, with my limited tests, but... Note that merely updating cyggdbm to this new version will NOT magically enable CVS to host repositories on text mounts; nor

Re: cygwin!

2002-02-19 Thread Joshua Franklin
DISCLAIMER: I am not a professional java developer There is exactly no advantage to using CMD.exe to initiate a Java SDK tool, or the Java interpreter of JRE. I was under the impression that interacting with java's BufferedReader, etc. from within a cygwin bash shell was a Bad Idea because of

RE: How to create a windows link in script?

2002-02-19 Thread Joshua Franklin
The Windows term for these things is 'shortcut'. Perhaps you want to call your tool mkshortcut? Yeah, it's longer, but it's less ambiguous than mklink. There's already enough confusion between linking executables from object modules and hard and symbolic links in the file system.