Re: printf, "unable to initialize PRN" message

2019-09-11 Thread Hans-Bernhard Bröker
Am 11.09.2019 um 02:03 schrieb Blair, Charles E III: > I have just installed cygwin (64 bit) and gcc. The "hello world" program > works, but > > #include > int main(){printf( "%c\n" , 'X' );return 0;} > > leads to > > Unable to initialize device PRN > Unable to initialize device PRN I

Re: printf, "unable to initialize PRN" message

2019-09-10 Thread Andrey Repin
Greetings, Blair, Charles E III! > I have just installed cygwin (64 bit) and gcc. The "hello world" program > works, but > #include > int main(){printf( "%c\n" , 'X' );return 0;} > leads to > > Unable to initialize device PRN > Unable to initialize device PRN Are you sure you're running

printf, "unable to initialize PRN" message

2019-09-10 Thread Blair, Charles E III
I have just installed cygwin (64 bit) and gcc. The "hello world" program works, but #include int main(){printf( "%c\n" , 'X' );return 0;} leads to Unable to initialize device PRN Unable to initialize device PRN -- Problem reports: http://cygwin.com/problems.html FAQ: