In SUSE 15 , i noticed strange behavior when gcc version is 7.4 . Linker option -no-pie, gets ignored? It takes default linker flag as -pie , because of which i get linker error. When gcc version is 7.3 , this behavior is not seen. ---------- Forwarded message --------- From: Uma Rajagopal <uma67sweetu@xxxxxxxxx> Date: Thu, Feb 14, 2019 at 12:49 PM Subject: "-no-pie" support is there for gcc -7.4 To: <gcc-help@xxxxxxxxxxx> hi all, 1) I tried to run make file without PIE enabled , gcc version 7.4 . it uses compiler flag -fno-pie and linker flag -no-pie , but it is failing at linker stage . 2) Same thing is working in gcc version 7.3 . 3) But in both machine with PIE option , it is working . compiler flag -fpie, and linker flag -pie. is support still enabled for "-no-pie" linker flag , i feel this option is getting ignored.Any idea how to resolve this ? With Regards, Uma Devanathan