in reply to Re^2: Help with Inline C
in thread Help with Inline C

downer:

The '-lparser.c' is probably incorrect, as parser.c is likely a source file (i.e., not yet compiled), and the -l switch is used to indicate a library (i.e., compiled code).

...roboticus