[hobbit] HPUX hobbit client install problem
I tried installing make3.81 from GNU I ran configure and then make and received the following errors:
(Bundled) cc: warning 480: The -g option is available only with the C/ANSI C product; ignored. (Bundled) cc: "misc.c", line 196: error 1000: Unexpected symbol: "va_dcl". (Bundled) cc: "misc.c", line 232: error 1000: Unexpected symbol: "va_dcl". (Bundled) cc: "misc.c", line 265: error 1000: Unexpected symbol: "va_dcl". *** Error exit code 1
Stop. *** Error exit code 1
Stop. *** Error exit code 1
Stop.
I received the same errors on two different HPUX servers.
Robert Manocchia UNIX System Administrator IDEXX Laboratories 207 556-6860 EMail Robert-Manocchia at idexx.com
-----Original Message----- From: Finnur Örn Guðmundsson - TM Software Skyggnir [mailto:fog at t.is] Sent: Thursday, May 31, 2007 11:19 AM To: hobbit at hswn.dk Subject: Re: [hobbit] HPUX hobbit client install problem
Hi,
You have to have gmake installed....the hp supplied make command does not play well with gnu tools it seems.
Thanks, Finnur
On Thu, 2007-05-31 at 11:11 -0400, Manocchia, Robert wrote:
I created the hobbit user and untarred the hobbit tar file. I then ran ./configure.client and rfeceived the following error:
Configuration script for Hobbit client
This script asks a few questions and builds a Makefile to compile Hobbit
Checking your make-utility
GNU make is required to build Hobbit.
If it is available as "gmake", run configure as: 'MAKE=gmake ./configure.client'
I have gcc installed and I can see the make program in /usr/bin.
Robert Manocchia
UNIX System Administrator
IDEXX Laboratories
207 556-6860
EMail Robert-Manocchia at idexx.com
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
You can get an HPUX package from here
http://hpux.cs.utah.edu/hppd/hpux/Gnu/make-3.81/
Cheers
Iain
On Thursday 31 May 2007 16:36, Manocchia, Robert wrote:
I tried installing make3.81 from GNU I ran configure and then make and received the following errors:
(Bundled) cc: warning 480: The -g option is available only with the C/ANSI C product; ignored. (Bundled) cc: "misc.c", line 196: error 1000: Unexpected symbol: "va_dcl". (Bundled) cc: "misc.c", line 232: error 1000: Unexpected symbol: "va_dcl". (Bundled) cc: "misc.c", line 265: error 1000: Unexpected symbol: "va_dcl". *** Error exit code 1
Stop. *** Error exit code 1
Stop. *** Error exit code 1
Stop.
I received the same errors on two different HPUX servers.
Robert Manocchia UNIX System Administrator IDEXX Laboratories 207 556-6860 EMail Robert-Manocchia at idexx.com
-----Original Message----- From: Finnur Örn Guðmundsson - TM Software Skyggnir [mailto:fog at t.is] Sent: Thursday, May 31, 2007 11:19 AM To: hobbit at hswn.dk Subject: Re: [hobbit] HPUX hobbit client install problem
Hi,
You have to have gmake installed....the hp supplied make command does not play well with gnu tools it seems.
Thanks, Finnur
On Thu, 2007-05-31 at 11:11 -0400, Manocchia, Robert wrote:
I created the hobbit user and untarred the hobbit tar file. I then ran ./configure.client and rfeceived the following error:
Configuration script for Hobbit client
This script asks a few questions and builds a Makefile to compile Hobbit
Checking your make-utility
GNU make is required to build Hobbit.
If it is available as "gmake", run configure as: 'MAKE=gmake ./configure.client'
I have gcc installed and I can see the make program in /usr/bin.
Robert Manocchia
UNIX System Administrator
IDEXX Laboratories
207 556-6860
EMail Robert-Manocchia at idexx.com
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
On Thu, May 31, 2007 at 11:36:50AM -0400, Manocchia, Robert wrote:
I tried installing make3.81 from GNU I ran configure and then make and received the following errors:
(Bundled) cc: warning 480: The -g option is available only with the C/ANSI C
Please - the bundled HP/UX compiler gives nothing but trouble. At least, that's what I hear from the other HP/UX Hobbit users. Save yourself the trouble and either grab one of the pre-compiled Hobbit packages, or download the GNU gcc compiler and use that to build Hobbit and the libraries it needs.
Regards, Henrik
The bundled HP/UX compiler is only good for recompiling the kernel. I spent 6 months dealing with them before they told me this (this wasn't for Hobbit). The real joy is their linker...which, IMHO, is broken since it will wlet you compile broken apps (missing symbols, etc) but you don't find out about it until you try to run the app. I believe you can "fix" this by using the -k option to HP/UX's ld.
=G=
-----Original Message----- From: Henrik Stoerner [mailto:henrik at hswn.dk] Sent: Thursday, May 31, 2007 11:47 AM To: hobbit at hswn.dk Subject: Re: [hobbit] HPUX hobbit client install problem
On Thu, May 31, 2007 at 11:36:50AM -0400, Manocchia, Robert wrote:
I tried installing make3.81 from GNU I ran configure and then make and received the following errors:
(Bundled) cc: warning 480: The -g option is available only with the C/ANSI C
Please - the bundled HP/UX compiler gives nothing but trouble. At least, that's what I hear from the other HP/UX Hobbit users. Save yourself the trouble and either grab one of the pre-compiled Hobbit packages, or download the GNU gcc compiler and use that to build Hobbit and the libraries it needs.
Regards, Henrik
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
participants (4)
-
Galen.Johnson@sas.com
-
henrik@hswn.dk
-
iain@shihad.org
-
Robert-Manocchia@IDEXX.com