Hi Maciej, Am 21.08.2011 um 13:26 schrieb Maciej Bliziński: > I've built all the packages, and they're available for testing: > > http://buildfarm.opencsw.org/experimental.html#gcc4 > > I tried to build ppl with gcc-4.6.1, and got this error: > > /opt/csw/include/gmpxx-32.h:35:18: fatal error: iosfwd: No such file > or directory > > The iosfwd file is present in the filesystem: > > maciej@vsol05 ~/opencsw/ppl/trunk $ ls -l /opt/csw/gcc4/include/c++/*/iosfwd > -rw-r--r-- 1 root bin 6917 Aug 21 04:39 /opt/csw/gcc4/include/c++/4.6.1/iosfwd > > Does anyone have an idea why g++ wouldn't find the C++ header file > even though it's present on disk?
Where does it look for the file? You can try truss or opensnoop to find if gcc looks at the wrong location. Best regards -- Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
