According to Hans Lunsing:
- I installed GNU Pascal for Cygwin32. When I try to compile and link
a pascal source file I get the message
ld.exe: cannot open crt0.o: No such file or directory (ENOENT)
I know crt0.o contains the startup code for C. Where can I find that file, and if found, where do I place it so that the linker can find it?
Not being a CygWin32 expert I can only recommend to double-check whether you have installed the corresponding (beta-??) version of CygWin32 for your version of GPC. It must contain `crt0.o'.
Hope this helps, :-/
Peter