Hi Everyone,

Firts of all I am very impressed with the speed and
size of TinyC compiler!  I am using tcc version
0.9.23. (windows binary distribution)

When I use opendir function I get message:

tcc: undefined symbol 'opendir'

I saw on the list also this advice:
#define opendir _opendir
#define readdir _readdir
#define closedir _closedir
#include <dirent.h>

When I do this I get the message:
tcc: undefined symbol '_opendir'

Do I need to link to a special library to use opendir?

Thanks,

Doug Eleveld


 
____________________________________________________________________________________
Expecting? Get great news right away with email Auto-Check. 
Try the Yahoo! Mail Beta.
http://advision.webevents.yahoo.com/mailbeta/newmail_tools.html 


_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to