[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] Re: Config.h
From: |
Laurens Simonis |
Subject: |
Re: [Tinycc-devel] Re: Config.h |
Date: |
Thu, 25 May 2006 14:05:08 +0200 |
User-agent: |
Mozilla Thunderbird 1.0.8 (X11/20060502) |
Hi,
if you're trying to build on win32, or are trying to get tcc to compile
itself (again, on windows) and have no access to configure/make: very
little is needed to be in config.h. If you comment it out, compile
again, you'll see where it finds undefined #define's, and you'll know
which ones you are missing.
On win32 however, you'll probably run into trouble next if you're
running tcc, when it's looking for crt?.o during compilation. At least,
that was my experience.
Hope this helps,
Laurens