Comment #13 on issue 121 by ehetzner: Values with certain keys are not stored on solaris sparc with libevent 1.4.3
http://code.google.com/p/memcached/issues/detail?id=121

Sorry, this was with an ancient version of gcc. Here we have a later version of gcc:

  bash-3.00$ gcc -v
  Using built-in specs.
  Target: sparc-sun-solaris2.8
Configured with: ../gcc-4.3.3/configure --prefix=/opt/csw/gcc4 --exec-prefix=/opt/csw/gcc4 --with-gnu-as --with-as=/opt/csw/bin/gas --without-gnu-ld --with-ld=/usr/ccs/bin/ld --enable-nls --with-included-gettext --with-libiconv-prefix=/opt/csw --with-x --with-mpfr=/opt/csw --with-gmp=/opt/csw --enable-java-awt=xlib --enable-libada --enable-libssp --enable-objc-gc --enable-threads=posix --enable-stage1-languages=c --enable-languages=ada,c,c++,fortran,java,objc
  Thread model: posix
  gcc version 4.3.3 (GCC)

And an error:

  configure:5681: checking for endianness
configure:5712: gcc -std=gnu99 -o conftest -g -O2 -pthreads -I/home/egh/local//include -L/home/egh/local//lib -Wl,-rpath=/home/egh/local//lib conftest.c -levent >&5
  conftest.c: In function 'main':
  conftest.c:32: warning: implicit declaration of function 'exit'
conftest.c:32: warning: incompatible implicit declaration of built-in function 'exit' conftest.c:34: warning: incompatible implicit declaration of built-in function 'exit'
  ld: fatal: option -dn and -P are incompatible
  ld: fatal: Flags processing errors
  configure:5712: $? = 1
  configure: program exited with status 1


Reply via email to