When I'm trying to compile C++ files it doesn't finds the C++
headerfiles automatically. It works when I'm telling it where to find
them as in:

[EMAIL PROTECTED] > g++ -I/usr/include/g++-2 test.cc

- or -

[EMAIL PROTECTED] > setenv CPLUS_INCLUDE_PATH /usr/include/g++-2
[EMAIL PROTECTED] > g++ test.cc

What have I done wrong?

I using egcs1.0.3 (?) and libstd++2.9 (I think.)

-- 
Peter er den mindst gamle af de gammeldags usenettere, og moderator på
den eneste modererede gruppe i dk.*, so there.
                                                    - citat RockBear

Reply via email to