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
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
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
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
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
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
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