Closed ghost closed 6 years ago
Do you have a solution?
I used this patch and autoreconf earlier.
@g1itch Thanks for the input. I'm a newbie with autoconf but it looks like your patch will only report an error if curl is missing, It doesn't appear to eliminate the need to specify ./configure --with-curl.
No solution was offered.
Without running
--with-curl
the generated Makefile will not contain-lcurl
in the LDFLAGS. This should be mandatory, since the miner requires it to compile.https://github.com/JayDDee/cpuminer-opt/blob/dd5e5523572b56905da55cec24640c74d2163d2c/configure#L6061-L6066
Effect: