This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: for a specific glibc version, how could I get the functions declared in head file are implementation in which library?


On Sunday 23 March 2008, jcyrss wrote:
>   I meant, If I want to use a function in glibc, I need to link with the
> corresponding shared library, how could I know, which library I should link
> with?

there is only one library, the C library, and gcc automatically does "-lc" for 
you.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]