Has anyone been able to get "tcc -b" to work on Fedora Core 13 (on a 32-bit machine)?

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

Reply via email to