Hi gnu.org, I am not a UNIX user and may need help updating my config.guess and config.sub files. I am running a Dell Optiplex 780 with windows 7 machine; I'm trying to run a program (called FRED) using the latest version of Cygwin64 (http://cygwin.com/install.html). When I go to the FRED directory then try to make an executable, an error occurs:
checking build system type... ./config.guess: unable to guess system type I've included the entire output below. I want to update the config.guess and config.sub file but am unsure if it is already up to date (it may be) and how to do so. Thanks in advance for your help, -Dan dnakada@DNAKADA3-PC ~ $ cd $FRED_HOME dnakada@DNAKADA3-PC /cygdrive/c/Users/dnakada/Desktop/FRED_Simulator/FRED $ make bin make[1]: Entering directory '/cygdrive/c/Users/dnakada/Desktop/FRED_Simulator/FR ED/bin' make[1]: 'all' is up to date. make[1]: Leaving directory '/cygdrive/c/Users/dnakada/Desktop/FRED_Simulator/FRE D/bin' doc make[1]: Entering directory '/cygdrive/c/Users/dnakada/Desktop/FRED_Simulator/FR ED/doc' rst2pdf FRED_UserGuide.rst -o FRED_UserGuide.pdf --repeat-table-rows -s FRED.css make[1]: rst2pdf: Command not found Makefile:10: recipe for target 'FRED_UserGuide.pdf' failed make[1]: *** [FRED_UserGuide.pdf] Error 127 make[1]: Leaving directory '/cygdrive/c/Users/dnakada/Desktop/FRED_Simulator/FRE D/doc' input_files make[1]: Entering directory '/cygdrive/c/Users/dnakada/Desktop/FRED_Simulator/FR ED/input_files' make[1]: 'all' is up to date. make[1]: Leaving directory '/cygdrive/c/Users/dnakada/Desktop/FRED_Simulator/FRE D/input_files' src make[1]: Entering directory '/cygdrive/c/Users/dnakada/Desktop/FRED_Simulator/FR ED/src' cd /cygdrive/c/Users/dnakada/Desktop/FRED_Simulator/FRED/src/sqlite; tar --strip -components=1 -xzvf sqlite-autoconf-3071502.tar.gz; \ ./configure; make; \ cp sqlite3.o /cygdrive/c/Users/dnakada/Desktop/FRED_Simulator/FRED/src sqlite-autoconf-3071502/configure.ac sqlite-autoconf-3071502/README sqlite-autoconf-3071502/sqlite3.pc.in sqlite-autoconf-3071502/aclocal.m4 sqlite-autoconf-3071502/sqlite3.1 sqlite-autoconf-3071502/ltmain.sh sqlite-autoconf-3071502/sqlite3.h sqlite-autoconf-3071502/config.sub sqlite-autoconf-3071502/depcomp sqlite-autoconf-3071502/shell.c sqlite-autoconf-3071502/missing sqlite-autoconf-3071502/Makefile.am sqlite-autoconf-3071502/INSTALL sqlite-autoconf-3071502/Makefile.in sqlite-autoconf-3071502/config.guess sqlite-autoconf-3071502/tea/ sqlite-autoconf-3071502/tea/configure.in sqlite-autoconf-3071502/tea/README sqlite-autoconf-3071502/tea/license.terms sqlite-autoconf-3071502/tea/aclocal.m4 sqlite-autoconf-3071502/tea/win/ sqlite-autoconf-3071502/tea/win/nmakehlp.c sqlite-autoconf-3071502/tea/win/rules.vc sqlite-autoconf-3071502/tea/win/makefile.vc sqlite-autoconf-3071502/tea/pkgIndex.tcl.in sqlite-autoconf-3071502/tea/generic/ sqlite-autoconf-3071502/tea/generic/tclsqlite3.c sqlite-autoconf-3071502/tea/Makefile.in sqlite-autoconf-3071502/tea/doc/ sqlite-autoconf-3071502/tea/doc/sqlite3.n sqlite-autoconf-3071502/tea/configure sqlite-autoconf-3071502/tea/tclconfig/ sqlite-autoconf-3071502/tea/tclconfig/tcl.m4 sqlite-autoconf-3071502/tea/tclconfig/install-sh sqlite-autoconf-3071502/sqlite3ext.h sqlite-autoconf-3071502/sqlite3.c sqlite-autoconf-3071502/configure sqlite-autoconf-3071502/install-sh checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.exe checking for suffix of executables... .exe checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking for ranlib... ranlib checking build system type... ./config.guess: unable to guess system type This script, last modified 2005-07-08, has failed to recognize the operating system you are using. It is advised that you download the most up to date version of the config scripts from http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess and http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub If the version you run (./config.guess) is already up to date, please send the following data and any information you think might be pertinent to <config-patches@gnu.org> in order to provide the needed information to handle your system. config.guess timestamp = 2005-07-08 uname -m = x86_64 uname -r = 1.7.28(0.271/5/3) uname -s = CYGWIN_NT-6.1 uname -v = 2014-02-09 21:06 /usr/bin/uname -p = unknown /bin/uname -X = hostinfo = /bin/universe = /usr/bin/arch -k = /bin/arch = x86_64 /usr/bin/oslevel = /usr/convex/getsysinfo = UNAME_MACHINE = x86_64 UNAME_RELEASE = 1.7.28(0.271/5/3) UNAME_SYSTEM = CYGWIN_NT-6.1 UNAME_VERSION = 2014-02-09 21:06 configure: error: cannot guess build type; you must specify one make[2]: Entering directory '/cygdrive/c/Users/dnakada/Desktop/FRED_Simulator/FR ED/src/sqlite' Makefile:331: .deps/shell.Po: No such file or directory Makefile:332: .deps/sqlite3.Plo: No such file or directory make[2]: *** No rule to make target '.deps/sqlite3.Plo'. Stop. make[2]: Leaving directory '/cygdrive/c/Users/dnakada/Desktop/FRED_Simulator/FRE D/src/sqlite' cp: cannot stat `sqlite3.o': No such file or directory Makefile:139: recipe for target 'sqlite3.o' failed make[1]: *** [sqlite3.o] Error 1 make[1]: Leaving directory '/cygdrive/c/Users/dnakada/Desktop/FRED_Simulator/FRE D/src' populations make[1]: Entering directory '/cygdrive/c/Users/dnakada/Desktop/FRED_Simulator/FR ED/populations' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/cygdrive/c/Users/dnakada/Desktop/FRED_Simulator/FRE D/populations' tests make[1]: Entering directory '/cygdrive/c/Users/dnakada/Desktop/FRED_Simulator/FR ED/tests' make[1]: 'all' is up to date. make[1]: Leaving directory '/cygdrive/c/Users/dnakada/Desktop/FRED_Simulator/FRE D/tests'
_______________________________________________ config-patches mailing list config-patches@gnu.org https://lists.gnu.org/mailman/listinfo/config-patches