[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Ncurses/dialog static linking on 64bit problem
From: |
VinX |
Subject: |
Re: Ncurses/dialog static linking on 64bit problem |
Date: |
Tue, 08 May 2007 22:35:11 +0200 |
User-agent: |
Thunderbird 2.0.0.0 (X11/20070422) |
Thomas Dickey wrote:
> Is it that the static linking fails, or that the application fails to run.
no dialog runs but not draw... it write on standard output only part of
text and some others strange chars... as if it didn't understand the
terminal are using... (but terminfo is enabled and i have all files into
/usr/share/terminfo)
> I don't see any discussion of what -L options you used to limit that to
> the static libraries just built (or using ldd to verify that dialog
> was built with static ncurses libraries).
Yes, after ./configure in dialog package i edit the makefile and edit
the LIBS variable same as this:
--
LIBS = -L/path/my/ncurses/build/lib/ -lncurses -lm -L/lib #
--
and CC become "gcc -static"
Vincenzo
- Ncurses/dialog static linking on 64bit problem, VinX, 2007/05/08
- Re: Ncurses/dialog static linking on 64bit problem, Thomas Dickey, 2007/05/08
- Re: Ncurses/dialog static linking on 64bit problem,
VinX <=
- Re: Ncurses/dialog static linking on 64bit problem, Thomas Dickey, 2007/05/08
- Re: Ncurses/dialog static linking on 64bit problem, VinX, 2007/05/08
- Re: Ncurses/dialog static linking on 64bit problem, Thomas Dickey, 2007/05/08
- Re: Ncurses/dialog static linking on 64bit problem, VinX, 2007/05/10
- Re: Ncurses/dialog static linking on 64bit problem, Thomas Dickey, 2007/05/10
- Re: Ncurses/dialog static linking on 64bit problem, VinX, 2007/05/10
- Re: Ncurses/dialog static linking on 64bit problem, Thomas Dickey, 2007/05/10
- Re: Ncurses/dialog static linking on 64bit problem, VinX, 2007/05/11
- Re: Ncurses/dialog static linking on 64bit problem, Thomas Dickey, 2007/05/11