Hi, I've tried to install GPC together with DJGPP and RHIDE. I get some very odd results. When attempting to compile .pas files the compiler report: "cannot open crt0.o: No such file or directory (ENOENT)" It appears as the lib path cannot be reached. Furthermore, the following program does not compile (parse error at the class model though -fobject-pascal -fextended-pascal is enabled): program classes; type efClass = class constructor Create; end; efMetaClass = class end; constructor efClass.Create; begin end; begin end. Can someone help me here? Is there detailed configuration information available on the Internet? Best Regards, Johan Larsson URL: http://www.acc.umu.se/~jola/ MAIL: jola@acc.umu.se Also, REMEMBER to check out EFLIB, the free object-oriented framework for EVERY Pascal programmer, at http://ftp.sunet.se/EFLIB/. Simply SOPHISTICATED!
participants (2)
-
Dr A A Olowofoyeku (The African Chief) -
Johan Larsson