Re: standard libraries are linked statically or dynamically?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



ali hagigat <hagigatali@xxxxxxxxx> writes:

> 080482e0 <__libc_start_main@plt>:
>  80482e0:	ff 25 14 96 04 08    	jmp    *0x8049614
>  80482e6:	68 08 00 00 00       	push   $0x8
>  80482eb:	e9 d0 ff ff ff       	jmp    80482c0 <_init+0x30>

If you see code like this then you are linking against the dynamic
library libc.so, not the archive libc.a.

Ian


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux