cygwin

D.G.Somerton dgsomerton at hunterwatertech.com.au
Mon Mar 26 00:59:46 UTC 2001


Hello,

  I have finally managed to get the RTems to compile on NT4 (sp6)

  Firstly, I had to make a link in /bin to make cc an alias for gcc

  Secondly, The configuration locked up and had to be killed.
  The following change was required in ALL the configure scripts, except those in the tools subdirectory.

#DGS:
  ac_cv_prog_cc_works=yes
  ac_cv_prog_cc_cross=yes
#if { (eval echo configure:1223: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
#  ac_cv_prog_cc_works=yes
#  # If we can't run a trivial program, we are probably using a cross compiler.
#  if (./conftest; exit) 2>/dev/null; then
#    ac_cv_prog_cc_cross=no
#  else
#    ac_cv_prog_cc_cross=yes
#  fi
#else
#  echo "configure: failed program was:" >&5
#  cat conftest.$ac_ext >&5
#  ac_cv_prog_cc_works=no
#fi


Something in this line
#if { (eval echo configure:1223: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
was causing the lockup.

I am using the pre-built binaries
I am targeting the m68k


D.G.Somerton



More information about the users mailing list