On Tue, Feb 19, 2013 at 19:42:46 +0100, Thierry Parmentelat wrote:
Thanks ; this does help with the particular issue I had
However I'm still not quite there yet and am receiving
...
CCLD securityselinuxtest
CCLD securityselinuxlabeltest
/usr/lib/gcc/x86_64-redhat-linux/4.6.3/../../../../lib64/crt1.o: In function
`_start':
(.text+0x20): undefined reference to `main'
collect2: ld returned 1 exit status
Any idea with this one ?
commit d6c8597046dfc6b94ef5d7bf0b9ffae725a9c104
Author: Jiri Denemark <jdenemar(a)redhat.com>
Date: Wed Jan 30 16:44:06 2013 +0100
tests: Don't build securityselinuxlabeltest without qemu
Sources for securityselinuxlabeltest are only defined if qemu driver is
enabled so we should not try to build the test if qemu driver is
disabled.
Jirka