Hi, I have had to override the default linker in my m3makefile to the C++ linker to link against a C++ library as in SYSTEM_LD = "g++ -gstabs+ -m64 -fPIC -mno-align-double" is there a more portable way to do this? I'm sure it wont work on windows!! Peter