bug-ncurses
[Top][All Lists]
Advanced

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

Re: win32 building error with ncurses version 5.9-20130323...


From: Roumen Petrov
Subject: Re: win32 building error with ncurses version 5.9-20130323...
Date: Sun, 24 Mar 2013 19:47:44 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:19.0) Gecko/20100101 Firefox/19.0 SeaMonkey/2.16.2

Thomas Dickey wrote:
On Sun, Mar 24, 2013 at 07:31:37AM -0700, daniel silva ferreira bruno wrote:
Hi, I found an error for the ncurses library version 5.9-20130323 at win32 
building.

With the following 'configure' option:
...
         --with-libtool \
I haven't tried libtool with win32 (is that a self-build, or from a package?).

With this patch link of demo.exe fail with unresolved externals. Version 20130316 is fine. It seems to me libncurses++.la is not in library list and I have to add explicitly --with-cxx-shared.

I cannot reproduce reported issue but my mingw cross build based on libtool is not wide one.

What about to default to shared c++ build ? ( if --with-shared is requested or at least for mingw* hosts) .

Regards,
Roumen

-----
BUILDOPT=" \
  --with-libtool \
  --with-shared \
   --enable-sp-funcs \
   --enable-term-driver \
"

#from README.MinGW
BUILDOPT="$BUILDOPT \
    --enable-warnings \
    --enable-assertions \
    --with-debug \
    --with-normal \
    --disable-home-terminfo \
    --enable-interop \
"

#since patch 20130323:
BUILDOPT="$BUILDOPT --with-cxx-shared"

# display libtool "compiling" commands
BUILDOPT="$BUILDOPT --enable-echo"
-----




reply via email to

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