bug-glibc
[Top][All Lists]
Advanced

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

Re: static linking during compilation


From: Dan Kegel
Subject: Re: static linking during compilation
Date: Wed, 02 Jul 2003 10:21:17 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030617

Toby Murray wrote:
is there an easy way to specify libraries which are required to be statically linked during compilation of glibc.
I want to statically link OpenSSL libraries with the socket code.
I'm hoping I can just add a definition to the Makefile in the socket/ subdirectory - something along the lines of
LDLIBS-socket := -lssl
or something like that and it will go and statically link the routines defined there with the ssl static library...

But glibc doesn't refer to anything in the OpenSSL library.
Can you explain what you're trying to do with a bit more context?
- Dan





reply via email to

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