Re: [Mingw-w64-public] compile C curses program under mingw-w64

2013-10-06 Thread Stephen Kitt
Hi Daniel, On Sun, 06 Oct 2013 10:50:41 -0700, Daniel Goldman wrote: > > I haven't tried them, but those packages should be usable with a > > mingw-w64 cross-compiler by unpacking them into your sysroot-prefix > > (e.g. /usr/x86_64-w64-mingw32/sys-root/mingw/). > > 1) I don't find /usr/x86_64

Re: [Mingw-w64-public] compile C curses program under mingw-w64

2013-10-06 Thread Daniel Goldman
Thank you and Alexey for help. Two questions for anyone: > I haven't tried them, but those packages should be usable with a > mingw-w64 cross-compiler by unpacking them into your sysroot-prefix > (e.g. /usr/x86_64-w64-mingw32/sys-root/mingw/). 1) I don't find /usr/x86_64-w64-mingw32/sys-root/m

Re: [Mingw-w64-public] compile C curses program under mingw-w64

2013-10-03 Thread LRN
On 30.09.2013 05:22, Daniel Goldman wrote: > Background - There is a C language curses program I gcc compile under Linux, > using > ncurses. It works great. I also compile the curses program under DOS, using > pdcurses > included with mingw. The DOS version works fine in production mode. But th

[Mingw-w64-public] compile C curses program under mingw-w64

2013-10-03 Thread Daniel Goldman
Background - There is a C language curses program I gcc compile under Linux, using ncurses. It works great. I also compile the curses program under DOS, using pdcurses included with mingw. The DOS version works fine in production mode. But there are some problems: 1) in test mode some printf

Re: [Mingw-w64-public] compile C curses program under mingw-w64

2013-10-02 Thread Alexey Pavlov
2013/10/2 Daniel Goldman > Background - I gcc compile a C curses program under ubuntu Linux, using > ncurses. It works > great. I also compile the curses program under DOS / xp, using pdcurses > included with > mingw. The DOS version works fine in production mode. But there are some > problems: 1

Re: [Mingw-w64-public] compile C curses program under mingw-w64

2013-10-02 Thread Yaakov (Cygwin/X)
On 2013-10-02 12:17, Daniel Goldman wrote: > So my questions: Can anyone point me in right direction to set up mingw-64 so > I can > compile a C curses program under mingw-64, either directly compile under DOS, > or > preferably cross-compile on ubuntu linux to generate DOS executable? Any > sug

[Mingw-w64-public] compile C curses program under mingw-w64

2013-10-02 Thread Daniel Goldman
Background - I gcc compile a C curses program under ubuntu Linux, using ncurses. It works great. I also compile the curses program under DOS / xp, using pdcurses included with mingw. The DOS version works fine in production mode. But there are some problems: 1) in test mode some printf option