tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] atexit


From: Nigel Horne
Subject: [Tinycc-devel] atexit
Date: Sat, 1 Feb 2003 10:06:31 +0000
User-agent: KMail/1.4.3

Does tcc support atexit? The following fails to link with tcc 0.9.16:

#include <stdlib.h>
#include <stdio.h>

void
foo(void)
{
        puts("atexit");
}

main()
{
        atexit(foo);
}


You get "tcc: undefined symbol 'atexit'".

-Nigel

(P.S. how's the bug fixing going for -b that I mentioned last year. It's gone 
quiet on that front and it still fails).

-- 
Nigel Horne. Arranger, Composer, Conductor, Typesetter.
NJH Music, Barnsley, UK.  ICQ#20252325
address@hidden http://www.bandsman.co.uk




reply via email to

[Prev in Thread] Current Thread [Next in Thread]