On Wed, Feb 04, 2015 at 11:11:43AM +1300, Peter wrote: > On 02/04/2015 10:47 AM, Viktor Dukhovni wrote: > > No, not CCARGS, AUXLIBS: > > > > make -f Makefile.in shared=yes "AUXLIBS=-fPIE" makefiles > > make > > > > works with the GCC toolchain on my machine. > > make makefiles shared=yes 'CCARGS=-fPIC' 'AUXLIBS=-fPIE -pie' > ...fails
Of course it does. You used both "-fPIE" and "-fpie". -- Viktor.