Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
21961282
Topic
844754
Board
Announcements (Altcoins)
Re: [UFO] UFOCOIN | CORE 0.9 RELEASED! | UPGRADE WALLETS!
by
bluebox
on
18/09/2017, 12:34:33 UTC
Quote from: fairglu on September 18, 2017, 09:37:47 AM
Quote from: x0n4r on September 18, 2017, 09:31:31 AM
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.