On Thu, Sep 13, 2007 at 12:18:47PM +0200, Simon 'corecode' Schubert wrote: > On 13.09.2007, at 08:13, Joerg Sonnenberger wrote: >> On Tue, Sep 11, 2007 at 09:24:51PM +0200, Simon 'corecode' Schubert wrote: >>> Oh sorry, I forgot about that. You need to update the ldconfig cache, I >>> think. Strange thing - gcc should add -R to the right path itself. Maybe >>> I've fixed that, maybe I forgot? >> I tried to do get gcc to emit the rpath, but that doesn't work very >> nicely with the way libtool builds the command line. I think I never >> ended up cleaning the patches for this far enough that they are >> comittable for the repo. > > So libtool doesn't use gcc for linking but ld directly? That's evil.
Worse, it tries to find out what GCC is doing and emulates that afterwards with -nostdlib. Joerg
