[erlang-questions] Windows 10 x64 - basho - ebloom - compilation environment

Walter Weinmann walter.weinmann@REDACTED
Wed Dec 14 14:18:28 CET 2016


I'm running Windows 10 x64 with Cygwin x64.

*make* is.

$ make -v
GNU Make 4.2.1
Built for x86_64-unknown-cygwin

*gcc *is:

$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-cygwin/5.4.0/lto-wrapper.exe
Target: x86_64-pc-cygwin
Configured with:
/cygdrive/i/szsz/tmpp/gcc/gcc-5.4.0-1.x86_64/src/gcc-5.4.0/configure
--srcdir=/cygdrive/i/szsz/tmpp/gcc/gcc-5.4.0-1.x86_64/src/gcc-5.4.0
--prefix=/usr --exec-prefix=/usr --localstatedir=/var --sysconfdir=/etc
--docdir=/usr/share/doc/gcc --htmldir=/usr/share/doc/gcc/html -C
--build=x86_64-pc-cygwin --host=x86_64-pc-cygwin --target=x86_64-pc-cygwin
--without-libiconv-prefix --without-libintl-prefix --libexecdir=/usr/lib
--enable-shared --enable-shared-libgcc --enable-static
--enable-version-specific-runtime-libs --enable-bootstrap
--enable-__cxa_atexit --with-dwarf2 --with-tune=generic
--enable-languages=ada,c,c++,fortran,lto,objc,obj-c++ --enable-graphite
--enable-threads=posix --enable-libatomic --enable-libcilkrts
--enable-libgomp --enable-libitm --enable-libquadmath
--enable-libquadmath-support --enable-libssp --enable-libada
--enable-libgcj-sublibs --disable-java-awt --disable-symvers
--with-ecj-jar=/usr/share/java/ecj.jar --with-gnu-ld --with-gnu-as
--with-cloog-include=/usr/include/cloog-isl --without-libiconv-prefix
--without-libintl-prefix --with-system-zlib --enable-linker-build-id
--with-default-libstdcxx-abi=gcc4-compatible
Thread model: posix
gcc version 5.4.0 (GCC)

Running *make inside the ebloom directory* (Cygwin shell) gives:

walte@REDACTED ~/ORIGINALE/ebloom
$ make
==> Entering directory `d:/SoftDevelopment/Projects/ORIGINALE/ebloom'
==> ebloom (compile)
Compiled src/ebloom.erl
Compiling c_src/ebloom_nifs.cpp
c_src/ebloom_nifs.cpp:1:0: warning: -fPIC ignored for target (all code is
position independent)
 // -------------------------------------------------------------------
 ^
'cc' is not recognized as an internal or external command,
operable program or batch file.
ERROR: cmd /q /c cc c_src/ebloom_nifs.o  -shared
 -Lc:/Software/erl7.3/lib/erl_interface-3.8.2/lib -lerl_interface -lei -o
priv/ebloom_nifs.dll failed with error: 1 and output:
'cc' is not recognized as an internal or external command,
operable program or batch file.

make: *** [Makefile:6: compile] Error 1

*How can I fix it?*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20161214/439946c8/attachment.htm>


More information about the erlang-questions mailing list