could not build libmcrypto
Ersin Tohumat
ersin at su.sabanciuniv.edu
Wed Jun 7 15:47:32 CEST 2006
i used ./build.pl bootstrap+configure+compile+install minisip milbc -S command
to compile and here my build.local file
$hostdist = 'win32';
$hostspec = 'i586-mingw32msvc';
$prefixdir = "$topdir/install/$hostspec/usr";
$ssldir = "/home/ersin/ssl/bin";
$ENV{CPPFLAGS} = "-I/usr/i586-mingw32msvc/include
-I/usr/i586-mingw32msvc/include/directx
-I/home/ersin/trunk/install/i586-mingw32msvc/usr/include";
$ENV{LDFLAGS} = "-L/usr/i586-mingw32msvc/lib
-L/home/ersin/trunk/install/i586-mingw32msvc/usr/lib -L/home/ersin/ssl/lib";
$toggle_batch = 0;
$run_app = 'minisip_gtkgui.exe';
it started with libmutil it is compiled and installed well but when it comes to
libmcrypto, it could not configure the file so it did not start to compile here
is the whole config.log file for libmcrypto
thanks in advance
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by libmcrypto configure 0.3.1, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure --build=x86-pc-linux-gnu --host=i586-mingw32msvc
--cache=/home/ersin/trunk/build/i586-mingw32msvc/config.cache
--srcdir=/home/ersin/trunk/libmcrypto
--prefix=/home/ersin/trunk/install/i586-mingw32msvc/usr --enable-shared
--enable-maintainer-mode --disable-debug --disable-static --disable-test-suite
--disable-fast-aes --with-mutil=/home/ersin/trunk/libmutil
## --------- ##
## Platform. ##
## --------- ##
hostname = cc
uname -m = i686
uname -r = 2.6.12-9-386
uname -s = Linux
uname -v = #1 Mon Oct 10 13:14:36 BST 2005
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/bin/X11
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1427: loading cache /home/ersin/trunk/build/i586-mingw32msvc/config.cache
configure:1573: checking for a BSD-compatible install
configure:1628: result: /usr/bin/install -c
configure:1639: checking whether build environment is sane
configure:1682: result: yes
configure:1747: checking for gawk
configure:1763: found /usr/bin/gawk
configure:1773: result: gawk
configure:1783: checking whether make sets $(MAKE)
configure:1803: result: yes
configure:1879: checking for i586-mingw32msvc-strip
configure:1895: found /usr/bin/i586-mingw32msvc-strip
configure:1905: result: i586-mingw32msvc-strip
configure:1971: checking whether to enable maintainer-specific portions of Makefiles
configure:1980: result: yes
configure:2009: checking for style of include used by make
configure:2037: result: GNU
configure:2070: checking for i586-mingw32msvc-gcc
configure:2086: found /usr/bin/i586-mingw32msvc-gcc
configure:2096: result: i586-mingw32msvc-gcc
configure:2378: checking for C compiler version
configure:2381: i586-mingw32msvc-gcc --version </dev/null >&5
i586-mingw32msvc-gcc (GCC) 3.4.2 (mingw-special)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2384: $? = 0
configure:2386: i586-mingw32msvc-gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc/i586-mingw32msvc/3.4.2/specs
Configured with:
/build/buildd/mingw32-3.4.2.20040916.1/build_dir/src/gcc-3.4.2-20040916-1/configure
-v --prefix=/usr --target=i586-mingw32msvc --enable-languages=c,c++
--enable-threads --enable-sjlj-exceptions --disable-multilib
--enable-version-specific-runtime-libs
Thread model: win32
gcc version 3.4.2 (mingw-special)
configure:2389: $? = 0
configure:2391: i586-mingw32msvc-gcc -V </dev/null >&5
i586-mingw32msvc-gcc: `-V' option must have argument
configure:2394: $? = 1
configure:2417: checking for C compiler default output file name
configure:2420: i586-mingw32msvc-gcc conftest.c >&5
configure:2423: $? = 0
configure:2469: result: a.exe
configure:2474: checking whether the C compiler works
configure:2500: result: yes
configure:2507: checking whether we are cross compiling
configure:2509: result: yes
configure:2512: checking for suffix of executables
configure:2514: i586-mingw32msvc-gcc -o conftest.exe conftest.c >&5
configure:2517: $? = 0
configure:2542: result: .exe
configure:2548: checking for suffix of object files
configure:2569: i586-mingw32msvc-gcc -c conftest.c >&5
configure:2572: $? = 0
configure:2594: result: o
configure:2598: checking whether we are using the GNU C compiler
configure:2622: i586-mingw32msvc-gcc -c conftest.c >&5
configure:2628: $? = 0
configure:2631: test -z || test ! -s conftest.err
configure:2634: $? = 0
configure:2637: test -s conftest.o
configure:2640: $? = 0
configure:2653: result: yes
configure:2659: checking whether i586-mingw32msvc-gcc accepts -g
configure:2680: i586-mingw32msvc-gcc -c -g conftest.c >&5
configure:2686: $? = 0
configure:2689: test -z || test ! -s conftest.err
configure:2692: $? = 0
configure:2695: test -s conftest.o
configure:2698: $? = 0
configure:2709: result: yes
configure:2726: checking for i586-mingw32msvc-gcc option to accept ANSI C
configure:2796: i586-mingw32msvc-gcc -c -g -O2 conftest.c >&5
configure:2802: $? = 0
configure:2805: test -z || test ! -s conftest.err
configure:2808: $? = 0
configure:2811: test -s conftest.o
configure:2814: $? = 0
configure:2832: result: none needed
configure:2850: i586-mingw32msvc-gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2856: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2988: checking dependency style of i586-mingw32msvc-gcc
configure:3078: result: gcc3
configure:3103: checking build system type
configure:3121: result: x86-pc-linux-gnu
configure:3129: checking host system type
configure:3143: result: i586-pc-mingw32msvc
configure:3167: checking whether byte ordering is bigendian
configure:3194: i586-mingw32msvc-gcc -c -g -O2 conftest.c >&5
configure:3200: $? = 0
configure:3203: test -z || test ! -s conftest.err
configure:3206: $? = 0
configure:3209: test -s conftest.o
configure:3212: $? = 0
configure:3236: i586-mingw32msvc-gcc -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:18: error: `not' undeclared (first use in this function)
conftest.c:18: error: (Each undeclared identifier is reported only once
conftest.c:18: error: for each function it appears in.)
conftest.c:18: error: syntax error before "big"
configure:3242: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "libmcrypto"
| #define PACKAGE_TARNAME "libmcrypto"
| #define PACKAGE_VERSION "0.3.1"
| #define PACKAGE_STRING "libmcrypto 0.3.1"
| #define PACKAGE_BUGREPORT "Zachary T Welch <zw at superlucidity.net>"
| #define PACKAGE "libmcrypto"
| #define VERSION "0.3.1"
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:3375: result: no
configure:3404: checking for i586-mingw32msvc-g++
configure:3420: found /usr/bin/i586-mingw32msvc-g++
configure:3430: result: i586-mingw32msvc-g++
configure:3488: checking for C++ compiler version
configure:3491: i586-mingw32msvc-g++ --version </dev/null >&5
i586-mingw32msvc-g++ (GCC) 3.4.2 (mingw-special)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3494: $? = 0
configure:3496: i586-mingw32msvc-g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc/i586-mingw32msvc/3.4.2/specs
Configured with:
/build/buildd/mingw32-3.4.2.20040916.1/build_dir/src/gcc-3.4.2-20040916-1/configure
-v --prefix=/usr --target=i586-mingw32msvc --enable-languages=c,c++
--enable-threads --enable-sjlj-exceptions --disable-multilib
--enable-version-specific-runtime-libs
Thread model: win32
gcc version 3.4.2 (mingw-special)
configure:3499: $? = 0
configure:3501: i586-mingw32msvc-g++ -V </dev/null >&5
i586-mingw32msvc-g++: `-V' option must have argument
configure:3504: $? = 1
configure:3507: checking whether we are using the GNU C++ compiler
configure:3531: i586-mingw32msvc-g++ -c conftest.cc >&5
configure:3537: $? = 0
configure:3540: test -z || test ! -s conftest.err
configure:3543: $? = 0
configure:3546: test -s conftest.o
configure:3549: $? = 0
configure:3562: result: yes
configure:3568: checking whether i586-mingw32msvc-g++ accepts -g
configure:3589: i586-mingw32msvc-g++ -c -g conftest.cc >&5
configure:3595: $? = 0
configure:3598: test -z || test ! -s conftest.err
configure:3601: $? = 0
configure:3604: test -s conftest.o
configure:3607: $? = 0
configure:3618: result: yes
configure:3660: i586-mingw32msvc-g++ -c -g -O2 conftest.cc >&5
configure:3666: $? = 0
configure:3669: test -z || test ! -s conftest.err
configure:3672: $? = 0
configure:3675: test -s conftest.o
configure:3678: $? = 0
configure:3704: i586-mingw32msvc-g++ -c -g -O2 conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:15: error: `exit' undeclared (first use this function)
conftest.cc:15: error: (Each undeclared identifier is reported only once for
each function it appears in.)
configure:3710: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "libmcrypto"
| #define PACKAGE_TARNAME "libmcrypto"
| #define PACKAGE_VERSION "0.3.1"
| #define PACKAGE_STRING "libmcrypto 0.3.1"
| #define PACKAGE_BUGREPORT "Zachary T Welch <zw at superlucidity.net>"
| #define PACKAGE "libmcrypto"
| #define VERSION "0.3.1"
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:3660: i586-mingw32msvc-g++ -c -g -O2 conftest.cc >&5
configure:3666: $? = 0
configure:3669: test -z || test ! -s conftest.err
configure:3672: $? = 0
configure:3675: test -s conftest.o
configure:3678: $? = 0
configure:3704: i586-mingw32msvc-g++ -c -g -O2 conftest.cc >&5
configure:3710: $? = 0
configure:3713: test -z || test ! -s conftest.err
configure:3716: $? = 0
configure:3719: test -s conftest.o
configure:3722: $? = 0
configure:3747: checking dependency style of i586-mingw32msvc-g++
configure:3837: result: gcc3
configure:3862: checking for i586-mingw32msvc-gcc
configure:3888: result: i586-mingw32msvc-gcc
configure:4170: checking for C compiler version
configure:4173: i586-mingw32msvc-gcc --version </dev/null >&5
i586-mingw32msvc-gcc (GCC) 3.4.2 (mingw-special)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:4176: $? = 0
configure:4178: i586-mingw32msvc-gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc/i586-mingw32msvc/3.4.2/specs
Configured with:
/build/buildd/mingw32-3.4.2.20040916.1/build_dir/src/gcc-3.4.2-20040916-1/configure
-v --prefix=/usr --target=i586-mingw32msvc --enable-languages=c,c++
--enable-threads --enable-sjlj-exceptions --disable-multilib
--enable-version-specific-runtime-libs
Thread model: win32
gcc version 3.4.2 (mingw-special)
configure:4181: $? = 0
configure:4183: i586-mingw32msvc-gcc -V </dev/null >&5
i586-mingw32msvc-gcc: `-V' option must have argument
configure:4186: $? = 1
configure:4189: checking whether we are using the GNU C compiler
configure:4244: result: yes
configure:4250: checking whether i586-mingw32msvc-gcc accepts -g
configure:4300: result: yes
configure:4317: checking for i586-mingw32msvc-gcc option to accept ANSI C
configure:4423: result: none needed
configure:4441: i586-mingw32msvc-gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:4447: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:4579: checking dependency style of i586-mingw32msvc-gcc
configure:4669: result: gcc3
configure:4691: checking how to run the C preprocessor
configure:4726: i586-mingw32msvc-gcc -E conftest.c
configure:4732: $? = 0
configure:4764: i586-mingw32msvc-gcc -E conftest.c
conftest.c:14:28: ac_nonexistent.h: No such file or directory
configure:4770: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "libmcrypto"
| #define PACKAGE_TARNAME "libmcrypto"
| #define PACKAGE_VERSION "0.3.1"
| #define PACKAGE_STRING "libmcrypto 0.3.1"
| #define PACKAGE_BUGREPORT "Zachary T Welch <zw at superlucidity.net>"
| #define PACKAGE "libmcrypto"
| #define VERSION "0.3.1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4809: result: i586-mingw32msvc-gcc -E
configure:4833: i586-mingw32msvc-gcc -E conftest.c
configure:4839: $? = 0
configure:4871: i586-mingw32msvc-gcc -E conftest.c
conftest.c:14:28: ac_nonexistent.h: No such file or directory
configure:4877: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "libmcrypto"
| #define PACKAGE_TARNAME "libmcrypto"
| #define PACKAGE_VERSION "0.3.1"
| #define PACKAGE_STRING "libmcrypto 0.3.1"
| #define PACKAGE_BUGREPORT "Zachary T Welch <zw at superlucidity.net>"
| #define PACKAGE "libmcrypto"
| #define VERSION "0.3.1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4920: checking whether ln -s works
configure:4924: result: yes
configure:4931: checking whether make sets $(MAKE)
configure:4951: result: yes
configure:4965: checking for i586-mingw32msvc-windres
configure:4981: found /usr/bin/i586-mingw32msvc-windres
configure:4991: result: i586-mingw32msvc-windres
configure:5064: checking for i586-mingw32msvc-pkg-config
configure:5082: found /usr/local/bin/i586-mingw32msvc-pkg-config
configure:5094: result: /usr/local/bin/i586-mingw32msvc-pkg-config
configure:5151: checking pkg-config is at least version 0.9.0
configure:5154: result: yes
configure:5264: checking for a sed that does not truncate output
configure:5318: result: /bin/sed
configure:5321: checking for egrep
configure:5331: result: grep -E
configure:5347: checking for ld used by i586-mingw32msvc-gcc
configure:5414: result: /usr/i586-mingw32msvc/bin/ld
configure:5423: checking if the linker (/usr/i586-mingw32msvc/bin/ld) is GNU ld
configure:5438: result: yes
configure:5443: checking for /usr/i586-mingw32msvc/bin/ld option to reload
object files
configure:5450: result: -r
configure:5459: checking for BSD-compatible nm
configure:5501: result: /usr/bin/i586-mingw32msvc-nm -B
configure:5505: checking how to recognise dependent libraries
configure:5679: result: file_magic file format pei*-i386(.*architecture: i386)?
configure:5884: checking for i586-mingw32msvc-dlltool
configure:5900: found /usr/bin/i586-mingw32msvc-dlltool
configure:5910: result: i586-mingw32msvc-dlltool
configure:5964: checking for i586-mingw32msvc-as
configure:5980: found /usr/bin/i586-mingw32msvc-as
configure:5990: result: i586-mingw32msvc-as
configure:6044: checking for i586-mingw32msvc-objdump
configure:6060: found /usr/bin/i586-mingw32msvc-objdump
configure:6070: result: i586-mingw32msvc-objdump
configure:6129: checking for ANSI C header files
configure:6154: i586-mingw32msvc-g++ -c -g -O2 conftest.cc >&5
configure:6160: $? = 0
configure:6163: test -z || test ! -s conftest.err
configure:6166: $? = 0
configure:6169: test -s conftest.o
configure:6172: $? = 0
./configure: line 6194: conftest.cc: command not found
configure:6284: result: no
configure:6308: checking for sys/types.h
configure:6324: i586-mingw32msvc-g++ -c -g -O2 conftest.cc >&5
configure:6330: $? = 0
configure:6333: test -z || test ! -s conftest.err
configure:6336: $? = 0
configure:6339: test -s conftest.o
configure:6342: $? = 0
configure:6353: result: yes
configure:6308: checking for sys/stat.h
configure:6324: i586-mingw32msvc-g++ -c -g -O2 conftest.cc >&5
configure:6330: $? = 0
configure:6333: test -z || test ! -s conftest.err
configure:6336: $? = 0
configure:6339: test -s conftest.o
configure:6342: $? = 0
configure:6353: result: yes
configure:6308: checking for stdlib.h
configure:6324: i586-mingw32msvc-g++ -c -g -O2 conftest.cc >&5
configure:6330: $? = 0
configure:6333: test -z || test ! -s conftest.err
configure:6336: $? = 0
configure:6339: test -s conftest.o
configure:6342: $? = 0
configure:6353: result: yes
configure:6308: checking for string.h
configure:6324: i586-mingw32msvc-g++ -c -g -O2 conftest.cc >&5
configure:6330: $? = 0
configure:6333: test -z || test ! -s conftest.err
configure:6336: $? = 0
configure:6339: test -s conftest.o
configure:6342: $? = 0
configure:6353: result: yes
configure:6308: checking for memory.h
configure:6324: i586-mingw32msvc-g++ -c -g -O2 conftest.cc >&5
configure:6330: $? = 0
configure:6333: test -z || test ! -s conftest.err
configure:6336: $? = 0
configure:6339: test -s conftest.o
configure:6342: $? = 0
configure:6353: result: yes
configure:6308: checking for strings.h
configure:6324: i586-mingw32msvc-g++ -c -g -O2 conftest.cc >&5
configure:6330: $? = 0
configure:6333: test -z || test ! -s conftest.err
configure:6336: $? = 0
configure:6339: test -s conftest.o
configure:6342: $? = 0
configure:6353: result: yes
configure:6308: checking for inttypes.h
configure:6324: i586-mingw32msvc-g++ -c -g -O2 conftest.cc >&5
configure:6330: $? = 0
configure:6333: test -z || test ! -s conftest.err
configure:6336: $? = 0
configure:6339: test -s conftest.o
configure:6342: $? = 0
configure:6353: result: yes
configure:6308: checking for stdint.h
configure:6324: i586-mingw32msvc-g++ -c -g -O2 conftest.cc >&5
configure:6330: $? = 0
configure:6333: test -z || test ! -s conftest.err
configure:6336: $? = 0
configure:6339: test -s conftest.o
configure:6342: $? = 0
configure:6353: result: yes
configure:6308: checking for unistd.h
configure:6324: i586-mingw32msvc-g++ -c -g -O2 conftest.cc >&5
configure:6330: $? = 0
configure:6333: test -z || test ! -s conftest.err
configure:6336: $? = 0
configure:6339: test -s conftest.o
configure:6342: $? = 0
configure:6353: result: yes
configure:6379: checking dlfcn.h usability
configure:6391: i586-mingw32msvc-g++ -c -g -O2 conftest.cc >&5
conftest.cc:58:19: dlfcn.h: No such file or directory
configure:6397: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "libmcrypto"
| #define PACKAGE_TARNAME "libmcrypto"
| #define PACKAGE_VERSION "0.3.1"
| #define PACKAGE_STRING "libmcrypto 0.3.1"
| #define PACKAGE_BUGREPORT "Zachary T Welch <zw at superlucidity.net>"
| #define PACKAGE "libmcrypto"
| #define VERSION "0.3.1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define USE_STL
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <dlfcn.h>
configure:6419: result: no
configure:6423: checking dlfcn.h presence
configure:6433: conftest.cc
./configure: line 6434: conftest.cc: command not found
configure:6439: $? = 127
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "libmcrypto"
| #define PACKAGE_TARNAME "libmcrypto"
| #define PACKAGE_VERSION "0.3.1"
| #define PACKAGE_STRING "libmcrypto 0.3.1"
| #define PACKAGE_BUGREPORT "Zachary T Welch <zw at superlucidity.net>"
| #define PACKAGE "libmcrypto"
| #define VERSION "0.3.1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define USE_STL
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <dlfcn.h>
configure:6459: result: no
configure:6494: checking for dlfcn.h
configure:6501: result: no
configure:6519: checking how to run the C++ preprocessor
configure:6550: i586-mingw32msvc-g++ -E conftest.cc
configure:6556: $? = 0
configure:6588: i586-mingw32msvc-g++ -E conftest.cc
conftest.cc:24:28: ac_nonexistent.h: No such file or directory
configure:6594: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "libmcrypto"
| #define PACKAGE_TARNAME "libmcrypto"
| #define PACKAGE_VERSION "0.3.1"
| #define PACKAGE_STRING "libmcrypto 0.3.1"
| #define PACKAGE_BUGREPORT "Zachary T Welch <zw at superlucidity.net>"
| #define PACKAGE "libmcrypto"
| #define VERSION "0.3.1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define USE_STL
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6633: result: i586-mingw32msvc-g++ -E
configure:6657: i586-mingw32msvc-g++ -E conftest.cc
configure:6663: $? = 0
configure:6695: i586-mingw32msvc-g++ -E conftest.cc
conftest.cc:24:28: ac_nonexistent.h: No such file or directory
configure:6701: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "libmcrypto"
| #define PACKAGE_TARNAME "libmcrypto"
| #define PACKAGE_VERSION "0.3.1"
| #define PACKAGE_STRING "libmcrypto 0.3.1"
| #define PACKAGE_BUGREPORT "Zachary T Welch <zw at superlucidity.net>"
| #define PACKAGE "libmcrypto"
| #define VERSION "0.3.1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define USE_STL
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6754: checking for i586-mingw32msvc-g77
configure:6783: result: no
configure:6754: checking for i586-mingw32msvc-f77
configure:6783: result: no
configure:6754: checking for i586-mingw32msvc-xlf
configure:6783: result: no
configure:6754: checking for i586-mingw32msvc-frt
configure:6783: result: no
configure:6754: checking for i586-mingw32msvc-pgf77
configure:6783: result: no
configure:6754: checking for i586-mingw32msvc-fort77
configure:6783: result: no
configure:6754: checking for i586-mingw32msvc-fl32
configure:6783: result: no
configure:6754: checking for i586-mingw32msvc-af77
configure:6783: result: no
configure:6754: checking for i586-mingw32msvc-f90
configure:6783: result: no
configure:6754: checking for i586-mingw32msvc-xlf90
configure:6783: result: no
configure:6754: checking for i586-mingw32msvc-pgf90
configure:6783: result: no
configure:6754: checking for i586-mingw32msvc-epcf90
configure:6783: result: no
configure:6754: checking for i586-mingw32msvc-f95
configure:6783: result: no
configure:6754: checking for i586-mingw32msvc-fort
configure:6783: result: no
configure:6754: checking for i586-mingw32msvc-xlf95
configure:6783: result: no
configure:6754: checking for i586-mingw32msvc-ifc
configure:6783: result: no
configure:6754: checking for i586-mingw32msvc-efc
configure:6783: result: no
configure:6754: checking for i586-mingw32msvc-pgf95
configure:6783: result: no
configure:6754: checking for i586-mingw32msvc-lf95
configure:6783: result: no
configure:6754: checking for i586-mingw32msvc-gfortran
configure:6783: result: no
configure:6796: checking for g77
configure:6812: found /usr/bin/g77
configure:6822: result: g77
configure:6837: checking for Fortran 77 compiler version
configure:6840: g77 --version </dev/null >&5
GNU Fortran (GCC) 3.4.5 20050809 (prerelease) (Ubuntu 3.4.4-6ubuntu8.1)
Copyright (C) 2004 Free Software Foundation, Inc.
GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
or type the command `info -f g77 Copying'.
configure:6843: $? = 0
configure:6845: g77 -v </dev/null >&5
Reading specs from /usr/lib/gcc/i486-linux-gnu/3.4.5/specs
Configured with: ../src/configure -v
--enable-languages=c,c++,f77,pascal,objc,ada --prefix=/usr --libexecdir=/usr/lib
--with-gxx-include-dir=/usr/include/c++/3.4 --enable-shared --with-system-zlib
--enable-nls --without-included-gettext --program-suffix=-3.4
--enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu
--enable-libstdcxx-debug i486-linux-gnu
Thread model: posix
gcc version 3.4.5 20050809 (prerelease) (Ubuntu 3.4.4-6ubuntu8.1)
configure:6848: $? = 0
configure:6850: g77 -V </dev/null >&5
g77: `-V' option must have argument
configure:6853: $? = 1
configure:6861: checking whether we are using the GNU Fortran 77 compiler
configure:6875: g77 -c conftest.F >&5
configure:6881: $? = 0
configure:6884: test -z || test ! -s conftest.err
configure:6887: $? = 0
configure:6890: test -s conftest.o
configure:6893: $? = 0
configure:6906: result: yes
configure:6912: checking whether g77 accepts -g
configure:6924: g77 -c -g conftest.f >&5
configure:6930: $? = 0
configure:6933: test -z || test ! -s conftest.err
configure:6936: $? = 0
configure:6939: test -s conftest.o
configure:6942: $? = 0
configure:6954: result: yes
configure:6984: checking the maximum length of command line arguments
configure:7049: result: 32768
configure:7060: checking command to parse /usr/bin/i586-mingw32msvc-nm -B output
from i586-mingw32msvc-gcc object
configure:7149: i586-mingw32msvc-g++ -c -g -O2 conftest.cc >&5
configure:7152: $? = 0
configure:7156: /usr/bin/i586-mingw32msvc-nm -B conftest.o \| sed -n -e
's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][
]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:7159: $? = 0
cannot find nm_test_var in conftest.nm
configure:7149: i586-mingw32msvc-g++ -c -g -O2 conftest.cc >&5
configure:7152: $? = 0
configure:7156: /usr/bin/i586-mingw32msvc-nm -B conftest.o \| sed -n -e
's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][
]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:7159: $? = 0
configure:7211: i586-mingw32msvc-g++ -o conftest.exe -g -O2 conftest.cc
conftstm.o >&5
configure:7214: $? = 0
configure:7252: result: ok
configure:7256: checking for objdir
configure:7271: result: .libs
configure:7323: checking for i586-mingw32msvc-ar
configure:7339: found /usr/bin/i586-mingw32msvc-ar
configure:7349: result: i586-mingw32msvc-ar
configure:7403: checking for i586-mingw32msvc-ranlib
configure:7419: found /usr/bin/i586-mingw32msvc-ranlib
configure:7429: result: i586-mingw32msvc-ranlib
configure:7483: checking for i586-mingw32msvc-strip
configure:7509: result: i586-mingw32msvc-strip
configure:7810: checking if i586-mingw32msvc-gcc static flag works
configure:7833: result: yes
configure:7851: checking if i586-mingw32msvc-gcc supports -fno-rtti -fno-exceptions
configure:7869: i586-mingw32msvc-gcc -c -g -O2 -fno-rtti -fno-exceptions
conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:7873: $? = 0
configure:7884: result: no
configure:7899: checking for i586-mingw32msvc-gcc option to produce PIC
configure:8076: result: -DDLL_EXPORT
configure:8084: checking if i586-mingw32msvc-gcc PIC flag -DDLL_EXPORT works
configure:8102: i586-mingw32msvc-gcc -c -g -O2 -DDLL_EXPORT -DPIC conftest.c >&5
configure:8106: $? = 0
configure:8117: result: yes
configure:8141: checking if i586-mingw32msvc-gcc supports -c -o file.o
configure:8162: i586-mingw32msvc-gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:8166: $? = 0
configure:8186: result: yes
configure:8212: checking whether the i586-mingw32msvc-gcc linker
(/usr/i586-mingw32msvc/bin/ld) supports shared libraries
configure:9059: result: yes
configure:9085: checking whether -lc should be explicitly linked in
configure:9090: i586-mingw32msvc-gcc -c -g -O2 conftest.c >&5
configure:9093: $? = 0
configure:9107: i586-mingw32msvc-gcc -shared conftest.o -v -o ./conftest
-Wl,--image-base=0x10000000 -Wl,--out-implib,conftest 2\>\&1 \| grep -lc
\>/dev/null 2\>\&1
configure:9110: $? = 1
configure:9122: result: yes
configure:9130: checking dynamic linker characteristics
configure:9682: result: Win32 ld.exe
configure:9686: checking how to hardcode library paths into programs
configure:9711: result: immediate
configure:9725: checking whether stripping libraries is possible
configure:9730: result: yes
configure:10553: checking if libtool supports shared libraries
configure:10555: result: yes
configure:10558: checking whether to build shared libraries
configure:10616: result: yes
configure:10619: checking whether to build static libraries
configure:10623: result: no
configure:10715: creating libtool
configure:11262: checking for ld used by i586-mingw32msvc-g++
configure:11329: result: /usr/i586-mingw32msvc/bin/ld
configure:11338: checking if the linker (/usr/i586-mingw32msvc/bin/ld) is GNU ld
configure:11353: result: yes
configure:11404: checking whether the i586-mingw32msvc-g++ linker
(/usr/i586-mingw32msvc/bin/ld) supports shared libraries
configure:12230: result: yes
configure:12248: i586-mingw32msvc-g++ -c -g -O2 conftest.cc >&5
configure:12251: $? = 0
configure:12347: checking for i586-mingw32msvc-g++ option to produce PIC
configure:12599: result: -DDLL_EXPORT
configure:12607: checking if i586-mingw32msvc-g++ PIC flag -DDLL_EXPORT works
configure:12625: i586-mingw32msvc-g++ -c -g -O2 -DDLL_EXPORT -DPIC conftest.cc >&5
configure:12629: $? = 0
configure:12640: result: yes
configure:12664: checking if i586-mingw32msvc-g++ supports -c -o file.o
configure:12685: i586-mingw32msvc-g++ -c -g -O2 -o out/conftest2.o conftest.cc >&5
configure:12689: $? = 0
configure:12709: result: yes
configure:12735: checking whether the i586-mingw32msvc-g++ linker
(/usr/i586-mingw32msvc/bin/ld) supports shared libraries
configure:12763: result: yes
configure:12834: checking dynamic linker characteristics
configure:13386: result: Win32 ld.exe
configure:13390: checking how to hardcode library paths into programs
configure:13415: result: immediate
configure:13429: checking whether stripping libraries is possible
configure:13434: result: yes
configure:14734: checking if libtool supports shared libraries
configure:14736: result: yes
configure:14739: checking whether to build shared libraries
configure:14757: result: yes
configure:14760: checking whether to build static libraries
configure:14764: result: no
configure:14776: checking for g77 option to produce PIC
configure:14953: result: -DDLL_EXPORT
configure:14961: checking if g77 PIC flag -DDLL_EXPORT works
configure:14979: g77 -c -g -O2 -DDLL_EXPORT conftest.f >&5
configure:14983: $? = 0
configure:14994: result: yes
configure:15018: checking if g77 supports -c -o file.o
configure:15039: g77 -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:15043: $? = 0
configure:15063: result: yes
configure:15089: checking whether the g77 linker (/usr/i586-mingw32msvc/bin/ld)
supports shared libraries
configure:15916: result: yes
configure:15987: checking dynamic linker characteristics
configure:16539: result: Win32 ld.exe
configure:16543: checking how to hardcode library paths into programs
configure:16568: result: immediate
configure:16582: checking whether stripping libraries is possible
configure:16587: result: yes
configure:20799: WARNING: DEBUG_INFO: param1=MUTIL, param2=libmutil,
param3=-lmutil ; MUTIL_LDFLAGS=-L/home/ersin/trunk/libmutil/.libs
configure:20930: checking libmutil/libmutil_config.h usability
configure:20942: i586-mingw32msvc-g++ -c -g -O2
-I/home/ersin/trunk/libmutil/include conftest.cc >&5
configure:20948: $? = 0
configure:20951: test -z || test ! -s conftest.err
configure:20954: $? = 0
configure:20957: test -s conftest.o
configure:20960: $? = 0
configure:20970: result: yes
configure:20974: checking libmutil/libmutil_config.h presence
configure:20984: i586-mingw32msvc-g++ -E -I/home/ersin/trunk/libmutil/include
conftest.cc
configure:20990: $? = 0
configure:21010: result: yes
configure:21045: checking for libmutil/libmutil_config.h
configure:21052: result: yes
configure:21076: checking for main in -lmutil
configure:21100: i586-mingw32msvc-g++ -o conftest.exe -g -O2
-I/home/ersin/trunk/libmutil/include conftest.cc -lmutil
-L/home/ersin/trunk/libmutil/.libs/.libs -L/home/ersin/trunk/libmutil/.libs
-lmutil >&5
configure:21106: $? = 0
configure:21109: test -z || test ! -s conftest.err
configure:21112: $? = 0
configure:21115: test -s conftest.exe
configure:21118: $? = 0
configure:21131: result: yes
configure:21225: checking for openssl
configure:21229: result: yes
configure:21233: checking OPENSSL_CFLAGS
configure:21236: result:
configure:21239: checking OPENSSL_LIBS
configure:21242: result:
configure:21273: checking for library containing SSLeay
configure:21303: i586-mingw32msvc-g++ -o conftest.exe -g -O2 conftest.cc >&5
/tmp/ccOGUvRM.o: In function `main':/home/ersin/trunk/libmcrypto/conftest.cc:37:
undefined reference to `_SSLeay'
collect2: ld returned 1 exit status
configure:21309: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "libmcrypto"
| #define PACKAGE_TARNAME "libmcrypto"
| #define PACKAGE_VERSION "0.3.1"
| #define PACKAGE_STRING "libmcrypto 0.3.1"
| #define PACKAGE_BUGREPORT "Zachary T Welch <zw at superlucidity.net>"
| #define PACKAGE "libmcrypto"
| #define VERSION "0.3.1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define USE_STL
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define NDEBUG
| #define HAVE_LIBMUTIL 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char SSLeay ();
| int
| main ()
| {
| SSLeay ();
| ;
| return 0;
| }
configure:21390: result: no
configure:21399: error: Could not find libcrypto. Please install the
corresponding package (provided by the openssl project).
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86-pc-linux-gnu
ac_cv_build_alias=x86-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86-pc-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=i586-mingw32msvc
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=.exe
ac_cv_f77_compiler_gnu=yes
ac_cv_header_dlfcn_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_libmutil_libmutil_config_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=no
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i586-pc-mingw32msvc
ac_cv_host_alias=i586-mingw32msvc
ac_cv_lib_mutil_main=yes
ac_cv_objext=o
ac_cv_path_PKG_CONFIG=/usr/local/bin/i586-mingw32msvc-pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AR=i586-mingw32msvc-ar
ac_cv_prog_AS=i586-mingw32msvc-as
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=i586-mingw32msvc-gcc
ac_cv_prog_CPP='i586-mingw32msvc-gcc -E'
ac_cv_prog_CXX=i586-mingw32msvc-g++
ac_cv_prog_CXXCPP='i586-mingw32msvc-g++ -E'
ac_cv_prog_DLLTOOL=i586-mingw32msvc-dlltool
ac_cv_prog_OBJDUMP=i586-mingw32msvc-objdump
ac_cv_prog_RANLIB=i586-mingw32msvc-ranlib
ac_cv_prog_STRIP=i586-mingw32msvc-strip
ac_cv_prog_WINDRES=i586-mingw32msvc-windres
ac_cv_prog_ac_ct_F77=g77
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_f77_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_SSLeay=no
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
lt_cv_dlopen=LoadLibrary
lt_cv_dlopen_libs=
lt_cv_file_magic_cmd='$OBJDUMP -f'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/i586-mingw32msvc/bin/ld
lt_cv_path_LDCXX=/usr/i586-mingw32msvc/bin/ld
lt_cv_path_NM='/usr/bin/i586-mingw32msvc-nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_F77=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3
\3/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/
{\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2",
(lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int
\1;/p'\'''
lt_cv_sys_max_cmd_len=32768
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_prog_compiler_c_o_F77='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[
]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][
]*\\(_\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\)
\$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^
]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern
int \\1;/p'\''"'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/ersin/trunk/libmcrypto/config/missing --run aclocal-1.9'
ACLOCAL_FLAGS=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/ersin/trunk/libmcrypto/config/missing --run tar'
AR='i586-mingw32msvc-ar'
AS='i586-mingw32msvc-as'
AUTOCONF='${SHELL} /home/ersin/trunk/libmcrypto/config/missing --run autoconf'
AUTOHEADER='${SHELL} /home/ersin/trunk/libmcrypto/config/missing --run autoheader'
AUTOMAKE='${SHELL} /home/ersin/trunk/libmcrypto/config/missing --run automake-1.9'
AWK='gawk'
CC='i586-mingw32msvc-gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='i586-mingw32msvc-gcc -E'
CPPFLAGS=' '
CXX='i586-mingw32msvc-g++'
CXXCPP='i586-mingw32msvc-g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEBUG_FALSE=''
DEBUG_TRUE='#'
DEFS=''
DEPDIR='.deps'
DLLTOOL='i586-mingw32msvc-dlltool'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT='.exe'
F77='g77'
FFLAGS='-g -O2'
GNUTLS_LIBS=''
HAVE_EVP_SHA256_FALSE=''
HAVE_EVP_SHA256_TRUE=''
HAVE_GNUTLS_FALSE=''
HAVE_GNUTLS_TRUE=''
HAVE_OPENSSL_FALSE=''
HAVE_OPENSSL_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=' '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
LT_CURRENT_MINUS_AGE='0'
LT_VERSION_INFO='0:0:0'
MAINT=''
MAINTAINER_MODE_FALSE='#'
MAINTAINER_MODE_TRUE=''
MAKEINFO='${SHELL} /home/ersin/trunk/libmcrypto/config/missing --run makeinfo'
MCRYPTO_MAJOR_VERSION='0'
MCRYPTO_MICRO_VERSION='1'
MCRYPTO_MINOR_VERSION='3'
MINISIP_CFLAGS='-I$(top_srcdir)/include -I/home/ersin/trunk/libmutil/include '
MINISIP_LIBRARY_LDFLAGS='-Wl,--no-undefined -no-undefined -version-info 0:0:0'
MINISIP_LIBS='-L/home/ersin/trunk/libmutil/.libs -lmutil '
MUTIL_CFLAGS='-I/home/ersin/trunk/libmutil/include'
MUTIL_LIBS='-L/home/ersin/trunk/libmutil/.libs -lmutil '
OBJDUMP='i586-mingw32msvc-objdump'
OBJEXT='o'
OPENSSL_CFLAGS=''
OPENSSL_LIBS=''
OS_WIN_FALSE='#'
OS_WIN_TRUE=''
PACKAGE='libmcrypto'
PACKAGE_BUGREPORT='Zachary T Welch <zw at superlucidity.net>'
PACKAGE_NAME='libmcrypto'
PACKAGE_STRING='libmcrypto 0.3.1'
PACKAGE_TARNAME='libmcrypto'
PACKAGE_VERSION='0.3.1'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/local/bin/i586-mingw32msvc-pkg-config'
RANLIB='i586-mingw32msvc-ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='i586-mingw32msvc-strip'
TEST_SUITE_FALSE=''
TEST_SUITE_TRUE='#'
VERSION='0.3.1'
WINDRES='i586-mingw32msvc-windres'
ac_ct_AR=''
ac_ct_AS=''
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_DLLTOOL=''
ac_ct_F77='g77'
ac_ct_OBJDUMP=''
ac_ct_RANLIB=''
ac_ct_STRIP=''
ac_ct_WINDRES=''
ac_pt_PKG_CONFIG=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='x86-pc-linux-gnu'
build_alias='x86-pc-linux-gnu'
build_cpu='x86'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='NONE'
host='i586-pc-mingw32msvc'
host_alias='i586-mingw32msvc'
host_cpu='i586'
host_os='mingw32msvc'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/ersin/trunk/libmcrypto/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
prefix='/home/ersin/trunk/install/i586-mingw32msvc/usr'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define HAVE_INTTYPES_H 1
#define HAVE_LIBMUTIL 1
#define HAVE_MEMORY_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define NDEBUG
#define PACKAGE "libmcrypto"
#define PACKAGE_BUGREPORT "Zachary T Welch <zw at superlucidity.net>"
#define PACKAGE_NAME "libmcrypto"
#define PACKAGE_STRING "libmcrypto 0.3.1"
#define PACKAGE_TARNAME "libmcrypto"
#define PACKAGE_VERSION "0.3.1"
#define USE_STL
#define VERSION "0.3.1"
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;
configure: exit 1
Quoting Mikael Magnusson <mikma264 at gmail.com>:
> Ersin Tohumat wrote:
> > i tired everything but it keeps saying this error msg. I could not compile
> the
> > rest of the libraries. I am trying to build for win32 i have required
> libraries
> > and path is declared correct in build.local. I am using ubuntu which have
> (GNU
> > libtool) 1.5.22 mingw 3.4.2 (GNU automake) 1.4-p6 (GNU Autoconf) 2.59
> > can anyone help me i have nothing left to try what is the problem?
> >
> > error msg at console->------------->
> > checking for library containing SSLeay... no
> > configure: error: Could not find libcrypto. Please install the
> corresponding
> > package (provided by the openssl project).
> >
> > and i found this lines from config log->--------------->
> >
>
> ...
>
> >
> >
> > | /* Override any gcc2 internal prototype to avoid an error. */
> > | #ifdef __cplusplus
> > | extern "C"
> > | #endif
> > | /* We use char because int might match the return type of a gcc2
> > | builtin and then its argument prototype would still apply. */
> > | char SSLeay ();
> > | int
> > | main ()
> > | {
> > | SSLeay ();
> > | ;
> > | return 0;
> > | }
> > configure:21390: result: no
> > configure:21399: error: Could not find libcrypto. Please install the
> > corresponding package (provided by the openssl project).
> >
>
> Could you include the command that failed compiling/linking the above
> code and the error message from gcc?
>
> Mikael
> _______________________________________________
> Minisip-devel mailing list
> Minisip-devel at minisip.org
> http://lists.minisip.org/mailman/listinfo/minisip-devel
>
More information about the Minisip-devel
mailing list