[Easysoap-developers] Solaris CC Linking Problem
Status: Beta
Brought to you by:
dcrowley
From: Ramchandra P. <ram...@pe...> - 2003-05-14 14:50:09
|
Hi, I am having a linking problem with EasySoap library. The default EasySoap installation uses gcc to build the library. My client program is built using CC compiler. $CC -V CC: Sun WorkShop 6 update 2 C++ 5.3 Patch 111685-07 2002/04/10 $gcc -v Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.3/specs Configured with: ../configure --with-as=/usr/local/bin/as --with-ld=/usr/local/bin/ld --enabl e-libgcj Thread model: posix gcc version 3.0.3 If I use the simpleclient.cpp program (which comes along the tarball)& link it against easysoap using gcc it works but with CC it produces many undefined symbols. I have tried to build the EasySoap using CC & then using CC for building & linking against my program but the errors remain. I have to use CC to build the client program. What should be done to get EasySoap work with CC ? Its very urgent for me to solve this issue. Thanks. -Ram |