Can you check how configure decides if something is a "gcc binary"? Perhaps we changed how emcc -v emits output or such, and it depends on that.
Another option is to bisect, to see which change affected this. - Alon On Mon, Mar 24, 2014 at 8:09 AM, caiiiycuk <[email protected]> wrote: > Hi! After updating to latest incoming i have issue with autotools, when i > run emconfigure i have this log: > /home/caiiiycuk/em-sandbox/emscripten/emconfigure ttd-emscripten/configure > --without-libtimidity --without-allegro --without-cocoa --without-zlib > --without-liblzma --without-liblzo2 --without-png --without-freetype > --without-fontconfig --without-icu --without-iconv --without-psp-config > --without-ccache --without-distcc --without-threads --endian=LE > --disable-unicode > checking awk... awk > detecting OS... UNIX > checking build system type... /home/caiiiycuk/em-sandbox/emscripten/emcc > unusable > the CC environment variable is set, but it doesn't seem to be a gcc binary > please redefine the CC/CXX environment to a gcc binary > ERROR root: Configure step failed with non-zero return code 1! Command > line: ['ttd-emscripten/configure', '--without-libtimidity', > '--without-allegro', '--without-cocoa', '--without-zlib', > '--without-liblzma', '--without-liblzo2', '--without-png', > '--without-freetype', '--without-fontconfig', '--without-icu', > '--without-iconv', '--without-psp-config', '--without-ccache', > '--without-distcc', '--without-threads', '--endian=LE', '--disable-unicode'] > > > Master works fine. What i can do with this? > > -- > You received this message because you are subscribed to the Google Groups > "emscripten-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
