Re: -fPIC problem building libgsf
Here's the config.log snippet:
> configure:5919: checking if gcc supports -fno-rtti -fno-exceptions
> configure:5940: gcc -c -Wl,-z,defs -O2 -fno-rtti -fno-exceptions conftest.c >&5
> cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC
> gcc: -z: linker input file unused because linking not done
> gcc: defs: linker input file unused because linking not done
> configure:5944: $? = 0
> configure:5952: result: no
> configure:5967: checking for gcc option to produce PIC
> configure:6144: result: -fPIC
> configure:6152: checking if gcc PIC flag -fPIC works
> configure:6173: gcc -c -Wl,-z,defs -O2 -fPIC -DPIC conftest.c >&5
> gcc: -z: linker input file unused because linking not done
> gcc: defs: linker input file unused because linking not done
> configure:6177: $? = 0
> configure:6185: result: no
> configure:6209: checking if gcc supports -c -o file.o
lamont
Reply to: