On Thu, Jan 13, 2000 at 12:16:31AM +0100, Wilko Bulte wrote:
> On Wed, Jan 12, 2000 at 01:22:25PM -0800, Jason Evans wrote:
> > On Wed, Jan 12, 2000 at 10:07:25PM +0100, Wilko Bulte wrote:
> > > On Wed, Jan 12, 2000 at 09:56:22PM +0200, Mark Murray wrote:
> > > > Hi
> > > > 
> > > > Anyone else seeing this?
> 
> ...
> 
> > > 
>/usr/obj/usr/src/alpha/usr/src/gnu/usr.bin/cc/cpp/../cc_fbsd/libcc_fbsd.a(mktemp.o)
> > > In function `_gettemp':
> > > mktemp.c(.text+0x3f0): undefined reference to `_libc_open'
> > > mktemp.c(.text+0x3f4): undefined reference to `_libc_open'
> > > *** Error code 1
> > > 
> > > Stop in /usr/src/gnu/usr.bin/cc/cpp.
> > > *** Error code 1
> > 
> > libc successfully builds on Alpha with the changes I committed, though the
> > bootstrapping problem issue is the same.

On further inspection, though libc builds on the Alpha, I'm guessing that
terrible breakage results if it is installed.  The Alpha I was testing on
isn't mine, and I was afraid to mess things up, so I tested the build of
libc, but did all installation and program testing with libc_r.

The problem is that SYS.h for the Alpha doesn't define the _libc_*()
aliases for system calls, which libc now uses.  I'll try to get this fixed
today if possible.

Jason


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to