wakahiu / snappy

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

Snappy-1.0.4 with Mingw MSYS on windows7 - installation issue #52

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
"./configure" works properly.

When typed "make" it compile properly but try to install, but it stall with the 
following message, that repeats forever:

---------------------------------------------------------------
make[3]: Circular all-am <- INSTALL dependency dropped.
make[4]: Entering directory `c:/snappy-1.0.4'
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
 C:/Devel/MinGW/msys/1.0/bin/sh.exe ./libtool   --mode=install /bin/install -c
 libsnappy.la '/usr/local/lib'
libtool: install: /bin/install -c .libs/libsnappy.lai /usr/local/lib/libsnappy.l
a
libtool: install: /bin/install -c .libs/libsnappy.a /usr/local/lib/libsnappy.a
libtool: install: chmod 644 /usr/local/lib/libsnappy.a
libtool: install: ranlib /usr/local/lib/libsnappy.a
---------------------------------------------------------------

Original issue reported on code.google.com by dmo...@gmail.com on 2 Nov 2011 at 1:49

GoogleCodeExporter commented 9 years ago
Hi,

This is either an MSYS or an automake bug, not a Snappy bug -- we don't control 
any of this logic. You should probably take it on to the MSYS people and see 
what they say.

Original comment by se...@google.com on 2 Nov 2011 at 1:58