[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: errors in "make"
From: |
Edward Welbourne |
Subject: |
Re: errors in "make" |
Date: |
Tue, 7 Mar 2017 10:02:24 +0000 |
wu <address@hidden> (7 March 2017 08:55):
> the software reports the following errors:
>
> ... relocation ... against `.rodata' can not be used when making a shared
> object; recompile with -fPIC
I recommend you do as it says; change your CFLAGS or CXXFLAGS to use
-fPIC (replacing -fpic, if present). If the missing symbol errors
persist (after make clean && make), check which source files are meant
to provide them and check those have actually been built,
Eddy.