Comment # 4
on bug 11230
from Anish Bhatt
(In reply to Jeff Morriss from comment #2)
> I suppose pkg-config doesn't tell us that we need -fPIC? What does:
>
> cat `locate Qt.pc`
>
> say? Does it mention -fPIC anywhere? Or do we have to figure it out for
> ourselves if we need -fPIC?
This file does not exist on my system, but this returned negatory as well :
locate *.pc | grep Qt | xargs -n 1 grep PIC
Really no clue if there is a way to check for this, my understanding is that
the upstream default has changed.
You are receiving this mail because:
- You are watching all bug changes.