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