Re: [Tinycc-devel] Include file error

2008-03-13 Thread grischka
It almost appears as if tcc cannot find any libraries... You need to move tcc.exe one level down into the parent folder (the one that has include and lib) (I use the windows binary of tcc 0.9.23) tcc 0.9.24 coming soon: http://lists.gnu.org/archive/html/tinycc-devel/2008-03/msg00012.html

[Tinycc-devel] Include file error

2008-03-12 Thread Andrew Sheng
Does anyone else have the following error? this problem manifests itself when I try to compile a file - every attempt produces the following message: filename: line: include file 'name' not found for example, an attempt at compiling a hello world program produces: hello.c:1: include file