Development environment: Solaris 9
Compiler: SUN STUDIO 12
bash-3.00$ /usr/bin/version
Machine hardware: sun4u
OS version: 5.10
Processor type: sparc
Hardware: SUNW,Sun-Fire-V210
The following components are installed on your system:
Sun Studio 12
Sun Studio 12 C Compiler
Sun Studio 12 C++ Compiler
Sun Studio 12 Tools.h++ 7.1
Sun Studio 12 C++ Standard 64-bit Class Library
Sun Studio 12 Garbage Collector
Sun Studio 12 Fortran 95
Sun Studio 12 Debugging Tools (including dbx)
Sun Studio 12 IDE
Sun Studio 12 Debugger GUI
Sun Studio 12 Performance Analyzer (including collect, ...)
Sun Studio 12 X-Designer
Sun Studio 12 VIM editor
Sun Studio 12 XEmacs editor
Sun Studio 12 Performance Library
Sun Studio 12 LockLint
Sun Studio 12 Building Software (including dmake)
Sun Studio 12 Documentation Set
Sun Studio 12 /usr symbolic links and GNOME menu item
version of "/opt/SUNWspro/bin/../prod
/bin/../..
/bin/cc": Sun C 5.9 SunOS_sparc P
atch 124867-01 2007/07/12
version of "/opt/SUNWspro/bin/../prod
/bin/../..
/bin/CC": Sun C++ 5.9 SunOS_sparc
Patch 124863-01 2007/07/25
version of "/opt/SUNWspro/bin/../prod
/bin/../..
/bin/f90":
Sun Fortran 95 8.3 Sun
OS_sparc Patch 127000-01 2007/07/18
version of "/opt/SUNWspro/bin/../prod
/bin/../..
/bin/dbx":
Sun Dbx Debugger 7.6 S
unOS_sparc Patch 124872-01 2007/07/12
version of "/opt/SUNWspro/bin/../prod
/bin/../..
/bin/analy
zer": Sun Analyzer 7.6
SunOS_sparc Patch 126995-01 2007/07/17
version of "/opt/SUNWspro/bin/../prod
/bin/../..
/bin/dmake
": Sun Distributed Make
7.8 SunOS_sparc Patch 126503-01 2007/07/19
--------------------------
----------
----------
----------
----------
----------
----------
----------
----------
----------
I am current developing a shared library (libMainapi.so) which intergrating with the Cobra client service:
Source:
-Mainapi.cpp
-CobraClient_c.hh
-CobraClient_c.cc
Mainapi.cpp will include CobraClient_c.hh
I can successfully compile Mainapi.cpp and CobraClient_c.cc separately and built the Mainapi.o and CobraClient_c.o object. However I don't know how to link up them together to build the libMainapi.so library. Can anyone provide the exact command with parameter for the object linking? Thanks.
P.S. I am using VisiBroker's idl2cpp to generate the CobraClient_c.hh and CobraClient_c.cc file.