Hi everyone.
I'm trying to compile db, and getting this error. How to fix it?
...
checking if --enable-dtrace option specified... no
checking if --enable-systemtap option specified... no
checking if --enable-perfmon-statistics option specified... no
checking if --enable-uimutexes option specified... no
checking if --enable-umrw option specified... no
checking if --enable-atomicfileread option specified... no
checking if --with-cryptography option specified... yes
checking if --with-mutex=MUTEX option specified... no
checking if --with-tcl=DIR option specified... no
checking if --with-uniquename=NAME option specified... no
checking for x86-chmod... no
checking for chmod... chmod
checking for x86-cp... no
checking for cp... cp
checking for x86-ln... no
checking for ln... ln
checking for x86-mkdir... no
checking for mkdir... mkdir
checking for x86-rm... no
checking for rm... rm
checking for x86-mv... no
checking for mv... mv
checking for x86-sh... no
checking for sh... /bin/sh
checking for a BSD-compatible install... /usr/bin/install -c
checking for x86-cc... /home/mahin/Downloads/mxe/usr/bin/i686-w64-mingw32.static-gcc
checking whether the C compiler works... no
configure: error: in `/home/machin/Downloads/db-5.3.28/build_mxe':
configure: error: C compiler cannot create executables
See `config.log' for more details
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target 'install'. Stop.
And I also have the same problem like
saddam1997.
Does anybody know a way to fix it?