bug-ncurses
[Top][All Lists]
Advanced

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

Re: ncurses 5.3-20030719


From: Thomas E. Dickey
Subject: Re: ncurses 5.3-20030719
Date: Mon, 18 Aug 2003 17:56:37 -0400 (EDT)

On Mon, 18 Aug 2003, Chris Zubrzycki wrote:

> On Monday, August 18, 2003, at 05:29  PM, Thomas E. Dickey wrote:
>
> > On Mon, 18 Aug 2003, Chris Zubrzycki wrote:
> >
> >> Hey Thomas, I was wondering if ncurses stopped building the c++ lib
> >> and
> >> the .la files by default...using the 5.3-20030719 patch (or the few
> >> previous ones), it no longer builds these things, even though I am
> >> using gcc and/or g++. This is on Mac OS X 10.2, with libtool enabled.
> >
> > ".la" files are built with the --with-libtool option (offhand I don't
> > know why it would stop building them, unless that's because you have
> > changed versions of libtool, or something obscure that I broke).
>
> ConfigureParams: --with-libtool=/usr/bin/glibtool --without-ada
> --with-shared --without-debug --enable-termcap --mandir=%p/share/man
> --with-terminfo-dirs="%p/share/terminfo:/usr/share/terminfo"
> --with-default-terminfo-dir="%p/share/terminfo" --enable-no-padding
> --enable-sigwinch --enable-tcap-names --enable-hard-tabs

"--with-libtool" overrides (cancels the effect of) the other 3 models
("--with-shared", "--with-normal" and "--with-debug").  Checking with
your options, it seems that the parameter for --with-libtool is confusing
my script (it's not looking for a value, so "--with-libtool" gives a
value of "yes").  I can modify that.  For a workaround, if you set
$LIBTOOL to /usr/bin/glibtool, and use the "--with-libtool" option
(and discard "--with-shared"), it should work.

>
> and for /usr/bin/glibtool
>
> address@hidden:~/Library$]> /usr/bin/glibtool --version
> ltmain.sh (GNU libtool) 1.4.2 (1.4 2001/11/19 00:06:02)

That's the version I'm using on this (Linux) system.  I just ran a build
against current code and it seems to produce the proper output (built
the ".la" files in lib/, and the libncurses++.a file also).

> also, what about the c++ bindings, the c++ dir is not even touched in
> the build...


>
> thanks for the info,
> -chris zubrzycki
> - --
> PGP public key: http://homepage.mac.com/beren/publickey.txt
> ID: 0xA2ABC070
> Fingerprint: 26B0 BA6B A409 FA83 42B3  1688 FBF9 8232 A2AB C070
> ========================================================
>
> "Only two things are infinite, the universe and human stupidity, and I'm
>   not sure about the former."
>                                                                     --
> Albert Einstein
>
>
>
>
> _______________________________________________
> Bug-ncurses mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-ncurses
>

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




reply via email to

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