forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Description
This is current git master on OpenBSD 6.1-current
env AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.15 sh autogen.sh
./configure --prefix=$HOME --mandir=$HOME/man --disable-tests --disable-gui-tests --disable-wallet --with-gui=no CC=egcc CXX=eg++
./configure --prefix=$HOME --mandir=$HOME/man --disable-tests --disable-gui-tests --disable-wallet --with-gui=no CC=egcc CXX=eg++
gmake
[...]
CXXLD libbitcoinconsensus.la
*** Warning: This system can not link to static lib archive secp256k1/libsecp256k1.la.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
What "system"? Of course my system can link to static libraries.
What exactly is causing this?
The compilation finishes and the resulting litecoind
seems to be running just fine.
Metadata
Metadata
Assignees
Labels
No labels