Thomas Tanner wrote:
> 
> On 14-Feb-2000 Stephan Kulow wrote:
> > Yes. I cleaned up KDE's situation a bit by now in removing LDFLAGS
> > that weren't strictly necessary but it's still a pain. I think, the
> > ILD should
> > 1) remove doubled -L calls (this should be quite simple as done with
> >   the usual config.cache way)
> 
>  OK
> 
> > 2) remove doubled base libraries to libraries. As this has to be done
> >   from the end to the begining, it has to be quite clever and may add
> >   some not so nice overhead.
> 
>  I'm working on a fix.
>  My first experimental patch (an ugly hack :( is attached.
>  It's doesn't support the -la -lb -la case yet.
> 
It doesn't work with static linking.
actually libkdecore.la links to libDCOP.la and some other libs.
libtool --mode=link g++ -o test test.o libkdecore.la results in
g++ -o test test.o libDCOP.a kdecore.a
(basicly - I removed 90% of the output :)

Greetings, Stephan

-- 
It said Windows 95 or better, so in theory Linux should run it
                                                GeorgeH on /.

Reply via email to