Re: make problem - HP-UX 11i, amanda 2.4.2p2

2002-06-20 Thread Gene Heskett
On Thursday 20 June 2002 10:28, Gary Hines wrote: >Just as a reference for future HP users that might run into this > problem. > >I was able to get Amanda compiled and installed by using GCC 3.0.2. > This is available from itrc.hp.com > >http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailP

RE: make problem - HP-UX 11i, amanda 2.4.2p2

2002-05-31 Thread Gary Hines
Title: RE: make problem - HP-UX 11i, amanda 2.4.2p2 I went with just the first suggestion and just renamed the gcc types.h to _types.h, and made it past that sticking point. Now I'm stuck on dgram.c. Here's what I've copied that seemed relevant. gcc -DHAVE_CONFIG_H -I. -I.

Re: make problem - HP-UX 11i, amanda 2.4.2p2

2002-05-31 Thread Eric Schnoebelen
Gary Hines writes: - I'm using gcc, and I just downloaded the new gcc3.1 from the hp - porting site, but I still get the same error. My experience with software from the Porting Centre doesn't instill confidence. It seems they frequently build in one directory, and then package it

RE: make problem - HP-UX 11i, amanda 2.4.2p2

2002-05-30 Thread Gary Hines
Title: RE: make problem - HP-UX 11i, amanda 2.4.2p2 Hi Eric,     I'm using gcc, and I just downloaded the new gcc3.1 from the hp porting site, but I still get the same error. Does gcc come with separate includes? The socket.h that came with the HP includes the header file that de

Re: make problem - HP-UX 11i, amanda 2.4.2p2

2002-05-30 Thread Eric Schnoebelen
Gary Hines writes: - I'm just stuck trying to figure out why socket.h is not compiling It looks like you're attempting to use the bundled compiler on HP-UX. Unfortunately, the bundled compiler is only (barely) suited to building new kernels on HP-UX (and occasionally bootstraping gc

RE: make problem - HP-UX 11i, amanda 2.4.2p2

2002-05-30 Thread Gary Hines
Title: RE: make problem - HP-UX 11i, amanda 2.4.2p2 Nope. That's supposed to be produced in the make and I'm not getting through the make. I don't think I need it due to the following quote from the SYSTEM.NOTES for hpux: "The use of `amhpfixdevs' is deprecated,

Re: make problem - HP-UX 11i, amanda 2.4.2p2

2002-05-30 Thread Jon LaBadie
On Thu, May 30, 2002 at 10:47:44AM -0500, Gary Hines wrote: > Hi All, > I'm having trouble with running make with Amanda. The configure appears > to run fine, then when I run make I get the following errors: > [ lots of errors I think amhpfixdevs is supposed to fix deleted ] > > As a si