[Bug middle-end/36213] Wrong search path generation
martin dot drab at fjfi dot cvut dot cz
gcc-bugzilla@gcc.gnu.org
Fri May 23 00:50:00 GMT 2008
------- Comment #6 from martin dot drab at fjfi dot cvut dot cz 2008-05-23 00:49 -------
One more thing I've forgotten to mention is that (no matter if the
--enable-version-specific-runtime-libs is there or not) files limits.h and
syslimits.h are not generated into the internal "include" directory of the gcc,
but into the "include-fixed" directory, where, however, gcc can't find them. So
I had to create a symlink there, otherwise lots of stuff can't be compiled.
Though, I don't know if it is due to the badly generated paths. Maybe if they
were correct, gcc would have found the files even in that directory. So, that
may actually be OK.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36213
More information about the Gcc-bugs
mailing list