configure:14164: checking for a BSD-compatible install
configure:14219: result: ./install-sh -c
configure:14292: checking for strip
configure:14308: found /usr/bin/strip
configure:14319: result: strip
configure:14577: checking if make is GNU make
configure:14591: result: yes
configure:14658: checking whether ln -s works
configure:14662: result: yes
configure:15018: checking for strcasecmp() in string.h
configure:15044: g++ -o conftest conftest.cc >&5
/usr/lib/gcc/arm-linux/3.4.4/../../../../arm-linux/bin/ld: cannot find -lstdc++
collect2: ld returned 1 exit status
configure:15050: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "wxWidgets"
| #define PACKAGE_TARNAME "wxwidgets"
| #define PACKAGE_VERSION "2.6.3"
| #define PACKAGE_STRING "wxWidgets 2.6.3"
| #define PACKAGE_BUGREPORT "wx-dev@lists.wxwidgets.org"
| #define __LINUX__ 1
| #define __UNIX__ 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
|
| #include <string.h>
|
| int
| main ()
| {
|
| strcasecmp("foo", "bar");
|
| ;
| return 0;
| }
configure:15077: result: no
configure:15086: checking for strcasecmp() in strings.h
configure:15112: g++ -o conftest conftest.cc >&5
/usr/lib/gcc/arm-linux/3.4.4/../../../../arm-linux/bin/ld: cannot find -lstdc++
collect2: ld returned 1 exit status
configure:15118: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "wxWidgets"
| #define PACKAGE_TARNAME "wxwidgets"
| #define PACKAGE_VERSION "2.6.3"
| #define PACKAGE_STRING "wxWidgets 2.6.3"
| #define PACKAGE_BUGREPORT "wx-dev@lists.wxwidgets.org"
| #define __LINUX__ 1
| #define __UNIX__ 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
|
| #include <strings.h>
|
| int
| main ()
| {
|
| strcasecmp("foo", "bar");
|
| ;
| return 0;
| }
configure:15145: result: no
configure:15154: error: No case-insensitive string comparison function found.