It seems when -print-prog-name does not exist. gcc still returns normally. This doesn't make much sense. Shouldn't it return a nonzero exist status in such a case? Thanks. $ gcc -print-prog-name=blahblah; echo $? blahblah 0 -- Regards, Peng
It seems when -print-prog-name does not exist. gcc still returns normally. This doesn't make much sense. Shouldn't it return a nonzero exist status in such a case? Thanks. $ gcc -print-prog-name=blahblah; echo $? blahblah 0 -- Regards, Peng