Re: Ant won't call g++

2006-07-07 Thread Dominique Devienne
Run Ant with -verbose, and you'll see the command line issued. I bet you'll see that despite using the "g++" compiler name, it uses "gcc" in the command line. I believe g++ is equivalent to gcc, linking with stdc++, so if you add a linker arg or a libset, you should be fine. Note that you should

Re: Ant won't call g++

2006-07-07 Thread Jeffrey E Care
Sounds like an ant-contrib problem, rather than an Ant core problem to me... Jeffrey E. (Jeff) Care [EMAIL PROTECTED] IBM WebSphere Application Server Development WAS Pyxis Lead Release Engineer