On Aug 31, 2012, at 2:34 AM, Ragnar Thomsen wrote:
It is stated in LFS that --strip-unneeded should not be used on
libraries, as the static ones will be destroyed.
There is already a thread about this which I recall from August:
http://www.mailinglistarchive.com/html/lfs-dev@linuxfromscrat
Am 31.08.2012 19:35, schrieb Nathan Coulson:
>> i'll write about the results as soon as the build is done.
i now have (almost) finished my system.
xfce is up with firefox and thunderbird. only libreoffice and vlc are
missing - but that's another story ;)
everything is fine, no errors occurred
Nathan Coulson schrieb:
> Back when that text was added to the book, --strip-all removed
> something from the static libraries that is needed to link to them
> (basically making them useless). Symbol table perhaps?
i don't strip any static libs.
see my script:
file xx.a | grep ELF
will be empt
On Aug 31, 2012, at 02:34 AM, Ragnar Thomsen wrote:
> It is stated in LFS that --strip-unneeded should not be used on
> libraries, as the static ones will be destroyed.
>
> I found this page:
> http://www.technovelty.org/linux/
>
> Which states that --strip-unneeded is safe to use on both shared
On Fri, Aug 31, 2012 at 10:24 AM, Tobias Gasser wrote:
> Baho Utot schrieb:
>>
>> #-- Options to be used when stripping binaries. See `man strip' for details.
>> STRIP_BINARIES="--strip-all"
>> #-- Options to be used when stripping shared libraries. See `man strip'
>> for details.
>> STRIP_SHARED=
On 08/31/2012 03:34 AM, Ragnar Thomsen wrote:
> It is stated in LFS that --strip-unneeded should not be used on
> libraries, as the static ones will be destroyed.
>
> I found this page:
> http://www.technovelty.org/linux/
>
> Which states that --strip-unneeded is safe to use on both shared and
> st
On 31.8.2012 9:34, Ragnar Thomsen wrote:
> It is stated in LFS that --strip-unneeded should not be used on
> libraries, as the static ones will be destroyed.
>
> I found this page:
> http://www.technovelty.org/linux/
>
> Which states that --strip-unneeded is safe to use on both shared and
> static
Ragnar Thomsen schrieb:
> It is stated in LFS that --strip-unneeded should not be used on
> libraries, as the static ones will be destroyed.
>
> I found this page:
> http://www.technovelty.org/linux/
>
> Which states that --strip-unneeded is safe to use on both shared and
> static libraries, whil
Hello,
I read the same page several months ago.
So I checked on a testing system : I stripped existing binaries and shared
libraries with "--strip-all", and static libraries with "--strip-unneeded".
The system remained fully functional, and subsequent linking operations
were all successful. So, t