backround info: I'm building an application in standard compat=5 mode, Sun
Workshop 5.0
I have a set of 3rd party libraries which were built with Sun Workshop 4.2
These libraries depend in libC. My application depends on libCrun.
Question: Does it make sense to link both libC and libCrun ?
When I try and link both libC and libCrun, I get multiply defined symbols,
ie _ex_register defined in
both libC and libCrun.
Thanks in advance.
Jeff