- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Linking error
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-29-2003 03:51 AM
09-29-2003 03:51 AM
Linking error
/usr/ccs/bin/ld: Unsatisfied symbols:
__nwa__FUi (code)
__nw__FUi (code)
What is wrong?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 04:16 AM
09-29-2003 04:16 AM
Re: Linking error
1) cd /usr/lib (or in special case to other library locations)
2) nm lib* > /tmp/list
/tmp/list now contains a list of symbols along with the library in which they are found.
3) vi /tmp/list
4) search for a symbol; e.g. /__nwa_Fui/; when found then do a reverse search for "Symbols from", e.g. ?Symbols from? and that will display the library file.
5) Add that library to your ld (or cc) command and you should be fixed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 04:20 AM
09-29-2003 04:20 AM
Re: Linking error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 04:23 AM
09-29-2003 04:23 AM
Re: Linking error
Add that library which have the functions defined in your library path when linking.
Since I havnt seen these functions, I am not able to pinpoint which library/product it belongs to.
HTH,
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 05:27 AM
09-29-2003 05:27 AM
Re: Linking error
http://h21007.www2.hp.com/dspp/files/unprotected/hpux/u_faqs.pdf
but i wonder if its a shared library that has references to these symbols, as the linker would not stop linking if weak unsats are left unresolved.
--
ranga