Hi Folks,
I'm not sure where to post for help.  Perhaps this
is the right place.  I'm asking for some help checking 
the FAIL lines from my   gmake check  output.

I am trying to compile and test the latest autoconf-2.13,
on UnixWare 7.1.1 using cc.

I am running 

  UnixWare 7.1.1
  gmake 3.79.1
  gnum4-1.4p
  gmp-3.1.1
  tcl-8.2
  dejagnu-1.3
  perl-5.6.0
  mawk-1.3.3



I used:
 
  ./configure --x-includes=/usr/X/include --x-libraries=/usr/X/lib

that worked fine.

Then gmake returned no errors.
Then gmake check and I see the following:

==================================================================
  ...
  gmake[1]: Entering directory `/home/Dev/autoconf-2.13/testsuite'
  Making a new site.exp file...
  runtest
  WARNING: Couldn't find tool init file
  Test Run By root on Sun Jan 21 17:38:24 2001
  Native configuration is i386-pc-sysv4.2uw
  
                  === autoconf tests ===
  ... 
  ...                           <------ ok things appear here
  ...
  Checking for syntax errors in the specific tests...
  AC_PROG_ECHO_N
  AC_PROG_CC
  AC_PROG_CXX
  FAIL: AC_PROG_CXX, problem with executing
  ...
  FAIL: AC_PROG_F77, problem with executing
  ...
  FAIL: AC_PROG_CXX_WORKS, problem with executing
  ...
  FAIL: AC_PROG_F77_WORKS, problem with executing
  ...
  FAIL: AC_PROG_CXX_G, problem with executing
  ...
  FAIL: AC_PROG_F77_G, problem with executing
  ...
  FAIL: AC_PROG_CXXCPP, problem with executing
  ...
  FAIL: AC_F77_LIBRARY_LDFLAGS, problem with executing
  ...
                     === autoconf Summary ===
 
  # of expected passes            251
  # of unexpected failures        8
  /home/matthew/Uber/Dev/autoconf-2.13/autoconf version 2.13

  gmake[1]: *** [check] Error 1
  gmake[1]: Leaving directory `/home/Dev/autoconf-2.13/testsuite'
  gmake: *** [check] Error 2
=====================================================================



Is this because I have no CXX or F77 at this point?
I used to and have renamed/moved them as I get ready to
build gcc-2.95.2.1

Thanks for any ideas,
Matt

Reply via email to