On Mon, Jun 24, 2013 at 10:06:31AM +0200, Christian PERRIER wrote:
> Now, it gives:
> 
> cc -o test/run test/test_inet_mton.o test/test_inet_ptom.o 
> test/test_netcfg_parse_cidr_address.o test/test_netcfg_network_address.o 
> test/test_netcfg_gateway_reachable.o test/test_nc_v6_interface_configured.o 
> netcfg-common.o wireless.o ethtool-lite.o ipv6.o write_interface.o 
> test/srunner.o -ldebconfclient -ldebian-installer -liw -lcheck -lm
> /usr/lib/gcc/i486-linux-gnu/4.8/../../../i386-linux-gnu/libcheck.a(check_pack.o):
>  In function `ppack':
> (.text+0x53c): undefined reference to `__pthread_register_cancel'
> /usr/lib/gcc/i486-linux-gnu/4.8/../../../i386-linux-gnu/libcheck.a(check_pack.o):
>  In function `ppack':
> (.text+0x57b): undefined reference to `__pthread_unregister_cancel'

Those two want -lpthread.

> /usr/lib/gcc/i486-linux-gnu/4.8/../../../i386-linux-gnu/libcheck.a(check_run.o):
>  In function `srunner_run':
> (.text+0x90d): undefined reference to `timer_create'
> /usr/lib/gcc/i486-linux-gnu/4.8/../../../i386-linux-gnu/libcheck.a(check_run.o):
>  In function `srunner_run':
> (.text+0x96a): undefined reference to `timer_settime'
> /usr/lib/gcc/i486-linux-gnu/4.8/../../../i386-linux-gnu/libcheck.a(check_run.o):
>  In function `srunner_run':
> (.text+0x9a1): undefined reference to `timer_delete'

Those three want -lrt.

Mraw,
KiBi.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130624081734.ga17...@mraw.org

Reply via email to