[newbie] gcc-c++

2001-10-01 Thread mik
hi, maybe this is more of a question for the expert, but anyways: what's the deal with gcc-c++?. everytime i try to compile a c++ program i get messages like c headers not found (while running configure) or strcomp not defined (while compiling). in some cases i've been able to fix the by using

Re: [newbie] gcc-c++

2001-10-01 Thread Matt Greer
on 10/1/01 10:05 AM, mik at [EMAIL PROTECTED] wrote: hi, maybe this is more of a question for the expert, but anyways: what's the deal with gcc-c++?. everytime i try to compile a c++ program i get messages like c headers not found (while running configure) or strcomp not defined (while

Re: [newbie] gcc-c++

2001-10-01 Thread mik
fixed it. i'm using egcs now. didn't work earlier because i hadn't installed egcs-cpp. mik On Monday 01 October 2001 20:20, you wrote: replying to my own message: c++ is a link to g++, so it doesn't work with g++ either. mik would it be alright then if i made a link from c++ to g++,