On 26.11.18 13:20, Martin Liška wrote: > On 11/23/18 7:08 PM, Joseph Myers wrote: >> In the multiarch case, do you want >> <something>/include/finclude/<multiarch> or >> <something>/include/<multiarch>/finclude? (This is where I'd hope Debian >> / Ubuntu GCC people would comment.) > > Mathias can you please reply to this?
this should not matter, as long as you use the multilib name, and the correct directory is used with the -m32/-m64/-mabi options. Are other compilers like a clang based compiler supposed to access this directory as well? In that case the include directories should be documented. One more question: Will GCC itself install header files in these directories, or will you have different directories depending on the GCC version (or gfortran module version)? Matthias