Re: guile on HP-UX IA64

2005-09-16 Thread Steve Ellcey
> > Anyway, my thought about fixing this was to change the the __ia64__ > > ifdefs to IA64 and to set IA64 in libguile/gc_os_dep.c only if both > > __ia64__ is set and if LINUX is set. GCC does not set IA64 by default > > like it does __ia64__. This way IA64 is not set for HP-UX and libguile > >

Re: guile on HP-UX IA64

2005-09-16 Thread Ludovic Courtès
Hi, Steve Ellcey <[EMAIL PROTECTED]> writes: > Anyway, my thought about fixing this was to change the the __ia64__ > ifdefs to IA64 and to set IA64 in libguile/gc_os_dep.c only if both > __ia64__ is set and if LINUX is set. GCC does not set IA64 by default > like it does __ia64__. This way IA64

guile on HP-UX IA64

2005-09-15 Thread Steve Ellcey
I have been attempting to build guile 1.6.7 on an HP-UX 11.23 IA64 system. I ran into a couple of problems because there are some __ia64__ ifdefs in the libguile code and these seem to have been done for Linux and don't necessarily work on HP-UX. The main problem I have run into so far is the di