From owner-freebsd-hackers Sat Sep 29 17:51:26 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from iguana.aciri.org (iguana.aciri.org [192.150.187.36]) by hub.freebsd.org (Postfix) with ESMTP id 8B0A037B403 for ; Sat, 29 Sep 2001 17:51:23 -0700 (PDT) Received: (from rizzo@localhost) by iguana.aciri.org (8.11.3/8.11.1) id f8U0mbj98590; Sat, 29 Sep 2001 17:48:37 -0700 (PDT) (envelope-from rizzo) From: Luigi Rizzo Message-Id: <200109300048.f8U0mbj98590@iguana.aciri.org> Subject: Re: Problem(s) With FreeBSD-Current In-Reply-To: <20010929172053.XCRL16495.mta10.onebox.com@onebox.com> from Glenn Gombert at "Sep 29, 2001 10:20:53 am" To: glenngombert@onebox.com (Glenn Gombert) Date: Sat, 29 Sep 2001 17:48:37 -0700 (PDT) Cc: hackers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Hello, > > I have tried to compile FreeBSD Current (several times) over the last > couple of days and get the following message when trying to run XFree86 > and a number of other applications: > > /user/lib/libpam.so.1 : Undefined symbol "__stdoutp"... > > Does anyone else have the same problem ?? same here (though cross-compilig CURRENT on 4.3), for me the fix was to revert the sep.20 change on src/include/stdio.h @@ -198,7 +198,7 @@ __END_DECLS #endif /* To be removed by 5.0-RELEASE */ -#if (defined(__i386__) || defined(__alpha__)) && !defined(_FIXED_STDIO) +#if (defined(__i386__) || defined(__alpha__)) && defined(_OLD_STDIO) #define stdin (&__sF[0]) #define stdout (&__sF[1]) #define stderr (&__sF[2]) Maybe it is the wrong fix, but it did work. cheers luigi ----------------------------------+----------------------------------------- Luigi RIZZO, luigi@iet.unipi.it . ACIRI/ICSI (on leave from Univ. di Pisa) http://www.iet.unipi.it/~luigi/ . 1947 Center St, Berkeley CA 94704 Phone: (510) 666 2927 ----------------------------------+----------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message