Hi ZyX!

On Sa, 09 Jul 2011, ZyX wrote:

> What are «all mingw32 packages»?
> 
> After installing mingw32 (using crossdev -t i686-mingw32) I have to do 
> something 
> with dependencies, but even compilation of the first dependency (ncurses) 
> fails:

You are using a different linux distribution. I did install using 
Debian:
#v+
~$ COLUMNS=100 dpkg -l "mingw*"
ii  mingw32             4.2.1.dfsg-2ubuntu1 Minimalist GNU win32 (cross) 
compiler
ii  mingw32-binutils    2.20-0.1            Minimalist GNU win32 (cross) 
binutils
ii  mingw32-runtime     3.15.2-0ubuntu1     Minimalist GNU win32 (cross) 
runtime
#v-

> ../lib/libncurses.a(lib_ttyflags.o):lib_ttyflags.c:(.text+0x98): undefined 
> reference to `__nc_mingw_ioctl'
> 
> (I guess it is compilation of some test).
> Configure flags are
>     --target=$T --host=$T --build=x86_64-linux --prefix=/usr/$T
> (where T=i686-mingw32) and make flags are
>     -j5
> .

Did you use make -f Make_ming.mak ? I don't think, you need libncurses 
for crosscompiling a windows binary.


regards,
Christian

-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to