Giovanni, I can reproduce your problem, with gcc 4.8 and clang as the compilers. As more than one compiler is affected, I think this is a problem in the system includes, in Debian specifically, as no other Linux has this trouble.
Do you know where the string 'x86_64-linux-gnu' comes from? Who declares it? Is it created? What values do other platforms use? The only reference I could find is this one: $ grep -r x86_64-linux-gnu /usr/include/ /usr/include/llvm-3.2/llvm/Config/config.h:#define C_INCLUDE_DIRS "/usr/include/x86_64-linux-gnu:/usr/include/x86_64-linux-gnu:/usr/include" /usr/include/llvm-3.2/llvm/Config/config.h:#define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/local/lib:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu" Olga On Sun, Oct 27, 2013 at 7:49 PM, Giovanni Rapagnani <[email protected]> wrote: > On 02/10/13 22:55, Cedric Blancher wrote: >> On 2 October 2013 22:43, Giovanni Rapagnani <[email protected]> wrote: >>> I may try to post a message on debian-devel ml and see what they think >>> about this. >> >> Please post the archive url of the posting so we can follow the discussion. > > I submitted today my question to debian-devel ml. Since 2 october I have > been trying to make iffe/mamake find the header files in the correct > location but without success. > > The archive url is here: > http://lists.debian.org/debian-devel/2013/10/thrd2.html > > look for the thread with subject: > > AST ksh alpha: compilation failure related to multiarch > > Kind regards. > > -- > Giovanni Rapagnani > > Email secured by Check Point > _______________________________________________ > ast-developers mailing list > [email protected] > http://lists.research.att.com/mailman/listinfo/ast-developers -- , _ _ , { \/`o;====- Olga Kryzhanovska -====;o`\/ } .----'-/`-/ [email protected] \-`\-'----. `'-..-| / http://twitter.com/fleyta \ |-..-'` /\/\ Solaris/BSD//C/C++ programmer /\/\ `--` `--` Email secured by Check Point _______________________________________________ ast-developers mailing list [email protected] http://lists.research.att.com/mailman/listinfo/ast-developers
