> Hmm, let's see. When the error is about missing __gcc_personality_v0, you should link with -lgcc_s. For __gxx_personality_v0, -lstdc++. Let's try and guess where __gcj_personality_v0 might come from. -lgcj maybe? > > -- > Marc Glisse You, sir, are a hero. Thanks sincerely. I've updated a post on StackOverflow to hopefully make this clearer to others. Thanks again for your help, gents. Andrew