tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] opendir problems in windows


From: Doug Eleveld
Subject: [Tinycc-devel] opendir problems in windows
Date: Fri, 19 Jan 2007 11:12:49 -0800 (PST)

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 




reply via email to

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