|
|
|
|
|||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
CXX-DEV: HP-UX IPF 11.23 : Conflict between aCC shared andg++ application
Do you know if libstdcso from g++ and libstd_v2.so from aCC can be
used in the same process ? No they cannot. Do you know if we can set some flag to aCC to generate shared library compatible with g++ ? There is none. You can mix C code from GCC with C code from HP C, and either of these can be mixed with one of the two C++ compilers (g++ or aCC), but there is no way to mix g++ and aCC code in one process. They use completely different runtime systems and their ABI's are not identical. Steve Ellcey sje (AT) cup (DOT) hp.com To leave this mailing list, send mail to majordomo (AT) cxx (DOT) cup.hp.com with the message UNSUBSCRIBE cxx-dev |
![]() |
| Viewing: Web Development Archives > Mailing Lists > Unix > CXX-DEV: HP-UX IPF 11.23 : Conflict between aCC shared andg++ application |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|