Hello, I have an SDK which I compile on Windows with VC++ and on Linux with gcc 3.x. I now have to make a new build which is supposed to be linked against an application on SuSE8 (with gcc 2.95.3). Is it possible to set up a gcc 2.95.3 environment on a modern Linux Distro (e.g. SuSE 9) and prepare shared objects which can be used on SuSE 8 ? AFAIK, I can set up the executable path and the include and lib paths to use the header files and libraries from 2.95.3 dir. But what else should I be careful about ? Thanks in advance, Devrim