This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/36213] Wrong search path generation



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]