Thomas Schneider wrote:
I have Mac OS X 10.9.1 Maveric. Pacal programs compile but fail to run:
% cat tst.p program h(output); begin writeln(output,'did'); end.
% tst dyld: no valid entry point Trace/BPT trap
I hope to find the find the time to investigate the problem. In the mean time, does it help to compile with an SDK, e.g.
gpc -Wl,-syslibroot,/Developer/SDKs/MacOSX10.x.sdk/ tst.pas
where x is 5, 6, 7 or 8 ?
Regards,
Adriaan van Os