Re: [Tinycc-devel] Include paths

2014-05-28 Thread Anton Shepelev
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

Re: [Tinycc-devel] Include paths

2013-08-24 Thread grischka
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

Re: [Tinycc-devel] Include paths

2013-08-24 Thread Anton Shepelev
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

Re: [Tinycc-devel] Include paths

2013-08-22 Thread David Mertens
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

Re: [Tinycc-devel] Include paths

2013-08-22 Thread Anton Shepelev
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

Re: [Tinycc-devel] Include paths

2013-08-21 Thread Thomas Preud'homme
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 >

[Tinycc-devel] Include paths

2013-08-16 Thread Anton Shepelev
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