10/19/2007 9:30 AM
post2150
|
> The headers are there but it looks like g++ has 6.3.0
> hardcoded in it (I'm on 6.3.2).
Those end up hardcoded in because the gcc driver was built on a 6.3.0 system but they go unused. Part of our port of
gcc, we make changes that allow gcc to be relocatable (based on QNX_HOST/QNX_TARGET) after it was built . For example,
the driver you have, was built on an 6.3.0 machine, but the driver located /usr/qnx632/host/qnx6/x86/usr/lib/gcc/i386-pc
-nto-qnx6.3.0/4.2.1/cc1plus
and searched /usr/qnx632/target/qnx6/usr/include
The gxx-include-dir isn't being properly relocated to $QNX_TARGET. I will fix this of course.
Thanks for the report Sean.
Regards,
Ryan Mansfield
|
|
|