alex1818 / serf

Automatically exported from code.google.com/p/serf
Apache License 2.0
0 stars 0 forks source link

configure script misses some requirements #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ./configure
2. make

What is the expected output? What do you see instead?
Configure ok, but make fails to build the library:
  1. ./configure fails to validate the presence of openssl while openssl 
is required w/ the default settings
  2. ./configure fails to validate the presence of libiconv which is 
required w/ the default settings
  3. "make" fails if lib APR has not been compiled with threads. The test 
should not be built if a requirement is missing 

What version of the product are you using?
0.2.0

On what operating system?
Cygwin on WinXP SP2

Original issue reported on code.google.com by manu.b...@gmail.com on 17 Jun 2008 at 2:24

GoogleCodeExporter commented 9 years ago
We're going to switch to SCons and pocore. This won't strictly apply but we 
should keep it in mind.

Original comment by gstein on 13 Jul 2011 at 6:37

GoogleCodeExporter commented 9 years ago
bug#82, I attached rewrite of autotools build system, if you give it a try it 
would be great.

Original comment by alon.barlev@gmail.com on 5 Oct 2011 at 4:13