[LCP]stdio.h reference

Bruce Woodward bruceb3 at zip.com.au
Tue Jan 8 11:25:58 UTC 2002


On Mon, Jan 07, 2002 at 01:12:43PM +0200, Madhav M. wrote:
> 
> I want to know, how linker reolves the reference for stdio.h. 
> I chekced /etc/fstab file and also checked LD_LIBRARY_PATH. But i didnt get the path for stdio.h.
> Am I missing something???
The library that is linked against to give the functions from stdio.h 
is usually libc. You should be able to locate the file in /lib or /usr/lib. 
Changes are there will be some version number after the name (libc).

On Solaris 8 there is /usr/lib/libc.so (which is a symbolic link to the current
library).

Cheers,
Bruce.



More information about the linuxCprogramming mailing list