try this one now... :)

Jacques Caron jc at oxado.com
Tue Sep 5 09:06:22 UTC 2006


Hi,

All fine on FreeBSD 5.4 i386 and amd64. On an old FreeBSD 4.10 (!) 
just a small warning during compilation:

source='memcached.c' object='memcached.o' 
libtool=no  depfile='.deps/memcached.Po' 
tmpdepfile='.deps/memcached.TPo'  depmode=gcc /bin/sh ./depcomp  gcc 
-DHAVE_CONFIG_H -I. -I. -I.    -I/usr/local/include  -g -O2 -c `test 
-f 'memcached.c' || echo './'`memcached.c
In file included from memcached.c:54:
/usr/include/malloc.h:2: warning: #warning "this file includes 
<malloc.h> which is deprecated, use <stdlib.h> instead"

Not sure this one really needs to be fixed, though :-)

Jacques.

At 08:06 05/09/2006, Brad Fitzpatrick wrote:
>Thanks.  No more atoll ...
>
>http://danga.com/memcached/dist/experimental/memcached-1.2.x-svn372.tar.gz
>
>
>
>On Mon, 4 Sep 2006, Eric Hodel wrote:
>
> > On Sep 4, 2006, at 10:03 PM, Brad Fitzpatrick wrote:
> >
> > > This should do it...
> > >
> > > http://danga.com/memcached/dist/experimental/memcached-1.2.x-
> > > svn367.tar.gz
> >
> > gcc 2.95 doesn't have atoll.
> >
> > $ make
> > make  all-recursive
> > Making all in doc
> > gcc  -g -O2  -L/usr/local/lib -o memcached  memcached.o slabs.o
> > items.o assoc.o  -levent
> > slabs.o: In function `slabs_init':
> > /usr/home/eric/memcached-1.2.x-svn367/slabs.c:114: undefined
> > reference to `atoll'
> > *** Error code 1
> >
> > Stop in /usr/home/eric/memcached-1.2.x-svn367.
> > *** Error code 1
> >
> > Stop in /usr/home/eric/memcached-1.2.x-svn367.
> > *** Error code 1
> >
> > Stop in /usr/home/eric/memcached-1.2.x-svn367.
> >
> >
> > > (could you also test on other FreeBSDs and make sure we didn't regress
> > > there?)
> >
> > Sure.
> >
> > --
> > Eric Hodel - drbrain at segment7.net - http://blog.segment7.net
> > This implementation is HODEL-HASH-9600 compliant
> >
> > http://trackmap.robotcoop.com
> >
> >
> >




More information about the memcached mailing list