Hi-

I did not get the configure to work.  Details are below.
-Randy


sunos 5.7
CVS update 12Oct. autoheader, autoconf O.K. (version2.52). 
configure failswith message:

checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for Cygwin environment... no
configure: error: cannot run /bin/sh ./config.sub

lines from config.log:
configure:3246: checking for Cygwin environment
configure:3268: gcc -c -g -O2  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
conftest.c >&5
configure: In function `main':
configure:3261: `__CYGWIN32__' undeclared (first use in this function)
configure:3261: (Each undeclared identifier is reported only once
configure:3261: for each function it appears in.)
configure:3271: $? = 1
configure: failed program was:
#line 3252 "configure"
#include "confdefs.h"

int
main ()
{

#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
  ;
  return 0;
}
configure:3288: result: no
configure:3294: error: cannot run /bin/sh ./config.sub


Reply via email to