gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gpsd-dev] scons quirks


From: Eric S. Raymond
Subject: Re: [gpsd-dev] scons quirks
Date: Thu, 28 Nov 2013 22:35:57 -0500
User-agent: Mutt/1.5.21 (2010-09-15)

Hal Murray <address@hidden>:
> This whole tangle is due to using shared libraries.  There must be lots of 
> projects doing that.  Isn't this a solved problem?  Do they all use RPATH?  
> How do distros package things without using chrpath?  Does make handle this 
> better than scons?  (maybe only because there are more examples to copy)  ...

The normal answers to these questions are buried in the huge,
pulsating mass of hacks and kluges called "GNU libtool".

It does weird shit like replacing generation of actual program
binaries with generation of identically-named shellscripts which, when
called, dynamically link binaries and libraries together and then run
them.

Which is fine until you try to gdb your "binaries"...
-- 
                <a href="http://www.catb.org/~esr/";>Eric S. Raymond</a>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]