laurent@laurent-parise.com wrote:
Frank Heckenbach wrote
Well, use `--automake' as you did below.
gpc --automake crtdemo.pas returns this
In file included from /usr/include/sys/time.h:30, from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/units/crtc.c:939: /usr/include/sys/select.h:52: warning: `__NFDBITS' redefined /usr/include/linux/posix_types.h:22: warning: this is the location of the previous definition /usr/include/sys/select.h:54: warning: `__FDMASK' redefined /usr/include/linux/posix_types.h:34: warning: this is the location of the previous definition cpp: -lang-c: linker input file unused since linking not done gpc: installation problem, cannot exec `cc1': No such file or directory gpc1: gpc exited with status 1 gpc1: gpc exited with status 1
Oh yes, this was another bug in that version. It's been reported that the following will fix it:
: Try moving the line `#include <sys/time.h>' in units/crtc.c from : line 1001 to the other includes (line ~50),
Yes, I would have downloaded a more recent binary, but I can't find some on the ftp server and ....
Well, we're getting close to the next official release, and then we'll make available some current binaries for various platforms. Now is just not a very good time to do so.
Frank