readline 5.1 question

2006-01-20 Thread Bob Rossi
_library_version ? rl_library_version : "0.0"); exit(0); } With this compile line, gcc -g rl.c -o rl -lreadline I get this output, 5.0 I think this is a bug, but maybe I've misconfigured, any suggestions? Thanks, Bob Rossi -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-sim

Re: readline 5.1 question

2006-01-20 Thread Bob Rossi
on of a library? > By the way, following the directions here, by attaching the output > of cygcheck -svr, would have made it more obvious to me if you > are experiencing the version mismatch that I think you are: > > Problem reports: http://cygwin.com/problems.html Sorry, at

Re: readline 5.1 question

2006-01-20 Thread Bob Rossi
On Fri, Jan 20, 2006 at 11:09:18AM -0500, Bob Rossi wrote: > On Fri, Jan 20, 2006 at 03:48:01PM +, Eric Blake wrote: > > > Hi all, > > > > > > My application recently started depending on readline 5.1. In Cygwin, I > > > installed in setup.exe > >

curses.h

2006-01-20 Thread Bob Rossi
checking for ncurses.h... no checking curses.h usability... no checking curses.h presence... no checking for curses.h... no Actually, I just added the ncurses check, cause I thought it might be there. Any suggestions? Has something changed with this? Thanks, Bob Rossi Cygwin Configuration

Re: curses.h

2006-01-21 Thread Bob Rossi
On Sat, Jan 21, 2006 at 08:01:36AM -0700, Eric Blake wrote: > According to Bob Rossi on 1/21/2006 7:29 AM: > > > > I can admit that I changed the version of automake that I was using, > > however I don't think that has much to do with looking for the files. > >

Re: curses.h

2006-01-21 Thread Bob Rossi
On Sat, Jan 21, 2006 at 11:33:42AM -0700, Eric Blake wrote: > According to Bob Rossi on 1/21/2006 8:15 AM: > > > > Yup, things are screwed up all right. > > > > Not Found: sh > > Use setup.exe to reinstall the bash package; I would also reinstall > libn

Re: curses.h

2006-01-23 Thread Bob Rossi
On Sat, Jan 21, 2006 at 05:31:24PM -0500, Igor Peshansky wrote: > On Sat, 21 Jan 2006, Bob Rossi wrote: > > > On Sat, Jan 21, 2006 at 11:33:42AM -0700, Eric Blake wrote: > > > According to Bob Rossi on 1/21/2006 8:15 AM: > > > > > > > > Yup, things

Re: curses.h

2006-01-23 Thread Bob Rossi
On Mon, Jan 23, 2006 at 11:06:09AM -0500, Igor Peshansky wrote: > On Mon, 23 Jan 2006, Bob Rossi wrote: > > > On Sat, Jan 21, 2006 at 05:31:24PM -0500, Igor Peshansky wrote: > > > On Sat, 21 Jan 2006, Bob Rossi wrote: > > > > > > > I will do this on Mond

Re: curses.h (Attn: bash and setup maintainers)

2006-01-24 Thread Bob Rossi
x27;s display is fine. I'm going to build an older version today, and see if it still works. Thanks, Bob Rossi -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: [ANNOUNCEMENT] Updated: readline-5.1-1, libreadline6-5.1-1

2006-01-25 Thread Bob Rossi
hink when I link to readline and call rl_callback_handler_install, it is modifing the terminal on stdout, even though I don't run readline on that terminal. I open a new terminal, and apply readline to that. Thanks, Bob Rossi -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-s

Re: [ANNOUNCEMENT] Updated: readline-5.1-1, libreadline6-5.1-1

2006-01-26 Thread Bob Rossi
On Thu, Jan 26, 2006 at 06:47:46AM -0700, Eric Blake wrote: > According to Bob Rossi on 1/25/2006 4:21 PM: > > > > Is there any known bugs with readline-5.1 on Cygwin? I've tracked down my > > problem compiling and running CGDB to this package. > > No known cygw

readline-5.1 && CGDB

2006-01-27 Thread Bob Rossi
dline that would effect this? I'm sure other curses apps will notice this problem, so it would be nice to fix it before the next readline minor release. I'm still working on it ... Thanks, Bob Rossi -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: ht

Re: readline-5.1 && CGDB

2006-01-28 Thread Bob Rossi
On Fri, Jan 27, 2006 at 03:36:19PM -0700, Eric Blake wrote: > According to Bob Rossi on 1/27/2006 3:08 PM: > > Hi, > > > > I finally managed to compile CGDB with readline-5.1 statically. I > > compiled against a version of readline that has multibyte turned on, and &

Re: readline-5.1 && CGDB

2006-01-30 Thread Bob Rossi
On Mon, Jan 30, 2006 at 07:11:45AM -0700, Eric Blake wrote: > According to Bob Rossi on 1/28/2006 9:19 PM: > > On Linux, something totally different happens. When I initialize > > readline, it eventually calls tgetent, which happens to set LINES and > > COLS to the correct siz

Re: readline-5.1 && CGDB

2006-01-30 Thread Bob Rossi
On Mon, Jan 30, 2006 at 10:50:13AM -0500, Bob Rossi wrote: > On Mon, Jan 30, 2006 at 07:11:45AM -0700, Eric Blake wrote: > > According to Bob Rossi on 1/28/2006 9:19 PM: > > > On Linux, something totally different happens. When I initialize > > > readline, it even

mismatched dll

2006-02-02 Thread Bob Rossi
ep 13 19:14 nxsetup.exe -rwx--+ 1 bar None 253952 Dec 13 10:50 nxssh.exe I would appreciate any help. Just for my information, isn't it OK to put the cygwin1.dll in the same directory as the program you are running? Is this the approved way of releasing cygwin with an application

Re: mismatched dll

2006-02-02 Thread Bob Rossi
On Thu, Feb 02, 2006 at 02:28:31PM -0600, Yaakov S (Cygwin Ports) wrote: > Bob Rossi wrote: > > This is the bin directory where the nx program ran: > > [EMAIL PROTECTED] /cygdrive/c/Program Files/NX Client for Windows/bin] > > $ ls -al > > total 6060 > >

Re: mismatched dll

2006-02-02 Thread Bob Rossi
acts the same as the one the executable was linked against. See what I mean? Another reason I'm asking is, I was trying to think of how I could package CGDB for people. Thanks for the great help, Bob Rossi -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simp

Re: mismatched dll

2006-02-02 Thread Bob Rossi
t an attack against it, just critism that one day could hopefully be resolved. The way Cygwin currently can be distributed (as described above) is not 'packager friendly'. If the user does happen to install your package (which has cygwin1.dll in it) and then they install cygwin, the currentl

Re: mismatched dll

2006-02-02 Thread Bob Rossi
T and nx (nomachine.com). Both of these companies deliver the cygwn1.dll, which totally borks my environment because I have Cygwin installed. So I have the problem on both ends. I want to package my software to be allowed in Cygwin (without borking others), and I know longer want to be bork

Re: mismatched dll

2006-02-02 Thread Bob Rossi
On Thu, Feb 02, 2006 at 08:38:42PM -0500, Christopher Faylor wrote: > On Thu, Feb 02, 2006 at 08:37:12PM -0500, Bob Rossi wrote: > >On Thu, Feb 02, 2006 at 09:58:17PM +, Eric Blake wrote: > >>There's always another alternative - propose to maintain your package >

Re: mismatched dll

2006-02-02 Thread Bob Rossi
On Thu, Feb 02, 2006 at 05:52:57PM -0800, Brian Dessent wrote: > Bob Rossi wrote: > > > Here's another question I have (sorry). Why wouldn't it be acceptable to > > have to (different version) cygwin1.dll's running on a single system? > > That is, 2 compl

Re: mismatched dll

2006-02-02 Thread Bob Rossi
r some place where 1 can find the other, there's going to be problems. Right? Thanks, Bob Rossi -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: curses.h location in cygwin install?

2006-03-10 Thread Bob Rossi
locate the file. It's just not where everyone > says it should be (\usr\include\ncurses). I don't even see an ncurses > folder, yet I can run the ncurses tests/demos just fine, so it must be > somewhere... > Hi Robin, I would think this might be of some help to you. http

Re: GDB Interrupts on Cygwin

2006-03-17 Thread Bob Rossi
least not on Cygwin. Even though this may seem strange, try this. Before starting GDB, type 'tty' at the console. Then, after you start GDB, run the command 'tty outputofttycommandfromconsole'. I think this will enable the ^c. It's a bug in GDB that hopefully I'll ge

Re: GDB Interrupts on Cygwin

2006-03-17 Thread Bob Rossi
On Fri, Mar 17, 2006 at 10:15:13AM -0500, Christopher Faylor wrote: > On Fri, Mar 17, 2006 at 06:56:55AM -0500, Bob Rossi wrote: > >On Fri, Mar 17, 2006 at 03:55:08AM -0500, Doug Bohl wrote: > >> When running a Windows application from GDB, GDB gives control to the > >&g

Re: Why only 1 cygwin1.dll?

2006-03-25 Thread Bob Rossi
f setup.exe) to package an application based on Cygwin and guarantee that it runs on the host machine. That is, it's impossible to determine if the cygwin1.dll is already on the machine. Bob Rossi -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: h

Re: Why only 1 cygwin1.dll?

2006-03-25 Thread Bob Rossi
On Sat, Mar 25, 2006 at 12:56:56PM -0500, Christopher Faylor wrote: > On Sat, Mar 25, 2006 at 12:40:51PM -0500, Bob Rossi wrote: > >On Sat, Mar 25, 2006 at 12:38:53PM -0500, Lev Bishop wrote: > >> FAQ candidate? Either of Eric's explanations seem spot on, to me. And > >

Re: Why only 1 cygwin1.dll?

2006-03-28 Thread Bob Rossi
o do so. Again, my intentions here are not to bash cygwin. Eric Blake was kind enough to describe to me why cygwin acts the way it does, and from my understanding it makes perfect sense. However, I don't think as a Cygwin supporter that it should follow that it is possible to nicely distribute C

package maintenance

2006-04-14 Thread Bob Rossi
I would like to start to package CGDB for Cygwin. Has anyone written any scripts that would help automate bundling packages for cygwin from a source repo? That way, I could automate building the packages when I do a release of CGDB. Thanks, Bob Rossi -- Unsubscribe info: http://cygwin.com

Re: [ANNOUNCEMENT] New Package: cygport-0.1.93-1

2006-05-18 Thread Bob Rossi
On Thu, May 18, 2006 at 08:13:50PM -0500, Yaakov S (Cygwin Ports) wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Bob Rossi wrote: > > I have a package called CGDB. Do I understand you correctly by > > thinking that cygport would help me easily be able to cre

Re: [ANNOUNCEMENT] New Package: cygport-0.1.93-1

2006-05-19 Thread Bob Rossi
ed great. > To retrieve the sources and build them. Then just add your README and > setup.hint to cgdb-0.6.2-1/CYGWIN-PATCHES, rerun the pkg phase, and > you're set to go. I created a setup.hint for the first time. I don't have a README, is this required? What's the

Re: [ANNOUNCEMENT] New Package: cygport-0.1.93-1

2006-05-22 Thread Bob Rossi
On Fri, May 19, 2006 at 05:26:14PM -0500, Yaakov S (Cygwin Ports) wrote: > Bob Rossi wrote: > > I created a setup.hint for the first time. I don't have a README, is > > this required? > > Yes, see: > > http://sourceware.org/cgi-bin/cvsweb.cgi/~checkout~/packaging/

Re: multiple commands on a single line seem to run in the background automatically

2006-05-28 Thread Bob Rossi
? Try: cd /cygdrive/d/CCase/anv009_SPRINT_8/SPRINT_VOB/SPRINT;c:/bat/sbuild \ . Bob Rossi -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: window resizing not updating COLUMNS and LINES

2006-05-31 Thread Bob Rossi
e behind-the-scenes without your doing > anything. This seems to be how it works on Linux... readline set's these variables in shell.c:sh_set_lines_and_columns. This gets called from terminal.c:_rl_get_screen_size which get's called from terminal.c:rl_resize_terminal. It also get&#x

Re: 3.81 and windows paths

2006-07-27 Thread Bob Rossi
;m stuck on 3.80 until I have the time to figure out how to port to 3.81. I may simply wait for 3.82 and hope the feature removed comes back. Bob Rossi -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation

Re: 3.81 and windows paths

2006-07-28 Thread Bob Rossi
t's wrong is that cl doesn't accept posix paths. For some reason, they were added, we all got addicted to it, and now it's being ripped out from underneath us. It's not a very friendly thing to do. Bob Rossi -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Pro

Re: 3.81 and windows paths

2006-07-28 Thread Bob Rossi
On Fri, Jul 28, 2006 at 11:28:42AM -0400, Igor Peshansky wrote: > On Fri, 28 Jul 2006, Christopher Faylor wrote: > > > On Fri, Jul 28, 2006 at 10:43:30AM -0400, Bob Rossi wrote: > > >> Well, the whole point of cygwin is to give a POSIX-compatible > > >> enviro

dll version mismatch

2005-03-17 Thread Bob Rossi
ing the Windows Start->Find/Search facility and delete all but the most recent version. The most recent version *should* reside in x:\cygwin\bin, where 'x' is the drive on which you have installed the cygwin distribution. [EMAIL PROTECTED] ~] $ Does anyone know how I can run thi

Re: change in behavior of make from 3.80 to 3.81

2006-08-14 Thread Bob Rossi
think it's good we all let the Cygwin guys know that this patch actually was useful. Bob Rossi -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: change in behavior of make from 3.80 to 3.81

2006-08-16 Thread Bob Rossi
ch to make, so that a discussion with that person could be made more substantial on a technical level? Bob Rossi -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: change in behavior of make from 3.80 to 3.81

2006-08-16 Thread Bob Rossi
t on your part, you could use your knowledge (if you so choose) to help the rest of us organize a productive way to develop a patch to the upstream make. I thought Corinna spoke very well on this matter, and is why I even bothered responding to this list. Bob Rossi -- Unsubscribe info: h

Re: change in behavior of make from 3.80 to 3.81

2006-08-16 Thread Bob Rossi
be > much > smaller. Hi Bill, Do you plan on creating a patch to make that would provide the 3.80 functionality? Bob Rossi -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: Need Volunteers to test patch for gnu make

2006-09-05 Thread Bob Rossi
w works with native build of make with the patch above on cygwin. Thanks, Bob Rossi -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: mismatched dll

2006-09-22 Thread Bob Rossi
were invented for. Hi Eric, Well, I just updated Cygwin, and now my nx client doesn't work anymore. If I rename the cygwin cygwin1.dll and have nx use the cygwin1.dll it comes with, it works. However, when I have nx use the cygwin1.dll that cygwin uses, it doesn't work. What should I do n

autoconf

2006-11-30 Thread Bob Rossi
ution to having these macro's work correctly on cygwin? or did I break it by using the --build option? BTW, I can't test it without the --build option because the configure script doesn't even get that far otherwise, since this is a mingw package (sort of). Thanks, Bob Rossi

Re: autoconf

2006-11-30 Thread Bob Rossi
On Thu, Nov 30, 2006 at 05:04:08PM -0500, Bob Rossi wrote: > Hi, > > I'm using autoconf. I notice when I use things like > AC_CHECK_SIZEOF (int) > that the ac_cv_sizeof_int has the value of "4\r". I narrowed it down further. It's AC_CHECKS_SIZEOF that doe

Re: autoconf

2006-11-30 Thread Bob Rossi
On Thu, Nov 30, 2006 at 06:45:10PM -0500, Larry Hall (Cygwin) wrote: > Bob Rossi wrote: > >Hi, > > > >I'm using autoconf. I notice when I use things like > >AC_CHECK_SIZEOF (int) > >that the ac_cv_sizeof_int has the value of "4\r". > > >

Re: autoconf

2006-11-30 Thread Bob Rossi
On Thu, Nov 30, 2006 at 09:45:21PM -0500, Larry Hall (Cygwin) wrote: > Bob Rossi wrote: > >On Thu, Nov 30, 2006 at 06:45:10PM -0500, Larry Hall (Cygwin) wrote: > >>Bob Rossi wrote: > >>>Hi, > >>> > >>>I'm using autoconf. I notice when

Re: autoconf

2006-11-30 Thread Bob Rossi
On Thu, Nov 30, 2006 at 10:11:01PM -0500, Larry Hall (Cygwin) wrote: > Bob Rossi wrote: > >On Thu, Nov 30, 2006 at 09:45:21PM -0500, Larry Hall (Cygwin) wrote: > >>Bob Rossi wrote: > >>>On Thu, Nov 30, 2006 at 06:45:10PM -0500, Larry Hall (Cygwin) wrote: &g

Re: cygwin -mno-cygwin AC_CHECK_SIZEOF

2006-12-01 Thread Bob Rossi
On Thu, Nov 30, 2006 at 11:57:41PM -0500, Igor Peshansky wrote: > On Thu, 30 Nov 2006, Eric Blake wrote: > > > According to Bob Rossi on 11/30/2006 7:32 PM: > > > > > AC_CHECK_SIZEOF does these two things on cygwin with autoconf 2.60. > > > fprintf(f, "

Re: cygwin -mno-cygwin AC_CHECK_SIZEOF

2006-12-01 Thread Bob Rossi
Now, should I use this as a temporary solution, and fix autoconf? Thanks, Bob Rossi -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: cygwin -mno-cygwin AC_CHECK_SIZEOF

2006-12-01 Thread Bob Rossi
atches list. OK, this patch works perfectly. Think this will go upstream? Thanks, Bob Rossi -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: cygwin -mno-cygwin AC_CHECK_SIZEOF

2006-12-01 Thread Bob Rossi
On Fri, Dec 01, 2006 at 07:06:06AM -0700, Eric Blake wrote: > According to Bob Rossi on 12/1/2006 6:57 AM: > > CPPFLAGS="-mno-cygwin" CFLAGS="-mno-cygwin -O0" > > ./configure --build=mingw32 --enable-experimental-libtool > > EVIL. --build is for the

Re: cygwin -mno-cygwin AC_CHECK_SIZEOF

2006-12-01 Thread Bob Rossi
following: it differs from your > patch only in adding more commentary. Thanks to everyone involved. I was able to cross compile apr from cygwin to mingw, although I had to make a few small patches to apr. I wouldn't have been able to do it without the knowledge this group possess

msys

2006-12-07 Thread Bob Rossi
t variable except for PS1, and then run 'cmd' and then cd to C:\msys\1.0 and the run .\msys.bat, I end up back in cygwin somehow. Any suggestions? Thanks, Bob Rossi -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/proble

Re: msys

2006-12-07 Thread Bob Rossi
On Thu, Dec 07, 2006 at 09:19:04AM -0500, Buchbinder, Barry (NIH/NIAID) [E] wrote: > Bob Rossi wrote on Thursday, December 07, 2006 9:10 AM: > > I'd like to know if anyone knows if it is possible to start the msys > > environment from a cygwin shell? I'm ssh'ing int

sh problems

2006-12-11 Thread Bob Rossi
here if cygwin does something odd in the background. Thanks,

Re: sh problems

2006-12-11 Thread Bob Rossi
On Mon, Dec 11, 2006 at 11:50:01AM -0800, Brian Dessent wrote: > Bob Rossi wrote: > > > I think that I have narrowed this down enough to say that this is a > > cygwin issue. Hopefully, I can get some advice on this list. If I run > > these commands in a dos window that

SIGTSTP and select

2007-04-02 Thread Bob Rossi
hy does it act differently than linux? Sorry if this question is obvious to everyone else, it isn't to me. Thanks, Bob Rossi -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: SIGTSTP and select

2007-04-02 Thread Bob Rossi
On Mon, Apr 02, 2007 at 08:37:53PM -0400, Christopher Faylor wrote: > On Mon, Apr 02, 2007 at 08:07:23PM -0400, Bob Rossi wrote: > >I'm not exactly sure what has changed since the last release to cause > >this issue. However, here it is. > > > >When ctrl-z is typed,

Re: SIGTSTP and select

2007-04-03 Thread Bob Rossi
On Mon, Apr 02, 2007 at 08:37:53PM -0400, Christopher Faylor wrote: > On Mon, Apr 02, 2007 at 08:07:23PM -0400, Bob Rossi wrote: > >I'm not exactly sure what has changed since the last release to cause > >this issue. However, here it is. > > > >When ctrl-z is typed,

Re: SIGTSTP and select

2007-04-03 Thread Bob Rossi
On Tue, Apr 03, 2007 at 10:13:20AM -0400, Bob Rossi wrote: > On Mon, Apr 02, 2007 at 08:37:53PM -0400, Christopher Faylor wrote: > > On Mon, Apr 02, 2007 at 08:07:23PM -0400, Bob Rossi wrote: > > >I'm not exactly sure what has changed since the last release to cause > &g

cygwin or gdb question

2007-04-03 Thread Bob Rossi
ed and GDB is started on a pipe. Thanks again, Bob Rossi -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: cygwin or gdb question

2007-04-03 Thread Bob Rossi
On Tue, Apr 03, 2007 at 12:54:57PM -0400, Igor Peshansky wrote: > On Tue, 3 Apr 2007, Bob Rossi wrote: > > I have one more cgdb issue that seems to be cygwin related. However, it > > could be a gdb issue. I'm not sure. > > > > In verison cgdb-0.6.3 I start GDB up o

Re: SIGTSTP and select

2007-04-05 Thread Bob Rossi
On Tue, Apr 03, 2007 at 10:42:39AM -0400, Bob Rossi wrote: > On Tue, Apr 03, 2007 at 10:13:20AM -0400, Bob Rossi wrote: > > On Mon, Apr 02, 2007 at 08:37:53PM -0400, Christopher Faylor wrote: > > > On Mon, Apr 02, 2007 at 08:07:23PM -0400, Bob Rossi wrote: > > > >

Re: SIGTSTP and select

2007-04-12 Thread Bob Rossi
On Thu, Apr 05, 2007 at 07:31:39PM -0400, Bob Rossi wrote: > On Tue, Apr 03, 2007 at 10:42:39AM -0400, Bob Rossi wrote: > > On Tue, Apr 03, 2007 at 10:13:20AM -0400, Bob Rossi wrote: > > > On Mon, Apr 02, 2007 at 08:37:53PM -0400, Christopher Faylor wrote: > > > >

Re: SIGTSTP and select

2007-04-13 Thread Bob Rossi
On Fri, Apr 13, 2007 at 03:25:01PM +0200, Corinna Vinschen wrote: > On Apr 3 10:13, Bob Rossi wrote: > > On Mon, Apr 02, 2007 at 08:37:53PM -0400, Christopher Faylor wrote: > > > On Mon, Apr 02, 2007 at 08:07:23PM -0400, Bob Rossi wrote: > > > >When ctrl-z is typ

Re: SIGTSTP and select

2007-04-13 Thread Bob Rossi
On Fri, Apr 13, 2007 at 03:25:01PM +0200, Corinna Vinschen wrote: > On Apr 3 10:13, Bob Rossi wrote: > > On Mon, Apr 02, 2007 at 08:37:53PM -0400, Christopher Faylor wrote: > > > On Mon, Apr 02, 2007 at 08:07:23PM -0400, Bob Rossi wrote: > > > >When ctrl-z is typ

Re: SIGTSTP and select

2007-04-13 Thread Bob Rossi
On Fri, Apr 13, 2007 at 04:51:36PM +0200, Corinna Vinschen wrote: > On Apr 13 10:01, Bob Rossi wrote: > > On Fri, Apr 13, 2007 at 03:25:01PM +0200, Corinna Vinschen wrote: > > > > > On Mon, Apr 02, 2007 at 08:07:23PM -0400, Bob Rossi wrote: > > > > > >Whe

Re: SIGTSTP and select

2007-04-13 Thread Bob Rossi
rry, I'm not sure what you mean. If you are talking about the way cgdb starts gdb, yes, it uses a pty. However, the test case reproduces all of this without gdb being involved at all. Thanks again, Bob Rossi -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: SIGTSTP and select

2007-04-13 Thread Bob Rossi
On Fri, Apr 13, 2007 at 04:51:36PM +0200, Corinna Vinschen wrote: > On Apr 13 10:01, Bob Rossi wrote: > > On Fri, Apr 13, 2007 at 03:25:01PM +0200, Corinna Vinschen wrote: > > > > > On Mon, Apr 02, 2007 at 08:07:23PM -0400, Bob Rossi wrote: > When you observed -1/EINTR

Re: Newbie needs help using mingw with cygwin

2008-05-06 Thread Bob Rossi
environment, it should just be called and work. Is the cygwin mingw compiler a cross compiler? or is it the actual native mingw compiler? Thanks, Bob Rossi -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: