Re: Starting it all over again
"Andre Furtado" <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.hopengl |
|---|---|
| Message-ID | <003301c2a633$2def5e00$0901a8c0@Domain> |
Unfortunately, I can't compile a simple program: $ gcc hello.c gcc.exe: installation problem, cannot exec `cpp0': No such file or directory I'm sending config.log attached. Cheers, -- Andre ----- Original Message ----- From: "Sven Panne" <[email protected]> To: <[email protected]> Sent: Tuesday, December 17, 2002 6:30 AM Subject: Re: [HOpenGL] Starting it all over again > Although I'm really in danger of repeating myself: I'm still missing my > crytstal ball, so guessing what's going on is quite complicated. :-) > Apart from exact platform/GHC/GreenCard/HOpenGL info, sending the > config.log is very helpful... > > Regarding your problem: configure is doing nothing spectacular at this > stage, it's just trying to compile a hello world program. Does this work > for you? > > Cheers, > S. > _______________________________________________ > HOpenGL mailing list > [email protected] > http://www.haskell.org/mailman/listinfo/hopengl
config.log
(application/octet-stream, 2.4 KB)
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.52. Invocation command line was
$ ./configure
## ---------- ##
## Platform. ##
## ---------- ##
hostname = 1401A
uname -m = i686
uname -r = 1.3.17(0.67/3/2)
uname -s = CYGWIN_98-4.10
uname -v = 2002-11-27 18:54
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH = /usr/local/bin:/usr/bin:/bin:/USR/LOCAL/BIN:/USR/BIN:/cygdrive/c/GHC/GHC-5.04.2/BIN:/cygdrive/c/GHC/GHC-5.04.2:/cygdrive/c/HASKELL/GREEN-CARD:/usr/bin:/cygdrive/c/WINDOWS/SYSTEM:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/COMMAND:/cygdrive/c/GHC/GHC-50~1.2/BIN:.
## ------------ ##
## Core tests. ##
## ------------ ##
configure:941: PATH=".;."; conftest.sh
conftest.sh: not found
configure:944: $? = 127
configure:1066: checking for gcc
configure:1081: found /cygdrive/c/GHC/GHC-5.04.2/gcc
configure:1089: result: gcc
configure:1317: checking for C compiler version
configure:1320: gcc --version </dev/null >&5
2.95.3-6
configure:1323: $? = 0
configure:1325: gcc -v </dev/null >&5
Using builtin specs.
gcc version 2.95.3-6 (mingw special)
configure:1328: $? = 0
configure:1330: gcc -V </dev/null >&5
gcc.exe: argument to `-V' is missing
configure:1333: $? = 1
configure:1353: checking for C compiler default output
configure:1356: gcc conftest.c >&5
gcc.exe: installation problem, cannot exec `cpp0': No such file or directory
configure:1359: $? = 1
configure: failed program was:
#line 1337 "configure"
#include "confdefs.h"
int
main ()
{
;
return 0;
}
configure:1382: error: C compiler cannot create executables
## ----------------- ##
## Cache variables. ##
## ----------------- ##
ac_cv_env_LDFLAGS_set=''
ac_cv_env_CFLAGS_set=''
ac_cv_env_CPP_value=''
ac_cv_env_CPPFLAGS_set=''
ac_cv_env_host_alias_set=''
ac_cv_env_build_alias_set=''
ac_cv_env_LDFLAGS_value=''
ac_cv_env_target_alias_set=''
ac_cv_env_CFLAGS_value=''
ac_cv_env_CC_set=''
ac_cv_env_CPPFLAGS_value=''
ac_cv_env_host_alias_value=''
ac_cv_env_build_alias_value=''
ac_cv_prog_ac_ct_CC='gcc'
ac_cv_env_target_alias_value=''
ac_cv_env_CC_value=''
ac_cv_env_CPP_set=''
configure: exit 77