|
Prev: @Vadim and Julian: Detailed Guide to set up MSYS, MinGW, Eclipse CDT and wxWidgets on Windows
Next: unable to create makefile with configure
From: Honza Sýkora on 6 May 2008 04:01 Hello. I am newbie but I double checked the instructions in article "Compiling WxWidgets With MSYS-MinGW" web http://wiki.wxwidgets.org/Compiling_WxWidgets_With_MSYS-MinGW. But I could not create a makefile by configure. I used the Msys bash, command: " $../configure --build=x86-winnt- mingw32 --disable-shared --disable-threads". I got many errors I cannot solve (among others "configure: error: cannot find install-sh or..."), see full list bellow. Thank you in advance for advise Jan Sykora ----- 0 [main] sh 16240 open_stackdumpfile: Dumping stack trace to sh.exe.stackdump .../configure: line 52: 16240 Segmentation fault (core dumped) ( set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`" ) 0 [main] sh 16352 open_stackdumpfile: Dumping stack trace to sh.exe.stackdump .../configure: line 52: 16352 Segmentation fault (core dumped) ( set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`" ) 0 [main] sh 12756 open_stackdumpfile: Dumping stack trace to sh.exe.stackdump .../configure: line 52: 12756 Segmentation fault (core dumped) ( set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`" ) 0 [main] sh 16356 open_stackdumpfile: Dumping stack trace to sh.exe.stackdump .../configure: line 52: 16356 Segmentation fault (core dumped) ( set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`" ) 0 [main] sh 13988 open_stackdumpfile: Dumping stack trace to sh.exe.stackdump 0 [main] sh 12976 open_stackdumpfile: Dumping stack trace to sh.exe.stackdump .../configure: line 52: 12976 Segmentation fault (core dumped) ( set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`" ) 0 [main] sh 12328 open_stackdumpfile: Dumping stack trace to sh.exe.stackdump 0 [main] sh 13116 open_stackdumpfile: Dumping stack trace to sh.exe.stackdump .../configure: line 52: 13116 Segmentation fault (core dumped) ( set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`" ) 0 [main] sh 13472 open_stackdumpfile: Dumping stack trace to sh.exe.stackdump .../configure: line 52: 13472 Segmentation fault (core dumped) ( set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`" ) 0 [main] sh 14904 open_stackdumpfile: Dumping stack trace to sh.exe.stackdump 0 [main] sh 14788 open_stackdumpfile: Dumping stack trace to sh.exe.stackdump .../configure: line 52: 14788 Segmentation fault (core dumped) ( set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`" ) 0 [main] sh 14860 open_stackdumpfile: Dumping stack trace to sh.exe.stackdump 0 [main] sh 15240 open_stackdumpfile: Dumping stack trace to sh.exe.stackdump 0 [main] sh 15380 open_stackdumpfile: Dumping stack trace to sh.exe.stackdump configure: error: cannot find install-sh or install.sh in /.. /../.. |