- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unresolved symbol: _ZNSs4_Rep11_S_max_sizeE
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
10-13-2001 08:47 AM
10-13-2001 08:47 AM
Unresolved symbol: _ZNSs4_Rep11_S_max_sizeE
another shared library libsangam.sl. Now i open my framemaker (which is like
msword) and then I save the file using this export.sl as pluggin. Means
Framemaker calls this export.sl to save the file to some particular format. I have given LD_LIBRARY_PATH AND SHLIB_PATH in profile file
When i do it, I get the following errors.:::
/usr/lib/dld.sl: Unresolved symbol: _ZNSs4_Rep11_S_max_sizeE (data) from
/home/manju/FiltersDepot/smexport/Source/OBJafterg++/./libsangam.sl
/usr/lib/dld.sl: Unresolved symbol:
_ZNSt24__default_alloc_templateILb1ELi0EE22_S_node_allocator_lockE (data)
from /home/manju/FiltersDepot/smexport/Source/OBJafterg++/./libsangam.sl
/usr/lib/dld.sl: Unresolved symbol: _ZTIPKc (data) from
/home/manju/FiltersDepot/smexport/Source/OBJafterg++/./libsangam.sl
/usr/lib/dld.sl: Unresolved symbol: _ZNSt7codecvtIcc9mbstate_tE2idE (data)
from /home/manju/FiltersDepot/smexport/Source/OBJafterg++/./libsangam.sl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2001 09:57 AM
10-13-2001 09:57 AM
Re: Unresolved symbol: _ZNSs4_Rep11_S_max_sizeE
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2001 01:33 PM
10-13-2001 01:33 PM
Re: Unresolved symbol: _ZNSs4_Rep11_S_max_sizeE
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2001 02:54 PM
10-13-2001 02:54 PM
Re: Unresolved symbol: _ZNSs4_Rep11_S_max_sizeE
did you compile your shared library with the C++/g++
compiler? And your framemaker was probably compiled
with the aCC compiler? Then the name mangling is
different and is expected to be more portable with GNU
C++ 3.0, but you would have used .29x, perhaps?
Just my ?0.02,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2001 08:27 PM
10-14-2001 08:27 PM
Re: Unresolved symbol: _ZNSs4_Rep11_S_max_sizeE
Could u elaborate on what u said. The framemaker is made on 10.2 and they have used CC for it, but i am compiling my code with g++ on 11.0