Post
Topic
Board Altcoin Discussion
Re: [HOWTO] compile altcoin for windows on linux using mxe and mingw
by
MiningCoinsPool
on 04/06/2020, 10:57:31 UTC

Still awaiting a solution. if anyone know??

To add the library while compiling libmevent files you have to use

Code:
-export-symbols-regexp



Here is the complete command to compile them properly

Code:
cd src/leveldb
sudo chmod +x build_detect_platform
sudo make clean
sudo make -j$(nproc) libleveldb.a -export-symbols-regexp
sudo make -j$(nproc) libmemenv.a -export-symbols-regexp
cd ..