tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] tcc and the dirent.h


From: Christian Jullien
Subject: Re: [Tinycc-devel] tcc and the dirent.h
Date: Wed, 16 Nov 2011 07:05:21 +0100

Julia,

 

See also my reply for the same question http://lists.nongnu.org/archive/html/tinycc-devel/2010-04/msg00002.html

It contains an attached zip with source code that works on any branch.

 

Christian

 

From: address@hidden [mailto:address@hidden On Behalf Of Julia Glaum
Sent: mercredi 16 novembre 2011 04:57
To: address@hidden
Subject: [Tinycc-devel] tcc and the dirent.h

 

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


reply via email to

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