Re: ltcf-cxx.sh

2000-05-28 Thread Stephan Kulow
Ossama Othman wrote: Hi Stephan, On Sat, May 27, 2000 at 10:10:44AM +0200, Stephan Kulow wrote: Kevin Atkinson wrote: Hopefully since KDE will be using it some KDE people will help to improve the C++ support. I am sure they will run into the problem with non-pic static

Re: ltcf-cxx.sh

2000-05-28 Thread Kevin Atkinson
On Sun, 28 May 2000, Stephan Kulow wrote: Ossama Othman wrote: Hi Stephan, On Sat, May 27, 2000 at 10:10:44AM +0200, Stephan Kulow wrote: Kevin Atkinson wrote: Hopefully since KDE will be using it some KDE people will help to improve the C++ support. I am sure they

ML: ltmain.in, improper use of Xsed

2000-05-28 Thread Michael Matz
Hi, when creating executables with libtool in a way, that a wrapper script is necessary, the relink-command looks like (short part of it): relink_command="cd /bi ... LD_RUN_PATH=\"\\\"X\\\"\"; ... PATH=\"\\\"X/usr/local/bin:/usr/bi ..." Note the "X"s and the doubled \" which shouldn't be there.

Re: ltcf-cxx.sh

2000-05-28 Thread Ossama Othman
Hi Kevin, On Sun, May 28, 2000 at 07:37:11PM -0400, Kevin Atkinson wrote: I was just informed that the HEAD branch does indeed drop static library dependencies when making shared libraries. Perhaps the HEAD branch needs to be merged with the ML branch or is it something else? The core HEAD