Directly link .so
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
cd rogue;
|
cd rogue;
|
||||||
./configure # only need this first time
|
./configure # only need this first time
|
||||||
make; cd ..
|
make; cd ..
|
||||||
gcc -DBUILD_ROGUE -std=c++11 -I../univalue/include -I../cryptoconditions/include -I../cryptoconditions/src -I../cryptoconditions/src/asn -I.. -I. -fPIC -shared -c cclib.cpp
|
gcc -DBUILD_ROGUE -std=c++11 -I../univalue/include -I../cryptoconditions/include -I../cryptoconditions/src -I../cryptoconditions/src/asn -I.. -I. -fPIC -shared -o librogue.so -c cclib.cpp
|
||||||
gcc -std=c++11 -fPIC -shared -o librogue.so cclib.o rogue/rogue.so
|
#gcc -std=c++11 -fPIC -shared -o librogue.so cclib.o rogue/rogue.so
|
||||||
cp librogue.so ../libcc.so
|
cp librogue.so ../libcc.so
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user