n...@philips:~$ cat foo.c #include <stdio.h>
main()
{
printf("hello world\n");
}
n...@philips:~$ tcc -b foo.c
tcc: undefined symbol 'memset'
tcc: undefined symbol 'memmove'
tcc: undefined symbol 'memcpy'
n...@philips:~$
-Nigel
_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel
