Hi, In message <_A4527@delegate-en.ML_> on 08/07/09(18:06:14) I wrote: |An obvious reason of errors you got is that you compiled them as |C++ program (with "-x c++" option) while you are linking them with |C libraries without "-x c++". I don't know how you did it but Sorry, it is an original behavior of DeleGate. The "-x c++" option is for the compiler and is not expected to affect the linker. And the libiraries for C++ rather than for C is expected to be selected automatically as in other OSs. If it is not so in AIX, doing "make CC=g++" might be useful to solve it. |it will be able to be avoided with CC="g++" option for make. Cheers, Yutaka -- 9 9 Yutaka Sato <y.sato@delegate.org> http://delegate.org/y.sato/ ( ~ ) National Institute of Advanced Industrial Science and Technology _< >_ 1-1-4 Umezono, Tsukuba, Ibaraki, 305-8568 Japan Do the more with the less -- B. Fuller