Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jan 1999 16:33:52 +1100 (EST)
From:      John Birrell  <jb@cimlogic.com.au>
To:        db@abyssinian.sleepycat.com (Sleepycat Software)
Cc:        yusufg@huge.net, freebsd-hackers@FreeBSD.ORG, openldap-devel@openldap.org
Subject:   Re: Strange warnings when compiling Berkeley DB on FreeBSD 3.0
Message-ID:  <199901080533.QAA25748@cimlogic.com.au>
In-Reply-To: <199901080447.XAA23708@abyssinian.sleepycat.com> from Sleepycat Software at "Jan 7, 1999 11:47:48 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Sleepycat Software wrote:
> > cc -c -O -I. -I../dist/../include -D_THREAD_SAFE ../dist/../clib/getlong.c
> > cc -o db_dump185  db_dump185.o err.o getlong.o -lc_r
> > /usr/lib/libc.so: warning: this program uses gets(), which is unsafe.
> 
> This is not a Berkeley DB error.  Berkeley DB does not use gets().

Not commenting on the gets() warning, but the link line above links
db_dump185 against libc_r _and_ libc which is most certainly not what is
intended. If the application is threaded, pass `-pthread' to gcc and
it will link against libc_r /instead/ of libc.

-- 
John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/
CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137

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



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