On Wed, Nov 10, 2010 at 18:05, James Vega wrote:
> That obviously depends on how the libraries are built. Fedora/RedHat
> build ncurses using the --with-termlib configure option which splits the
> terminfo library out to its own file.
And this is why there is an option --with-tlib, that I've ment
James Vega wrote:
> On Wed, Nov 10, 2010 at 9:33 AM, Alexey I. Froloff wrote:
> > On Wed, Nov 10, 2010 at 17:07, Bram Moolenaar wrote:
> >> It's a bit more complicated than that. Checking for tinfo before
> >> ncurses might work on some machines. But does it work everywhere? Or
> >> do we ne
On Wed, Nov 10, 2010 at 9:33 AM, Alexey I. Froloff wrote:
> On Wed, Nov 10, 2010 at 17:07, Bram Moolenaar wrote:
>> It's a bit more complicated than that. Checking for tinfo before
>> ncurses might work on some machines. But does it work everywhere? Or
>> do we need to add checks for what the
On Wed, Nov 10, 2010 at 17:07, Bram Moolenaar wrote:
> It's a bit more complicated than that. Checking for tinfo before
> ncurses might work on some machines. But does it work everywhere? Or
> do we need to add checks for what the library needs to contain?
If you use symbols from a library, you
Alexey Froloff wrote:
> On Wed, Nov 10, 2010 at 13:49, Bram Moolenaar wrote:
> > So, it turns out that --as-needed cannot replace the old method from
> > link.sh completely.
> link.sh is a hack, while --as-needed checks symbol usage.
As the people who ran into the problems have mentioned, link.
On Wed, Nov 10, 2010 at 13:49, Bram Moolenaar wrote:
> So, it turns out that --as-needed cannot replace the old method from
> link.sh completely.
link.sh is a hack, while --as-needed checks symbol usage.
> Since different systems put different things in libraries, and ncurses
> is especially unpr
Alexey Froloff wrote:
> On Wed, Nov 10, 2010 at 01:25, Bram Moolenaar wrote:
> > The change to --as-needed should not require any configure argument
> > changes. =A0If it built OK before it should still build OK.
> libncurses is linked against libtinfo, but vim doesn't use any symbols from
> lib
On Wed, Nov 10, 2010 at 10:48, Alexey I. Froloff wrote:
> libncurses is linked against libtinfo, but vim doesn't use any symbols from
> libncurses. -lncurses must be changed to -ltinfo, this is how --as-needed
> works.
Another possible solution:
$ cat /usr/lib/libncursesw.so
/* GNU ld script */
On Wed, Nov 10, 2010 at 01:25, Bram Moolenaar wrote:
> The change to --as-needed should not require any configure argument
> changes. If it built OK before it should still build OK.
libncurses is linked against libtinfo, but vim doesn't use any symbols from
libncurses. -lncurses must be changed
Alexey Froloff wrote:
> On Sat, Nov 6, 2010 at 14:09, Bram Moolenaar wrote:
> > You do have -lncurses, which provides the missing symbols. I guess the
> > --as-needed feature is broken in this compiler.
> Those symbols lives in libtinfo (at least on my system).
>
> Try ./configure ... --with-t
On Sat, Nov 6, 2010 at 14:09, Bram Moolenaar wrote:
> You do have -lncurses, which provides the missing symbols. I guess the
> --as-needed feature is broken in this compiler.
Those symbols lives in libtinfo (at least on my system).
Try ./configure ... --with-tlib=tinfo ...
--
Regards,
Sir Raor
Charles Campbell wrote:
> Bram Moolenaar wrote:
> > Patch 7.3.050
> > Problem:The link script is clumsy.
> > Solution: Use the --as-needed linker option if available. (Kirill A.
> > Shutemov)
> > Files: src/Makefile, src/auto/configure,
Bram Moolenaar wrote:
Patch 7.3.050
Problem:The link script is clumsy.
Solution: Use the --as-needed linker option if available. (Kirill A.
Shutemov)
Files: src/Makefile, src/auto/configure, src/config.mk.in,
src/configure.in, src/link.sh
On a Centos 5.2
Danek Duvall wrote:
> On Wed, Nov 03, 2010 at 10:32:40PM +0100, Bram Moolenaar wrote:
>
> >
> > Patch 7.3.050
> > Problem:The link script is clumsy.
> > Solution: Use the --as-needed linker option if available. (Kirill A.
> > Shutemov)
> &
Christian J. Robinson wrote:
> On Wed, 3 Nov 2010, Bram Moolenaar wrote:
>
> > Patch 7.3.050
>
> The last two patches haven't shown up on the FTP site.
The disk was full. Vim was moved to another disk, problem solved.
--
If "R" is Reverse, how come "D&
On Wed, Nov 03, 2010 at 10:32:40PM +0100, Bram Moolenaar wrote:
>
> Patch 7.3.050
> Problem:The link script is clumsy.
> Solution: Use the --as-needed linker option if available. (Kirill A.
> Shutemov)
> Files:src/Makefile, src/auto/configure
On Wed, 3 Nov 2010, Bram Moolenaar wrote:
Patch 7.3.050
The last two patches haven't shown up on the FTP site.
- Christian
--
"You are not superior just because you see the world in an odious light."
-- Vicomte de Chateaubriand
Christian J. Robi
Patch 7.3.050
Problem:The link script is clumsy.
Solution: Use the --as-needed linker option if available. (Kirill A.
Shutemov)
Files: src/Makefile, src/auto/configure, src/config.mk.in,
src/configure.in, src/link.sh
*** ../vim-7.3.049/src/Makefile 2010-10-27
18 matches
Mail list logo