From xemacs-m  Sun Jun 29 08:29:19 1997
Received: from mercury.Sun.COM (mercury.Sun.COM [192.9.25.1])
	by xemacs.org (8.8.5/8.8.5) with SMTP id IAA00527
	for <xemacs-beta@xemacs.org>; Sun, 29 Jun 1997 08:29:18 -0500 (CDT)
Received: from Eng.Sun.COM ([129.146.1.25]) by mercury.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id GAA21140; Sun, 29 Jun 1997 06:53:04 -0700
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id GAA01162; Sun, 29 Jun 1997 06:28:47 -0700
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id GAA09174; Sun, 29 Jun 1997 06:28:48 -0700
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id GAA13874; Sun, 29 Jun 1997 06:28:45 -0700
Date: Sun, 29 Jun 1997 06:28:45 -0700
Message-Id: <199706291328.GAA13874@xemacs.eng.sun.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Martin Buchholz <mrb@Eng.Sun.COM>
To: Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
Cc: Xemacs-beta ML <xemacs-beta@xemacs.org>
Subject: mld library
In-Reply-To: <19970629124602.01530@iria.mines.u-nancy.fr>
References: <19970629124602.01530@iria.mines.u-nancy.fr>
X-Mailer: VM 6.32 under 20.3 "Sofia" XEmacs  Lucid (beta9)
Reply-To: Martin Buchholz <mrb@Eng.Sun.COM>

>>>>> "OG" == Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr> writes:

OG> There is a -lmld that creeps into some of the m/* files,
OG> including irix. I don't really know whether it is
OG> really useful for previous irix versions, but it seems
OG> not to 6.2. Besides, libmld.* does not exist in -n32/-64
OG> mode. Its functionnality ended up in libc.

OG> So Martin, if you succeed in finding what the hell this
OG> library is good for (the o32 version contains some
OG> dissasemble functions and some strange ld_* functions
OG> I don't have documentation about), could you please add
OG> an autodetection for it ? And have it removed from {m,s}/*
OG> of course.

Why not try 

#undef LIBS_MACHINE

in some appropriate s&m file

and see if that works?

It's easier for you to create patches for SGI changes than for me.

Martin

