This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

32/64 issue building native 32-bit Cygwin from CVS


I'm running into this issue when building winsup/lsaauth.  My autoconf foo
is weak but it appears the configure.ac wants to use 64-bit mingw tools even
on this 32-bit build.  There was a similar issue in winsup/utils but
recently that was fixed elsewhere and picked up by my very recent 'cvs update'.

checking for i686-w64-mingw32-gcc... i686-pc-mingw32-gcc
checking for x86_64-w64-mingw32-gcc... no
configure: error: no acceptable mingw64 cc found in $PATH
configure: error: /oss/src/winsup/lsaauth/configure failed for lsaauth
make[1]: *** [configure-target-winsup] Error 1
Makefile:8338: recipe for target 'configure-target-winsup' failed
make[1]: Leaving directory '/oss/build'
Makefile:833: recipe for target 'all' failed
make: *** [all] Error 2

Related question: Are the necessary
    MINGW_CXX=i686-pc-mingw32-g++
    MINGW32_CC=i686-pc-mingw32-gcc
supposed to be exported by the global configure/build process or do I have
to define and export them manually?  I've done the latter because the former
doesn't seem to be happening automatically.

Thanks for any leads,

..mark


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]