ClaireTan0216 / memcached

Automatically exported from code.google.com/p/memcached
0 stars 0 forks source link

Compilation issue on v2.0.19 #273

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello everyone,

Here is my little problem about compilation

What steps will reproduce the problem?
1. ./configure
2. make && make test

What is the expected output? What do you see instead?

The result is as follows:

$ make && make test

make  all-recursive
make[1]: ディレクトリ `/cygdrive/c/Documents and Settings/ksksol/My 
Documents/libevent-2.0.19-stable' に入ります
Making all in .
make[2]: ディレクトリ `/cygdrive/c/Documents and Settings/ksksol/My 
Documents/libevent-2.0.19-stable' に入ります
make[2]: ディレクトリ `/cygdrive/c/Documents and Settings/ksksol/My 
Documents/libevent-2.0.19-stable' から出ます
Making all in include
make[2]: ディレクトリ `/cygdrive/c/Documents and Settings/ksksol/My 
Documents/libevent-2.0.19-stable/include' に入ります
make[2]: `all' に対して行うべき事はありません.
make[2]: ディレクトリ `/cygdrive/c/Documents and Settings/ksksol/My 
Documents/libevent-2.0.19-stable/include' から出ます
Making all in sample
make[2]: ディレクトリ `/cygdrive/c/Documents and Settings/ksksol/My 
Documents/libevent-2.0.19-stable/sample' に入ります
/bin/sh ../libtool --tag=CC    --mode=link gcc  -g -O2 -Wall 
-fno-strict-aliasing     -o le-proxy.exe le-proxy.o  ../libevent.la 
../libevent_openssl.la -lssl -lcrypto
libtool: link: cannot find the library 
`Documents/libevent-2.0.19-stable/libevent_core.la' or unhandled argument 
`Documents/libevent-2.0.19-stable/libevent_core.la'
Makefile:308: recipe for target `le-proxy.exe' failed
make[2]: *** [le-proxy.exe] Error 1
make[2]: ディレクトリ `/cygdrive/c/Documents and Settings/ksksol/My 
Documents/libevent-2.0.19-stable/sample' から出ます
Makefile:821: recipe for target `all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: ディレクトリ `/cygdrive/c/Documents and Settings/ksksol/My 
Documents/libevent-2.0.19-stable' から出ます
Makefile:558: recipe for target `all' failed
make: *** [all] Error 2

What version of the product are you using? On what operating system?

I am using the version 2.0.19, on windows 7, trying to compile with cygwin

Original issue reported on code.google.com by DanseL...@gmail.com on 9 May 2012 at 7:09

GoogleCodeExporter commented 9 years ago
Your compilation error is in libevent, not memcached - we can't help you here.

Also, memcached isn't going to build under cygwin. Not the 1.4.x tree, anyway. 
sorry!

Original comment by dorma...@rydia.net on 9 May 2012 at 3:48