Re: [orbitcpp-list] Yep, I'm the FNG
Status: Beta
Brought to you by:
philipd
|
From: Adam Y. <ay...@fo...> - 2000-07-14 00:59:15
|
Found this in the ./configure
if { (eval echo configure:1815: \"$ac_link\") 1>&5; (eval $ac_link)
2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_prog_cxx_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_cxx_cross=no
else
ac_cv_prog_cxx_cross=yes
fi
else
echo "configure: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_prog_cxx_works=no
fi
can't find conftest on my system. Is this missing from the .tar.gz?
Should I just not bother and go right to the CVS tree?
Adam
|