Cláudio Roger <[EMAIL PROTECTED]> writes:

> Now i installed MDK 9.0 and ofcourse gcc3.x don't work so i add

gcc 3.x works.

what may not work is your code if it's not c++ standard
compliant. but i's easily fixable, and gb may help fix anyway.

> the gcc2.x packages to the system and try to compile
> 
> and all go well until the link part where i get this msg:

you can't link together C++ code generated by 2.x and 3.x because
they are not binary compatible.

-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/

Reply via email to