In article <1k1b9mINN8a6@fido.asd.sgi.com>, walker@owl.asd.sgi.com (Christopher Walker) writes:
>
> In article <C1DHGr.B00@dcs.ed.ac.uk>, gordonc@epcc.ed.ac.uk writes:
> > Sorry if this has been asked before, but can I use g++ (V2.0) to compile
> > ImageVision C++ progs, and if so, which options should I use ??
> >
> > Any help appreciated,
>
> We've never tried.. but I strongly doubt that SGI's C++ and gnu's C++ are
> compatible. Maybe someone with more experience with g++ would know. I suspect
> that the IL would need to be recompiled with g++ and there isn't much likelihood
> of SGI supporting that.. sorry.
>
....ermmm, isn't the language specification for C++ fairly strict? If I were to take pieces of C code from my SGI and attempt to compile them elsewhere, I'd like to think that I wouldn't experience too much trouble :-) (also,for example, I can compile GL programs with gcc)
Incidentally, the trouble is in the linking stage. With the options, -traditional-cpp and -x c++, all is OK until link, when I get :