Re: Building nci/dynclasses on HP-UX

2005-06-08 Thread Nicholas Clark
On Fri, Jun 03, 2005 at 03:02:29PM -0400, Andy Dougherty wrote: > it apparently can get more confusing. I don't think we sorted out all the > possibilities, but Nick C. was the last one fiddling with it. I didn't actually try to work out all the possibilities. I managed to avoid the problem by

Alignment Problems (Was Re: Building nci/dynclasses on HP-UX)

2005-06-07 Thread Andy Dougherty
> On Fri, 3 Jun 2005, Leopold Toetsch wrote: > > > Nick Glencross wrote: > > > > > I fear that there may be some pointer alignment problems in hash because > > > I'm > > > getting hangs which seem to be linked to finding strings in hash tables. > > > (That's pure conjecture) > > > > I'm not awa

Re: Building nci/dynclasses on HP-UX

2005-06-03 Thread Andy Dougherty
On Fri, 3 Jun 2005, Leopold Toetsch wrote: > Nick Glencross wrote: > > > I fear that there may be some pointer alignment problems in hash because I'm > > getting hangs which seem to be linked to finding strings in hash tables. > > (That's pure conjecture) > > I'm not aware of any problems with a

Re: Building nci/dynclasses on HP-UX

2005-06-03 Thread Leopold Toetsch
Nick Glencross wrote: I fear that there may be some pointer alignment problems in hash because I'm getting hangs which seem to be linked to finding strings in hash tables. (That's pure conjecture) I'm not aware of any problems with alignment in hash.c. *But* we will have troubles on that pla

Re: Building nci/dynclasses on HP-UX

2005-06-03 Thread H.Merijn Brand
On Fri, 03 Jun 2005 16:20:53 +0100, Nick Glencross <[EMAIL PROTECTED]> wrote: > H.Merijn Brand wrote: > > > On Fri, 03 Jun 2005 13:11:57 +0100, Nick Glencross > > <[EMAIL PROTECTED]> wrote: > > > > > >>Guys, > >> > >>I'm currently investigating the build process for nci and dynclasses on > >>H

Re: Building nci/dynclasses on HP-UX

2005-06-03 Thread Nick Glencross
H.Merijn Brand wrote: On Fri, 03 Jun 2005 13:11:57 +0100, Nick Glencross <[EMAIL PROTECTED]> wrote: Guys, I'm currently investigating the build process for nci and dynclasses on HP-UX. As you may have seen from my previous posts, I'm using gcc and the native bundled ld. use +Z -z for mor

Re: Building nci/dynclasses on HP-UX

2005-06-03 Thread H.Merijn Brand
On Fri, 03 Jun 2005 13:11:57 +0100, Nick Glencross <[EMAIL PROTECTED]> wrote: > Guys, > > I'm currently investigating the build process for nci and dynclasses on > HP-UX. As you may have seen from my previous posts, I'm using gcc and > the native bundled ld. > > Although the build process isn'

Building nci/dynclasses on HP-UX

2005-06-03 Thread Nick Glencross
Guys, I'm currently investigating the build process for nci and dynclasses on HP-UX. As you may have seen from my previous posts, I'm using gcc and the native bundled ld. Although the build process isn't using the right flags to compile nci and dynclasses, I've managed to compile things manu