- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Run time problem with aCC complier
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2005 05:29 PM
09-11-2005 05:29 PM
I am getting the following error when i run any c program complied by aCC.(Even using the hello world program).
Any idea what could be the problem.
aCC runtime: Error 215 from shl_findsym(/usr/lib/libstream.2,_shlInit)
/usr/lib/dld.sl: Unresolved symbol: [Vtable]key:__dt__9exceptionFv (data) from /usr/lib/libstd.2
/usr/lib/dld.sl: Unresolved symbol: typeid__XT9exception_ (data) from /usr/lib/libstd.2
/usr/lib/dld.sl: Unresolved symbol: __dt__9exceptionFv (code) from /usr/lib/libstd.2
/usr/lib/dld.sl: Unresolved module for symbol: [Vftptr_13bad_exception]key: (data) from /usr/lib/libstream.2
/usr/lib/dld.sl: Unresolved symbol: typeid__XT9exception_ (data) from /usr/lib/libstream.2
/usr/lib/dld.sl: Unresolved symbol: __dt__9exceptionFv (code) from /usr/lib/libstream.2
Abort (core dumped)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2005 06:02 PM
09-11-2005 06:02 PM
Re: Run time problem with aCC complier
Pls do a 'll', 'file' and 'what' on the core file, for eg:
# file core
# what core
'll' is to find out the full path of the core file.
If the core file is generated from 'samd', please check the cumulative SAM patch:
# swlist -l product | grep SAM
Otherwise, please let me know the output of the above 3 commands: ll, file and what
Thanks.
Best regards,
Mei
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2005 06:10 PM
09-11-2005 06:10 PM
Re: Run time problem with aCC complier
Thanks for your email, here is the results of those command:
273]> file core
core: core file from 'a.out' - received SIGABRT
274]> what core
core:
HP-UX libm shared PA1.1 C Math Library 20000331 (201031) UX11.01
HP-UX libisamstub.sl 19991217 (135120) B3907DB/B3909DB B.11.01.11
fs_amod.s $Revision: 1.9.1.1 $
libcl.sl version B.11.01.18 - Jan 3 2003
$ PATCH_11.11/PHCO_29029 Jun 27 2003 12:45:28 $
SMART_BIND
92453-07 dld dld dld.sl B.11.38 031218
[275]> swlist -l product | grep SAM
PHCO_28123 1.0 cumulative SAM patch
ll is not giving any meaningful information.
What do you think ,where is the problem?
Regards
Balwan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2005 08:00 PM
09-11-2005 08:00 PM
Re: Run time problem with aCC complier
It looks like it's your library issue. But well has your aCC been working fine before? If yes since when it failed to work and what changes been doen? Otherwise, if it hasn't been working fine before. Have you installed the aCC properly and have the libraries been configured properly?
Please make sure your aCC is installed properly and you have the lib patches in order.
Best Regards,
Mei
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2005 10:19 PM
09-11-2005 10:19 PM
Re: Run time problem with aCC complier
You can ask aCC specific questions in CXX-Dev list. http://h21007.www2.hp.com/dspp/ml/ml_MailingLists_IDX/1,1275,,00.html#24
You need to sign-up before proceeding with your question. 95% of aCC related questions will get clarified by experts.
--Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2005 12:04 AM
09-13-2005 12:04 AM
SolutionI had similar problems recetnly and it came down to the fact that I was building my executable under hpux11.0 but running it under hpux11.11. The problem was fixed by building and linking with libraries from the same release as the target I was running my executable on.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2005 08:30 AM
12-19-2005 08:30 AM