unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Eli Zaretskii" <eliz@elta.co.il>
Cc: emacs-devel@gnu.org
Subject: Re: gdb-ui almosts works in NT
Date: Mon, 31 Mar 2003 21:17:35 +0200	[thread overview]
Message-ID: <7263-Mon31Mar2003211735+0300-eliz@elta.co.il> (raw)
In-Reply-To: <3E886EEE.3020500@umich.edu> (message from Jonathan Luntz on Mon, 31 Mar 2003 11:38:06 -0500)

> Date: Mon, 31 Mar 2003 11:38:06 -0500
> From: Jonathan Luntz <jluntz@umich.edu>
> 
> Yes - I used mingw to compile:
> C:> g++ --version
> g++ (GCC) 3.2 (mingw special 20020817-1)
> Copyright (C) 2002 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
> 
> 
> 
> My code is very simple:
> 
> #include <iostream>
> using namespace std;
> int main()
> {
>   int i;
>   for (i=3D1; i<100; i++) {
>     //printf("hello world %i\n",i);
>     cout << "hello world " << j << "\n";
>   }
> }
> 
> neither printf nor cout work.

I suspect that this is due to how the Windows runtime implements
inherited handles (as opposed to Unix, which is what GDB and Emacs
basically assume).

Unfortunately, I don't know enough about MinGW and the Windows runtime
routines, so I'd suggest asking this question on the MinGW mailing
list.

  reply	other threads:[~2003-03-31 19:17 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <3E84A28A.2090407@umich.edu>
2003-03-31  6:45 ` gdb-ui almosts works in NT Eli Zaretskii
2003-03-31 15:29   ` Stefan Monnier
2003-03-31 16:38   ` Jonathan Luntz
2003-03-31 19:17     ` Eli Zaretskii [this message]
2003-03-31 21:04 Nick Roberts
2003-04-01  4:28 ` Eli Zaretskii
2003-04-01 18:55   ` Edward O'Connor
2003-04-01 21:06     ` Nick Roberts
2003-04-01 21:31       ` Stefan Monnier
2003-04-02  4:12         ` Eli Zaretskii
2003-04-02 14:14           ` Stefan Monnier
2003-04-03  3:49             ` Eli Zaretskii
2003-04-03  7:55               ` Jason Rumney
2003-04-02  4:08       ` Eli Zaretskii
2003-04-02 17:28   ` Jonathan Luntz
  -- strict thread matches above, loose matches on Subject: below --
2003-04-03 17:29 Nick Roberts
2003-04-03 17:52 ` Jonathan Luntz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7263-Mon31Mar2003211735+0300-eliz@elta.co.il \
    --to=eliz@elta.co.il \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).