Post
Topic
Board Announcements (Altcoins)
Re: [UFO] UFOCOIN | CORE 0.9 RELEASED! | UPGRADE WALLETS!
by
bluebox
on 18/09/2017, 12:34:33 UTC
try  :
make  -fPIC

Let me know


Results in
Code:
make: PIC: No such file or directory
make: *** No rule to make target `PIC'.  Stop.

That's a CCFLAGS or CPPFLAGS env var flag for the configure stage. Add -fPIC to those lines in the Makefile then run make.