From xemacs-m  Thu Jul 10 11:46:24 1997
Received: from postoffice.npac.syr.edu (postoffice.npac.syr.edu [128.230.7.230])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id LAA09789
	for <xemacs-beta@xemacs.org>; Thu, 10 Jul 1997 11:46:23 -0500 (CDT)
Received: from kopernik.npac.syr.edu (kopernik.npac.syr.edu [128.230.8.17]) by postoffice.npac.syr.edu (8.7.5/8.7.1) with SMTP id MAA14259 for <xemacs-beta@xemacs.org>; Thu, 10 Jul 1997 12:46:18 -0400 (EDT)
To: XEmacs Beta List <xemacs-beta@xemacs.org>
Subject: irix 6.2 -n32 and -lmld
X-Attribution: Remek
X-Face: *_$\]C;VV*dP;8~h{,[C-2c1"O5SYp9T(n$;fVcywXC3:5t-rq<q2Su&1;JKMC:Rscf"uNt
 f]c6=T'F&Vw!Vr(\ug6s~go|!PVdW12'X!]%Vwyr*wgAAkH^P>vs"m{(/dy|?OB%_0eY~w6A,<T*R)
 km+-K4k38UG~1&4K!}Dp>a1gb%4.!=Oyx|k]<&>7mN5NOrK`pmII3CzO0v'F<#$NoJ;g0!?/J:}j!3
 &f@I8Wo8o1XOMV9k]"'C#>R
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
From: Remek Trzaska <remek@npac.syr.edu>
Date: 10 Jul 1997 12:46:22 -0400
Message-ID: <rwxlo3e7t41.fsf@kopernik.npac.syr.edu>
Lines: 18
X-Mailer: Gnus v5.4.62/XEmacs 20.3(beta12) - "Helsinki"

I finally installed all necessary libs compiled in -n32, and got
myself to fight with compiling b12 in this mode. I removed -lmld from
m/*

1. Lots of warnings about unreachable statements, use of variables
before their values are set, casts between pointer-to-object and
pointer-to-function 

2. I had to manually #define GETPGRP_VOID in order to compile
process.c (EMACS_GET_PROCESS_GROUP required no args, and was given 1
equal to 0)

3. finally managed to make temacs, which failed with:
Fatal error: assertion failed, file keymap.c, line 563, abort() Abort

If anyone is interested I have 38k compile.log

Remek

