Re: header files missing

Yichao Yu <[email protected]> Wed, 14 Dec 2011 10:15:06 -0500
Newsgroups org.kernel.vger.linux-c-programming
Message-ID <CAMvDr+R-hePHJcL43rVkNmPdYyXui4tXKv8fHNWmR-CLk8DAqg@mail.gmail.com>
On Wed, Dec 14, 2011 at 9:14 AM, Aniruddha Bhattacharyya
<[email protected]> 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
> <[email protected]> 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 <[email protected]>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in
>> the body of a message to [email protected]
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> --
> To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in
> the body of a message to [email protected]
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html