[lng-odp] [Bug 4040] Clang build fails on Ubuntu 18.04

2018-11-19 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=4040

--- Comment #4 from Petri Savolainen  ---
Yes, -fPIE helps.

./configure CC=clang CFLAGS=-fPIE

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[lng-odp] [Bug 4040] Clang build fails on Ubuntu 18.04

2018-11-18 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=4040

Dmitry Eremin-Solenikov  changed:

   What|Removed |Added

 CC||dmitry.ereminsolenikov@lina
   ||ro.org

--- Comment #3 from Dmitry Eremin-Solenikov  
---
Could you please try checking if -fPIE is enough?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[lng-odp] [Bug 4040] Clang build fails on Ubuntu 18.04

2018-11-13 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=4040

Bill Fischofer  changed:

   What|Removed |Added

 CC||bill.fischo...@linaro.org

--- Comment #2 from Bill Fischofer  ---
This has been a known issue for some time. C++ in clang now needs -fPIC to
resolve. This seems to be a feature of the latest versions of clang.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[lng-odp] [Bug 4040] Clang build fails on Ubuntu 18.04

2018-10-26 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=4040

--- Comment #1 from Petri Savolainen  ---
Build passes with:

./configure CC=clang CFLAGS=-fPIC

So, may be default C flags are different in different Ubuntu / clang versions.

-- 
You are receiving this mail because:
You are on the CC list for the bug.