Martin-

The new IRIX compilers (under 6.5, at least...I've no experience with 6.4) now
defualt to n32 instead of o32, but o32 libraries are left in /usr/lib for some
compatability considerations.  So, you have two choices:

1) You can compile o32 binaries.  Just specify your compilers as  cc -32 and CC
-32 (-o32 should also work).

2) You can edit the Makefile.config.in file before you start, replacing /usr/lib
with /usr/lib32.

I _believe_ either of these works, but it's been a while since I compiled
ht://Dig, so maybe only one does.

Good luck.


> Anyway maybe someone can help me...
> I want to compile ht://Dig under IRIX 6.4 or 6.5.x. At the compilation
> time, n32 objects are expected but only o32 are found. Well, this is
> rather false because there are n32 objects in the system... in this
> sense,is there any way to compile htdig with o32 objects if everything
> fails??

-- 
Benjamin F. Benson           | Engineering Computing Support Services
Jr. SGI System Administrator | 313B Marston Hall, Iowa State University
[EMAIL PROTECTED]     | Ames, IA  50011   phone: (515) 294-2897
------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the SUBJECT of the message.

Reply via email to