Re: [Cooker] vim 6.1-1mdk - re-linking message

2002-04-04 Thread Laurent CREPET

On Wed, Apr 03, 2002 at 03:46:29PM -0400, skidley wrote:
 On Wed, Apr 03, 2002 at 04:12:30PM +0200, Gwenole Beauchesne wrote:
  for his problem: libncurses does seem to be the only lib used by vim
  that uses the ospeed symbol.
  
  Actually, I don't think that libncurses has the ospeed symbol. That's 
  libermcap2. ncurses defines its own ospeed symbol as _nc_ospeed.
  
  
  
 upgrading libncurses5 fixed the problem here.

Yes, it does. Thanks all for your answers.

Laurent. 
-- 
Laurent CREPET -- [EMAIL PROTECTED]
http://megrapet.free.fr/




Re: [Cooker] vim 6.1-1mdk - re-linking message

2002-04-03 Thread Laurent CREPET

On Tue, Apr 02, 2002 at 07:14:41PM +0200, Laurent CREPET wrote:
 On Tue, Apr 02, 2002 at 12:31:32PM +0200, Thierry Vignaud wrote:
  Laurent CREPET [EMAIL PROTECTED] writes:
  
view: Symbol `ospeed' has different size in shared object,
consider re-linking
  
  i don't see that behaviour.
  
   Something to do ?
  
  have you rebuild your own libstdc++ ?
  or not updated your libstdc++ ?
 
 not updated to the last one, I think. I'll check this tomorrow.
 
 Laurent.

Here are my libstdc++ RPMS installed:
 libstdc++2.10-2.96-0.78mdk
 libstdc++3.0-devel-3.0.4-5mdk
 libstdc++2.10-devel-2.96-0.78mdk
 libstdc++3.0-3.0.4-5mdk

Still the same message:
 vim: Symbol `ospeed' has different size in shared object, consider re-linking

I forgot to say that vim works, but before reading the file to be edited, it
displays the previous error message on stderr.

Laurent.
-- 
Laurent CREPET -- [EMAIL PROTECTED]
http://megrapet.free.fr/




Re: [Cooker] vim 6.1-1mdk - re-linking message

2002-04-03 Thread Geoffrey Lee

  libstdc++3.0-3.0.4-5mdk
 
 Still the same message:
  vim: Symbol `ospeed' has different size in shared object, consider re-linking
 
 I forgot to say that vim works, but before reading the file to be edited, it
 displays the previous error message on stderr.
 


I've seen this before, this means that the libraries on your own computer
and the kibraries that vim was compield against doesn't match, at
preliminary investigation this seems to be ncurses ...

- G.




Re: [Cooker] vim 6.1-1mdk - re-linking message

2002-04-03 Thread Gwenole Beauchesne

 have you rebuild your own libstdc++ ?
 or not updated your libstdc++ ?

What does the ospeed symbol have to do with libstdc++?





Re: [Cooker] vim 6.1-1mdk - re-linking message

2002-04-03 Thread Geoffrey Lee

  I've seen this before, this means that the libraries on your own
  computer and the kibraries that vim was compield against doesn't
  match, at preliminary investigation this seems to be ncurses ...
 
 all i can say is that :
 1) i build on latest librairies


we all do because everything is built on the cluster ;p


 2) i test on latest librairies (cron run urpmi several times per day)
 
 for his problem: libncurses does seem to be the only lib used by vim
 that uses the ospeed symbol.


yep, that's exactly the problem I targeted at, so he really needs to 
upgrade his libncurses.


- G.




Re: [Cooker] vim 6.1-1mdk - re-linking message

2002-04-03 Thread Gwenole Beauchesne

 for his problem: libncurses does seem to be the only lib used by vim
 that uses the ospeed symbol.

Actually, I don't think that libncurses has the ospeed symbol. That's 
libermcap2. ncurses defines its own ospeed symbol as _nc_ospeed.





Re: [Cooker] vim 6.1-1mdk - re-linking message

2002-04-03 Thread Gwenole Beauchesne

 all i can say is that :
 1) i build on latest librairies
 2) i test on latest librairies (cron run urpmi several times per day)

BTW, make sure that you have properly build with the right includes. 
e.g. including plain termcap.h would lead to the libtermcap2 one if 
not instructed to grab ncurses includes *first*.





Re: [Cooker] vim 6.1-1mdk - re-linking message

2002-04-03 Thread Thierry Vignaud

Geoffrey Lee [EMAIL PROTECTED] writes:

  Still the same message:
   vim: Symbol `ospeed' has different size in shared object,
   consider re-linking
  
  I forgot to say that vim works, but before reading the file to be
  edited, it displays the previous error message on stderr.

 I've seen this before, this means that the libraries on your own
 computer and the kibraries that vim was compield against doesn't
 match, at preliminary investigation this seems to be ncurses ...

all i can say is that :
1) i build on latest librairies
2) i test on latest librairies (cron run urpmi several times per day)

for his problem: libncurses does seem to be the only lib used by vim
that uses the ospeed symbol.
-- 
Still untested beyond 'it compiles' (davej)





Re: [Cooker] vim 6.1-1mdk - re-linking message

2002-04-03 Thread skidley

On Wed, Apr 03, 2002 at 04:12:30PM +0200, Gwenole Beauchesne wrote:
 for his problem: libncurses does seem to be the only lib used by vim
 that uses the ospeed symbol.
 
 Actually, I don't think that libncurses has the ospeed symbol. That's 
 libermcap2. ncurses defines its own ospeed symbol as _nc_ospeed.
 
 
 
upgrading libncurses5 fixed the problem here.
-- 
Never underestimate the bandwidth of a station wagon full of tapes
hurtling down the highway.  -- Andrew S. Tanenbaum

Chad Young - Registered Linux User #195191  http://counter.li.org
---
Linux localhost 2.4.19-pre5 #1 Fri Mar 29 20:00:12 AST 2002 i686 GenuineIntel
  3:45pm  up   0:25,  6 users,  load average: 1.74, 1.34, 0.79




Re: [Cooker] vim 6.1-1mdk - re-linking message

2002-04-02 Thread Thierry Vignaud

Laurent CREPET [EMAIL PROTECTED] writes:

  view: Symbol `ospeed' has different size in shared object,
  consider re-linking

i don't see that behaviour.

 Something to do ?

have you rebuild your own libstdc++ ?
or not updated your libstdc++ ?
-- 
Still untested beyond 'it compiles' (davej)





Re: [Cooker] vim 6.1-1mdk - re-linking message

2002-04-02 Thread Laurent CREPET

On Tue, Apr 02, 2002 at 12:31:32PM +0200, Thierry Vignaud wrote:
 Laurent CREPET [EMAIL PROTECTED] writes:
 
   view: Symbol `ospeed' has different size in shared object,
   consider re-linking
 
 i don't see that behaviour.
 
  Something to do ?
 
 have you rebuild your own libstdc++ ?
 or not updated your libstdc++ ?

not updated to the last one, I think. I'll check this tomorrow.

Laurent.
-- 
Laurent CREPET -- [EMAIL PROTECTED]
http://megrapet.free.fr/




[Cooker] vim 6.1-1mdk - re-linking message

2002-03-29 Thread Laurent CREPET

Recently, I upgraded to vim 6.1-1mdk. Now, I always have this kind of
message on the console when running anyone of the vim binaries:

 view: Symbol `ospeed' has different size in shared object, consider re-linking

Something to do ?

Laurent.
-- 
Laurent CREPET -- [EMAIL PROTECTED]
http://megrapet.free.fr/