grischka to Anton Shepelev:
> > There must be something wrong with the environ-
> > ment on one of the machines, but I have no idea
> > how to locate it...
>
> "tcc -vvv file.c" shows where tcc is looking for
> files.
Thanks. I had missed your reply. Here's what I
have:
,[tcc -vvv
Anton Shepelev wrote:
There must be something wrong with the envi-
ronment on one of the machines, but I have no idea how to
locate it...
"tcc -vvv file.c" shows where tcc is looking for files.
--- grischka
___
Tinycc-devel mailing list
Tinycc-dev
David Mertens:
> I haven't dug into the source code for this, but I too
> have noticed that (1) I can move around a Windows com-
> pilation of tcc that was built using the build-tcc.bat
> file, but (2) I cannot move around a compilation built
> using ./configure. This has ramifications for the
Anton -
I haven't dug into the source code for this, but I too have noticed that
(1) I can move around a Windows compilation of tcc that was built using the
build-tcc.bat file, but (2) I cannot move around a compilation built using
./configure. This has ramifications for the build recipe for Alien
Thomas Preud'homme:
> > The manual says:
> >
> > The default system include paths are: '/usr/
> > local/include', '/usr/include' and 'PREFIX/
> > lib/ tcc/include'. ('PREFIX' is usually
> > '/usr' or '/usr/local').
> >
> > But [what] is PREFIX? Is it an environment
> > variable
Le vendredi 16 août 2013 20:38:06 Anton Shepelev a écrit :
> Hello all,
Hi Anton,
sorry for the late answer.
>
> The manual says:
>
> The default system include paths are: '/usr/
> local/include', '/usr/include' and 'PREFIX/lib/
> tcc/include'. ('PREFIX' is usually '/usr' or
>
Hello all,
The manual says:
The default system include paths are: '/usr/
local/include', '/usr/include' and 'PREFIX/lib/
tcc/include'. ('PREFIX' is usually '/usr' or
'/usr/local').
But is PREFIX? Is it an environment variable or
some internal constant? How to determine it