Re: C++ cannot create executables ?

1999-04-06 Thread David O'Brien
> im having problems compiling the giCQ port under 4.0-current. > configuration says my C++ compiler cannot create executables, any idea > what's the problem ? On the bootstrap `make world' to EGCS libstdc++ is broken. Do a second `make world' and you will have a working system. I know what the

Re: C++ cannot create executables ?

1999-04-06 Thread Thomas T. Veldhouse
Read the recent posts. Let me guess, you have probably done a fairly recent cvsup (sunday evening?) and you built world. You now have egcs as your compiler (gcc -v). The best thing to do, at least the easiest to tell you to do, is to simply cvsup the sources again and make the world. You probab