Pavel,

It looks like it does not like this statement

int main() {
main()
; return 0; }

is changed to this.

int main(){return(0);}

This applies to the code as well.  It has the same problem.

Thanks,


--
Boyd Gerber <[EMAIL PROTECTED]>
ZENEZ   3748 Valley Forge Road, Magna Utah  84044
Office 801-250-0795 FAX 801-250-7975
*** configure.org       Fri Dec 29 03:24:27 2000
--- configure   Fri Dec 29 08:44:37 2000
***************
*** 2022,2030 ****
  #line 2023 "configure"
  #include "confdefs.h"
  
! int main() {
! main()
! ; return 0; }
  EOF
  if { (eval echo configure:2030: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test 
-s conftest${ac_exeext}; then
    rm -rf conftest*
--- 2022,2028 ----
  #line 2023 "configure"
  #include "confdefs.h"
  
! int main(){return(0);}
  EOF
  if { (eval echo configure:2030: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test 
-s conftest${ac_exeext}; then
    rm -rf conftest*
***************
*** 2061,2069 ****
  #line 2062 "configure"
  #include "confdefs.h"
  
! int main() {
! main()
! ; return 0; }
  EOF
  if { (eval echo configure:2069: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test 
-s conftest${ac_exeext}; then
    rm -rf conftest*
--- 2059,2065 ----
  #line 2062 "configure"
  #include "confdefs.h"
  
! int main(){return(0);}
  EOF
  if { (eval echo configure:2069: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test 
-s conftest${ac_exeext}; then
    rm -rf conftest*
***************
*** 2098,2106 ****
  #line 2099 "configure"
  #include "confdefs.h"
  
! int main() {
! main()
! ; return 0; }
  EOF
  if { (eval echo configure:2106: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test 
-s conftest${ac_exeext}; then
    rm -rf conftest*
--- 2094,2100 ----
  #line 2099 "configure"
  #include "confdefs.h"
  
! int main(){return(0);}
  EOF
  if { (eval echo configure:2106: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test 
-s conftest${ac_exeext}; then
    rm -rf conftest*

Reply via email to