mklove icon indicating copy to clipboard operation
mklove copied to clipboard

mklove - not autoconf

Results 14 mklove issues
Sort by recently updated
recently updated
newest added

We have `--enable-static` but we don't have an `--disable-static` option. So we always create a static lib even if not wanted.

I'm trying to compile `librdkafka` for Android. The pthreads library is built into Android's libc (bionic). Hence, when you specify `-lpthread` to the linker, it fails. I need to know...

mklove currently depends on bash functionality which is only available from bash version 3.2 and later. Bash 3.2 was released in 2006 so it should be available on most systems.

If `configure` script is called with `--bootstrap` option, and proper instructions are added to build dep, it will be automatically downloaded & built under `vendor` folder. For example, to build...

This is my cleaned up solaris 10 support for mklove. It contains patches to fix issues with bash 3.0 and it also uses ucb-style install.

Only *.cpp object files are building using $(CXX). Should Makefile.base add a $(BIN_CPP) target? Maybe do the final phase with $(LD)?

Is mklove already a drop in replacement for autoconf?

question

I've noticed this issue after wanting to log the output of configure as `./configure (...) 2>&1 | tee configure.log` All following configure commands issued a weird syntax error. All files...

bug

* help finding proper .a files based on pkg-config * use -l:libfoo.a on gcc * dont use -Wl,-Bstatic when not supported (osx)

Currently, mklove skips checks if the library is found via pkg-config. In particular, I'm trying to check that a library has a specific version, or if it has a specific...