|
From: Sam S. <sd...@gn...> - 2011-04-15 21:04:31
|
> * Sam Steingold <fq...@ta...> [2011-04-15 15:12:31 -0400]: > >> * Elliott Slaughter <ryy...@tz...> [2011-04-14 17:43:10 -0700]: >> >> Here is the unabridged build log: http://pastebin.com/MMkrsEjV > > please try the appended patch (make sure makemake is _not_ called with --win32gcc) please try the appended patch instead. you need to reconfigure. -- Sam Steingold (http://sds.podval.org/) on CentOS release 5.5 (Final) X 11.0.60900031 http://camera.org http://thereligionofpeace.com http://www.memritv.org http://palestinefacts.org http://jihadwatch.org Heck is a place for people who don't believe in gosh. diff -r 3fe45741d579 configure --- a/configure Fri Apr 15 16:28:01 2011 -0400 +++ b/configure Fri Apr 15 17:03:28 2011 -0400 @@ -643,6 +643,9 @@ makemake_args="${makemake_args} ${subdir test -n "${target}" && target="${target} ${ac_cv_host} ${ac_cv_prog_CC}" makemake_args="${makemake_args} ${target} ${debug}"; +case ${ac_cv_host} in + *mingw32*) makemake_args="${makemake_args} --win32gcc" ;; +esac test -n "${cl_cv_have_ffcall}" || cl_cv_have_ffcall=notchecked cat <<EOF |