tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] build-tcc.bat is broken since recent changes


From: grischka
Subject: Re: [Tinycc-devel] build-tcc.bat is broken since recent changes
Date: Mon, 24 Jul 2017 18:38:59 +0200
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

Christian JULLIEN wrote:
Grischkaā€¨


Trying to synchronize Cygwin Makefile with your recent reorg, 'make' stops because includes are now not found.

There is a change to the default CONFIG_TCCDIR.

You can define it in the config.h that you create or use tcc -B. ...

The same issue exists with your .bat

Not unless (ab)used with a cygwin gcc ;)

Btw, cygwin has the option to install a mingw compiler too (from the setup
program).  Then you could just use the normal configure + make like

    $ ./configure --cross-prefix=i686-w64-mingw32- --prefix=c:/tcc
    $ make && make install

The gcc prefix may vary (look in cygwin/bin).

-- gr




reply via email to

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