gcc-4.3 build issue? Or something else?

Kevin Kofler kevin.kofler at chello.at
Sat Feb 16 03:50:36 UTC 2008


Kevin Fenzi <kevin <at> scrye.com> writes:
> I am getting an odd build failure trying to rebuild xfdesktop... 

That error means some of the .o or .a files which are to be linked into the .so 
have not been built with -fPIC, which is a no-no. All code in a shared library 
needs to be PIC, even if it comes from a static library (.a file).

        Kevin Kofler




More information about the fedora-devel-list mailing list