<div dir="ltr">Hi All,<div><br></div><div> We are trying to compile the gdal 2.3.2 source with ASLR . But we are seeing the<br> Elf file type as EXEC (Executable file) instead DYN.<br><br> Please help us whether gdal build is supported the compilation with "-Fpie -pie -fPIC".<br><br> Steps which we followed:<br><br> cp gdalDevKits/gdal-2.3.2.tar.gz .<br><br> tar -xvf gdal-2.3.2.tar.gz<br><br> cd gdal-2.3.2<br><br> env CFLAGS="-Fpie -pie -fPIC" ./configure<br><br> make install<br><br> cd /usr/local/bin<br><br> readelf -l gdaltransform<br><br> Elf file type is EXEC (Executable file)<br><br> Entry point 0x40<br></div><div><br></div><div>Thanks,</div><div>Kavitha</div></div>