bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ncurses-5.9-20130316.patch.gz


From: Thomas Dickey
Subject: Re: ncurses-5.9-20130316.patch.gz
Date: Mon, 25 Mar 2013 05:35:55 -0400
User-agent: Mutt/1.5.20 (2009-06-14)

On Mon, Mar 25, 2013 at 08:24:15AM +0100, Michal Suchanek wrote:
...
> I get this error building with libtool (GNU libtool) 2.4.2:

configure options would be helpful, however -
> 
> cd ../lib && /usr/bin/libtool --tag=CC --silent --mode=link
> i686-w64-mingw32-gcc  i686-w64-mingw32-gcc -m32  --param

This looks like a cross-compile, using libtool from the host together
with a cross-compiler.  I'd be surprised if libtool handles both
configurations (like automake, it contains lots of specific information
about the system for which it is configured, essentially lacking any of
the advantages of using a script...).

> ../obj_lo/.libs/hardscroll.o: file not recognized: File format not recognized
> collect2: error: ld returned 1 exit status
> make[1]: *** [../lib/libncurses.la] Error 1
> make[1]: Leaving directory `/home/hramrach/ncurses-5.9-20130323/ncurses'
> make: *** [all] Error 2

same result here with Fedora18 and libtool 2.4.2-7
 
> and this without:

I use these options for ncurses (successfully building dll's using
mingw cross-compiler on more than one host):

        --with-shared \
        --without-debug \
        --with-trace \
        --disable-hard-tabs \
        --enable-term-driver \
        --enable-sp-funcs \
        --enable-widec \
        --with-fallbacks=unknown,rxvt \
        --with-tparm-arg=intptr_t \
        --without-ada"

attaching the last logs from my test-build with Fedora18

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

Attachment: mingw-logs.zip
Description: Zip archive

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]