|
From: | Julia Glaum |
Subject: | [Tinycc-devel] tcc and the dirent.h |
Date: | Wed, 16 Nov 2011 03:57:26 +0000 |
Hi Everyone, I’ve seen my question posted a few times already, but not a sufficient answer to it, so I hope, someone here can help me.
I am using the tcc version 0.9.25. When I use the opendir function I get the message: tcc: undefined symbol 'opendir' the same is the case for the functions readdir and closedir. The header of my program looks like this: #include <stdio.h> #include <stdlib.h> #include <io.h> #include <dirent.h> Do I need to include another library to make these functions work? Thanks, Julia |
[Prev in Thread] | Current Thread | [Next in Thread] |