-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I change target os when configure? #524
Comments
Well, the issue is gone after I run once again <CONFIG_SITE=$PWD/depends/x86_64-w64-mingw32/share/config.site ./configure --prefix=/> command. but I got another issue: .libs/libbitcoinconsensus_la-utilstrencodings.o: In function Thanks. |
Hi, I'm trying to build litecoin project using WSL for windows 10 (Ubuntu Xenial 16), But it always give me linux as the targeted OS, how can I change it to windows? I think I'm following what in windows build tutorial.
Here are the options after I run ./configure:
Options used to compile and link:
with wallet = yes
with gui / qt = yes
qt version = 5
with qr = yes
with zmq = yes
with test = yes
with bench = yes
with upnp = yes
use asm = yes
scrypt sse2 = no
debug enabled = no
werror = no
target os = linux
build os =
CC = gcc
CFLAGS = -g -O2
CPPFLAGS = -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS
CXX = g++ -std=c++11
CXXFLAGS = -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter
LDFLAGS =
ARFLAGS = cr
Thank You
The text was updated successfully, but these errors were encountered: