You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by "Rantanen, Edward IT1" <Ed...@uscg.mil> on 2006/11/29 20:01:02 UTC

End of file error

I am trying to run ./configure and recive this error.

checking system version (for dynamic loading)... ./configure: line 27915: syntax error: unexpected end of file

Running on => 2.6.17-1.2187_FC5
Tcl => 8.4
Apache => httpd-2.2.2


Seems the if statement is not working correctly, but not sure how to fix it.


if test "$no_create" != yes; then
  ac_cs_success=:
  ac_config_status_args=
  test "$silent" = yes &&
    ac_config_status_args="$ac_config_status_args --quiet"
  exec 5>/dev/null
  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
  exec 5>>config.log
  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
  # would make configure fail if this is the last instruction.
  $ac_cs_success || { (exit 1); exit 1; } fi

Thanks in advance.

---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-dev-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-dev-help@tcl.apache.org


Re: End of file error

Posted by David Welton <da...@gmail.com>.
> Apache => httpd-2.2.2

Rivet is for Apache 1.3, so you need to use that, or work with some
others and port it to 2.0, if you are so inclined:-)

-- 
David N. Welton
 - http://www.dedasys.com/davidw/

Linux, Open Source Consulting
 - http://www.dedasys.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-dev-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-dev-help@tcl.apache.org