Skip to content

Instantly share code, notes, and snippets.

@akshaynexus
Created February 26, 2020 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akshaynexus/5b9f8f98f8f8d12196bc6df12e51d185 to your computer and use it in GitHub Desktop.
Save akshaynexus/5b9f8f98f8f8d12196bc6df12e51d185 to your computer and use it in GitHub Desktop.
DependsDash
akshay@ROGSTRIX:~/dash/depends$ make HOST=x86_64-w64-mingw32 -j32
Configuring gmp...
configure: WARNING: unrecognized options: --disable-dependency-tracking
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking ABI=64
checking whether x86_64-w64-mingw32-gcc is gcc... yes
checking compiler x86_64-w64-mingw32-gcc -pipe -O2 -I/home/akshay/dash/depends/x86_64-w64-mingw32/include ... yes
checking compiler x86_64-w64-mingw32-gcc -pipe -O2 -I/home/akshay/dash/depends/x86_64-w64-mingw32/include has long long... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C99... none needed
checking for x86_64-w64-mingw32-gcc option to accept ISO Standard C... (cached) none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking build system compiler x86_64-w64-mingw32-gcc... yes
checking for build system preprocessor... x86_64-w64-mingw32-gcc -E
checking for build system executable suffix... configure: error: Cannot determine executable suffix
make: *** [funcs.mk:247: /home/akshay/dash/depends/work/build/x86_64-w64-mingw32/gmp/6.1.2-d16f12cb669/./.stamp_configured] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment