Building statically linked application

loody miloody@gmail.com
Sun May 17 18:18:00 GMT 2009


hi:

2009/5/18 Andre-Marcel Hellmund <andre-marcel.hellmund@hp.com>:
> Hey,
>
> when I try to build a statically linked application which uses the
> function "gethostbyname", I get the following linker warning:
>
> In function `main':
> test.c:(.text+0x19): warning: Using 'getprotobyname' in statically
> linked applications requires at runtime the shared libraries from the
> glibc version used for linking
>
> Could you please give some (short) background about this warning and why
> this function (and some others as well) still require the shared
> libraries at runtime although linked statically with:
>
> gcc test.c -static -o test
>
> Thanks for your help,
> Andi
if you don't mind,  would you please show me the conetne of your test.c?
thanks a lot,
miloody



More information about the Binutils mailing list