Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jul 1999 18:48:10 -0400 (EDT)
From:      Daniel Eischen <eischen@vigrid.com>
To:        eischen@vigrid.com, kip@lyris.com
Cc:        stable@FreeBSD.ORG
Subject:   Re: new  seg fault in thread code
Message-ID:  <199907142248.SAA03954@pcnet1.pcnet.com>

next in thread | raw e-mail | index | archive | help
> Sorry, you're right -- I did not do a make clean first.
> 
> Any idea what is causing the following:
> 
> cc -O2 -pipe -DLIBC_RCS -DSYSLIBC_RCS
> -I/usr/src/lib/libc_r/../libc/include -DPTHREAD_KERNEL -D_THREAD_SAFE
> -DNOPOLL -I/usr/src/lib/libc_r/uthread -D_LOCK_DEBUG
> -D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE
> -I/usr/src/lib/libc_r/../libc/locale -DBROKEN_DES -DYP -c
> /usr/src/lib/libc_r/../libc/gen/assert.c -o assert.o
> /usr/src/lib/libc_r/../libc/gen/assert.c:43: parse error before string
> constant
> /usr/src/lib/libc_r/../libc/gen/assert.c:46: parse error before `{'
> /usr/src/lib/libc_r/../libc/gen/assert.c:50: conflicting types for `abort'
> /usr/include/stdlib.h:83: previous declaration of `abort'
> /usr/src/lib/libc_r/../libc/gen/assert.c:50: warning: data definition has
> no type or storage class
> /usr/src/lib/libc_r/../libc/gen/assert.c:52: parse error before `}'
> *** Error code 1

No, I don't have any problems building libc_r.  Perhaps something
got corrupted.  Try removing src/lib/libc/... and cvs updating it
again.

I placed t libc_r.so.3 that I just built on my ftp site if you're
still having problems:

  ftp://ftp.pcnet.com/users/eischen/FreeBSD/libc_r.so.3

Dan Eischen
eischen@vigrid.com


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907142248.SAA03954>