This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

configure problem with cygwin on w2k server


dear listmembers,

I have a problem to configure geos and  postgis with cygwin/postgresql- I installed everything
successfully on a Windows 2000 machine- now I tried to install it on
a Windows 2000 server machine- is there any difference???
I followed the instructions from the Windows PostGIS Installation Guide and get the
error message: cannot create executables

in the log-file it says as follows:

It was created by configure, which was
generated by GNU Autoconf 2.57.  Invocation command line was

  $ ./configure

bla,blah and then:

configure:1978: checking for gcc
configure:1994: found /usr/bin/gcc
configure:2004: result: gcc
configure:2248: checking for C compiler version
configure:2251: gcc --version </dev/null >&5
gcc (GCC) 3.2 20020927 (prerelease)
Copyright (C) 2002 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:2254: $? = 0
configure:2256: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/3.2/specs
Configured with: /netrel/src/gcc-3.2-3/configure --enable-languages=c,c++,f77,java --enable-libgcj --enable-threads=posix --with-system-zlib --enable-nls --without-included-gettext --enable-interpreter --disable-sjlj-exceptions --disable-version-specific-runtime-libs --enable-shared --build=i686-pc-linux --host=i686-pc-cygwin --target=i686-pc-cygwin --enable-haifa --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --includedir=/nonexistent/include --libexecdir=/usr/sbin
Thread model: posix
gcc version 3.2 20020927 (prerelease)
configure:2259: $? = 0
configure:2261: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2264: $? = 1
configure:2288: checking for C compiler default output
configure:2291: gcc    conftest.c  >&5
configure:2294: $? = 1
configure: failed program was:
| #line 2267 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "geos"
| #define VERSION "1.0"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:2333: error: C compiler cannot create executables
See `config.log' for more details.

can anybody give me a hint??
thanks a lot

Annett
-- 
annett.frick <annett.frick@lup-umwelt.de>


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]