From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yichao Yu Subject: Re: header files missing Date: Wed, 14 Dec 2011 10:15:06 -0500 Message-ID: References: <4EE610E8.7010001@maxim-ic.com> <75E4E6EA13D477499AE4AE34E8AF042005AD4ECA9D@EXCMB2.wolfsonmicro.main> <20200.41533.67427.527798@cerise.gclements.plus.com> Mime-Version: 1.0 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=hKclSsWH7uQyWmHO2fq411A2MmDOzwKeSJWX9wGqfm8=; b=wmSQZNmNRxFolKALP8ncCG3JTwcmfhGQrzJnMgG7nr5BT2YHWkehcDokdXRuykGCJC JpWXXgD0FQFke5TiRF2FCk5unQ9pGbFn+aYZoxIDY9eQCZeD+ot5EbQBq7Hv+ysG0U+t 4d4AjkKzM8/dXzwEn8/XoeYmZjt05ClgrsVik= In-Reply-To: Sender: linux-c-programming-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="iso-8859-1" To: Aniruddha Bhattacharyya Cc: Glynn Clements , linux-c-programming@vger.kernel.org On Wed, Dec 14, 2011 at 9:14 AM, Aniruddha Bhattacharyya wrote: > Some might use dlopen() and dlsym() in case of runtime library I suppose the "runtime" here just means shared libraries that is loaded by dynamic linker (not sth like plugins) instead of those headers which are not necessary at "runtime". So dlopen() and dlsym() are not necessary (and probably not possible for glibc). > > On Wed, Dec 14, 2011 at 6:48 PM, Glynn Clements > wrote: >> >> >> Renjith Gopinadhan wrote: >> >> > Surely, he has glibc installed, but the issue is that anything to = do >> > with the PATH variable or anyother environment variable settings? >> >> Most distros split libraries into runtime and development packages. >> Shared libraries are in the runtime package, headers are in the >> development package. >> >> He'll certainly have the runtime package for glibc, but he won't >> necessarily have the development package. >> >> -- >> Glynn Clements >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-c-pr= ogramming" in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at =A0http://vger.kernel.org/majordomo-info.html > -- > To unsubscribe from this list: send the line "unsubscribe linux-c-pro= gramming" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at =A0http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-c-progr= amming" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html