>>>>> dvanhorn writes:
> Hello all,
> I am having some trouble building scsh 0.6.2 on cygwin/win2k. I included
> what I
> think are the relevant portions of config.log...
> configure:1240: gcc -c -O2 conftest.c 1>&5
> configure: In function `main':
> configure:1235: `not' undeclared (first use in this function)
> configure:1235: (Each undeclared identifier is reported only once
> configure:1235: for each function it appears in.)
> configure:1235: parse error before `big'
> configure: failed program was:
> #line 1229 "configure"
> [...]
> configure:1537: checking for main in -ldlnull 2>conftest.out
> configure:1552: gcc -o conftest -O2 conftest.c -ldl -lm 1>&5
> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/../../../../i686-pc-cygwin/bin/ld:
> cann
> ot find -ldl
> collect2: ld returned 1 exit status
> configure: failed program was:
> #line 1545 "configure"
> [...]
> and then similiar failures when checking for main in -lmld, -lnsl, -lgen,
> -lsocket, for getpwnam in -lsun, for crypt in -lc.
> Any ideas? This could easily be a problem on my end (not having gcc setup
> correctly, etc).
As far as I can see, the errors in your config.log are okay, they are
part of the testing process.
What really matters is the output of configure and the end of
config.log.
--
Martin
|