From xemacs-m  Mon May 26 02:04:52 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 CAA11702
	for <xemacs-beta@xemacs.org>; Mon, 26 May 1997 02:04:52 -0500 (CDT)
Received: from Eng.Sun.COM ([129.146.1.25]) by mercury.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id AAA08692; Mon, 26 May 1997 00:20:40 -0700
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id AAA09060; Mon, 26 May 1997 00:04:01 -0700
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id AAA27538; Mon, 26 May 1997 00:03:57 -0700
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id AAA04680; Mon, 26 May 1997 00:04:02 -0700
Date: Mon, 26 May 1997 00:04:02 -0700
Message-Id: <199705260704.AAA04680@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: "Manfred A. Antar" <manfred@mantar.slip.netcom.com>
Cc: xemacs-beta@xemacs.org
Subject: Re: Build semi-faliure b2 
In-Reply-To: <199705240754.AAA13081@mantar.slip.netcom.com>
References: <199705240732.AAA26904@xemacs.eng.sun.com>
	<199705240754.AAA13081@mantar.slip.netcom.com>
X-Mailer: VM 6.31 under 20.3 XEmacs Lucid (beta1)
Reply-To: Martin Buchholz <mrb@Eng.Sun.COM>

>>>>> "Manfred" == Manfred A Antar <manfred@mantar.slip.netcom.com> writes:

Manfred> gcc -o test test.c

Manfred> This gives me a green Hello World

Manfred> The last beta did not do this and i do a make world on the
Manfred> system daily and have never had to include -lc in anyrhing.
Manfred> There is a libc_r that has just been included in FreBSD
Manfred> current but i dont

Manfred> think that is the problem.
Manfred> gcc version is 2.7.2.1
Manfred> and i am using gnumake
Manfred> I don't know where else to look.

Check the temacs link command line, and see if there is a -nostdlib on 
the command line.  Try changing the link command to include neither
-lc nor -nostdlib, and if that successfully builds temacs, type make
and see if the resulting build succeeds.

Martin

