You are not logged in.

#1 2010-07-30 19:23:31

Mr.Macdonald
Member
Registered: 2008-10-09
Posts: 26

Static Linking Packages

Is there a way that I could statically link libraries in when I compile packages via ABS? As opposed to using Dynamically linked

Offline

#2 2010-07-30 20:53:28

j.roszk
Member
From: Poznan/Poland
Registered: 2008-05-22
Posts: 29
Website

Re: Static Linking Packages

You may try to add -static to C(XX)FLAGS, but it's not guaranteed to work.

Offline

#3 2010-07-30 21:44:34

Stebalien
Member
Registered: 2010-04-27
Posts: 1,238
Website

Re: Static Linking Packages

You can also try using prelink to speed up dynamically linked libraries. This is not a recommendation; prelink may or may not speed up your system and may or may not break your system.


Steven [ web : git ]
GPG:  327B 20CE 21EA 68CF A7748675 7C92 3221 5899 410C

Offline

Board footer

Powered by FluxBB