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 19:52:03 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