Looked at GPC and GCC command line options for ability to give line number (when applicable) of error in source code. Currently am seeing messages like:
lists.pas:1: error: parse error before `:'
Is there way to get the actual line number in code where the offending syntax lives?
Thank you