Following a clean compile (Under XCode) I get:
"_main", referenced from:
start in crt1.10.6.o
[ several dozen similar messages relating to user-defined routines snipped ]
"fpc_shortstr_to_shortstr", referenced from:
[ snip ]
ld: symbol(s) not found
collect2: ld returned 1 exit status
Presumably these are linker messages. Where do I go from here?