- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to install gettext as 64bit library
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
03-30-2008 02:01 AM
03-30-2008 02:01 AM
I compiled it using script
# cat start
CC='cc +z +DD64'
./configure
make
make install
#./start
The library was installed in /usr/local/lib
#chatr /usr/local/lib/libintl.sl
32-bit ELF shared library
shared library dynamic path search:
LD_LIBRARY_PATH enabled first
SHLIB_PATH enabled second
embedded path enabled third /usr/local/lib
internal name:
libintl.sl.1
shared library list:
libc.so.1
shared library mapped private disabled
shared vtable support disabled
explicit unloading enabled
linkage table protection disabled
segments:
index type address flags size
7 text 04000000 z---c- D (default)
8 data 40010000 ---m-- D (default)
kernel assisted branch prediction enabled
lazy swap allocation for dynamic segments disabled
nulptr dereferences trap disabled
address space model: default
caliper dynamic instrumentation disabled
I need to have a 64 bi shared library.
How can this be done
Please help..
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2008 02:07 AM
03-30-2008 02:07 AM
Re: How to install gettext as 64bit library
>CC='cc +z +DD64'
>./configure
This won't work. I assume you need to export CC or put it on the configure and make lines?
>chatr /usr/local/lib/libintl.sl
>32-bit ELF shared library
This is a 32 bit lib.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2008 02:22 AM
03-30-2008 02:22 AM
Re: How to install gettext as 64bit library
as
CC='cc +DD64'
But still I am getting a 32 bit library
:(
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2008 02:29 AM
03-30-2008 02:29 AM
Re: How to install gettext as 64bit library
If this is IN the makefile, you don't use quotes. Also, you typically add options like +DD64 to CCFLAGS not to cc.
In any case, what does the make output show for a simple/first compile? Do you see +DD64 anywhere?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2008 03:09 AM
03-30-2008 03:09 AM
Re: How to install gettext as 64bit library
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2008 03:17 AM
03-30-2008 03:17 AM
Re: How to install gettext as 64bit library
Are you using cc or gcc to compile?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2008 05:37 AM
03-30-2008 05:37 AM
Solutionhttp://hpux.connect.org.uk/hppd/hpux/Gnu/gettext-0.17/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2008 08:12 PM
03-31-2008 08:12 PM
Re: How to install gettext as 64bit library
http://hpux.connect.org.uk/hppd/hpux/Gnu/gettext-0.17/
There is no 64 bit version there but the source is available to port. Of course you would also have to port libiconv.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2008 08:20 PM
03-31-2008 08:20 PM
Re: How to install gettext as 64bit library
There is 64 bit version. Did you tell me without checking? I think so
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2008 08:42 PM
03-31-2008 08:42 PM
Re: How to install gettext as 64bit library
No, I burst both depots and I didn't see them.