WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

 « Return to Thread: printf: doens't print on WinXP installation

Re: printf: doens't print on WinXP installation

by jacksk58 :: Rate this Message:

| View in Thread

I am running into the same problem as Alex Bilyk.  -- "printf: doens't print on WinXP installation", when compiled by GNUmakefile. It works, when compiled, without the makefile. I like compiling by GNUmakefiles. Can someone tell me why, printf("hello, world") doesn't work when compiled by  GNUmakefiles. I'm only curious about the problem with Printf.

Thanks

Alex Bilyk wrote:
Hi,

Just installed GNUstep on Win XP. Doing the simplest of things with a main function that has printf("hello, world"); in it. Everything compiles and runs, except there is no output to the console. I can step through code in dgb and it goes over this line fine. A bit of a puzzle. Tried to use NSLog(@"..."); version - same result.  App is built and run successfully, but with no printout to the console. Any ideas? BTW, stepping in gdb over the NSLog version has some issues that the printf version doesn't have, but that's a separate topic. I'm really after the printout at the moment, as you might imagine:)

Thanks,
Alex

 « Return to Thread: printf: doens't print on WinXP installation