Hi,
can someone tell me why the command
sb2 host-gcc host.c -lncurses
fails and returns the following message:
collect2: ld terminated with signal 11 [Segmentation fault]
on sbox2-1.99.0.26 ?
This does not happen if I use sbox2-1.99.0.23.
The host.c program is as follows:
#include <stdio.h>
int main (void)
{
printf("Hello world!\n");
return 0;
}
Regards,
Claudio
_______________________________________________
Scratchbox-users mailing list
[email protected]
http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users