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

Re: NPTL and static linking



Le mercredi 09 mars 2005 à 11:23 -0800, Blunt Jackson a écrit :
> I appreciate the clarification. What is desirable, then, is for the developer
> to be able to statically link his or her own libraries, and third
> party libraries,
> but to dynamically pick up "system" libraries, of which I would number
> libpthread. That would be adequate for my needs. I expect this is possible,
> as *everything* is possible, somehow. Perhaps it is something as trivial
> as a compiler or linker flag that I have missed?

Yup, just enclose the libraries you want to link statically against
between -Wl,-Bstatic and -Wl,-Bdynamic:

gcc -o something foo.o bar.o -lsystemlib -Wl,-Bstatic -lownlib -lthirdpartylib -Wl,-Bdynamic -lpthread
-- 
 .''`.           Josselin Mouette        /\./\
: :' :           josselin.mouette@ens-lyon.org
`. `'                        joss@debian.org
  `-  Debian GNU/Linux -- The power of freedom

Attachment: signature.asc
Description: Ceci est une partie de message =?ISO-8859-1?Q?num=E9riquement?= =?ISO-8859-1?Q?_sign=E9e?=


Reply to: