- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: gnupg installation and compilation issues
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-08-2008 12:46 PM
10-08-2008 12:46 PM
gnupg installation and compilation issues
/opt/pgp-6.5.8/gnupg-1.4.9>make install
No suffix list.
Making install in m4
No suffix list.
No suffix list.
Making install in intl
cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -Ae -D_HPUX_SOURCE bindtextdom.c
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
cpp: "libgnuintl.h", line 415: error 4065: Recursion in macro "libintl_set_relocation_prefix".
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
Question: Do we need to install gcc or C/ANSI compiler.
It is on HP-UX 11.23
Appreciate your assistance. Any work around.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2008 02:01 PM
10-08-2008 02:01 PM
Re: gnupg installation and compilation issues
> C/ANSI compiler.
Almost certainly. The bundled C compiler on
PA-RISC is too weak to do much real work.
(On IA64 it's only slightly better.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2008 02:03 PM
10-08-2008 02:03 PM
Re: gnupg installation and compilation issues
find a built kit which is suitable for your
environment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2008 08:33 PM
10-08-2008 08:33 PM
Re: gnupg installation and compilation issues
Yes. Your K&R cpp doesn't ignore recursion in the define body as required by the Standard.
>Steven: (On IA64 it's only slightly better.)
Only slightly? ;-)
Isn't ANSI C so much better than K&R?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2008 08:49 PM
10-08-2008 08:49 PM
Re: gnupg installation and compilation issues
I'll admit that the IA64 bundled C compiler
was not crippled so effectively as the
PA-RISC bundled C compiler. I can't tell
whether that's because someone was being
nice, or it was just too much work to cripple
the IA64 compiler as thoroughly.
I'm not complaining about the IA64 compiler
being too good. (But give me a chance, and
I'll be happy to complain about not being
able to get a good compiler for HP-UX for the
same price ($0) as I can for Solaris, Tru64,
or VMS. Other than GCC, of course.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2008 09:13 PM
10-08-2008 09:13 PM
Re: gnupg installation and compilation issues
Yes, because aC++ doesn't support K&R.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2008 09:26 AM
10-09-2008 09:26 AM
Re: gnupg installation and compilation issues
Apprecaite your assistance
-------------------------------------------
Making install in intl
cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -Ae -D_HPUX_SOURCE bindtextdom.c
Internal Error: Codeword file $TIMEBOMB_CWD,/opt/aCC/newconfig/aCC.cwd missing or empty.
-------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2008 09:30 AM
10-09-2008 09:30 AM
Re: gnupg installation and compilation issues
http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1123
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2008 09:49 AM
10-09-2008 09:49 AM
Re: gnupg installation and compilation issues
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2008 10:58 AM
10-09-2008 10:58 AM
Re: gnupg installation and compilation issues
> version included on IExpress ???
If you can build an open-source product (like
GnuPG) from its sources, then:
1. You can probably get the latest version
working before you can find it already built
somewhere. The current GnuPG 1.x version is
1.4.9. I don't know what the latest HP-UX
Internet Express kit offers.
2. You can control the build-time options.
(GnuPG, for example, may include cURL or LDAP
support.) I don't know how the HP-UX
Internet Express kit was configured.
These considerations may not matter to
everyone, but not everyone likes rock and
roll, and sometimes it depends on the band.
> Simplify your life ?
Sometimes simplifying is good. Sometimes
it's not so good, especially when simplifying
one part of one's life complicates another
part of it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2008 11:03 AM
10-09-2008 11:03 AM
Re: gnupg installation and compilation issues
> [...] Internal Error: Codeword file [...]
Sure sounds like a key problem. What's in
the file it mentions? Did you get a trial
key (codeword) and install it properly?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2008 11:29 AM
10-09-2008 11:29 AM
Re: gnupg installation and compilation issues
Thanks