Hi
Upgraded to Slackware 8.0; Don't have X running yet so downloaded using wget and found it faster than using Netscape.
wget ftp://agnes.dida.physik.uni-essen.de/gnu-pascal/alpha/gpc-20010623.tar.gz
compiled, installed, ran test, results (5 of the 6 skipped is my fault):
TEST crttest.pas: In file included from /usr/include/sys/time.h:30, from /usr/local/lib/gcc-lib/i586-pc-linux-gnu/2.95.3/units/crtc.c:1001: /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 gpc1: gpc exited with status 1 gpc1: gpc exited with status 1 TEST dialec3.pas: In file included from /usr/include/sys/time.h:30, from /usr/local/lib/gcc-lib/i586-pc-linux-gnu/2.95.3/units/crtc.c:1001: /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 gpc1: gpc exited with status 1 gpc1: gpc exited with status 1 failed TEST dialec6.pas: In file included from /usr/include/sys/time.h:30, from /usr/local/lib/gcc-lib/i586-pc-linux-gnu/2.95.3/units/crtc.c:1001: /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 gpc1: gpc exited with status 1 gpc1: gpc exited with status 1 failed TEST dialec7.pas: In file included from /usr/include/sys/time.h:30, from /usr/local/lib/gcc-lib/i586-pc-linux-gnu/2.95.3/units/crtc.c:1001: /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 gpc1: gpc exited with status 1 gpc1: gpc exited with status 1 failed TEST fjf165a.pas: SKIPPED: German locale not installed TEST fjf469.pas: failed: ./fjf469.pas:4: referenced type `Undef' undefined gpc: Internal compiler error: program gpc1 got fatal signal 11 TEST fjf480a.pas: SKIPPED: librx not installed TEST fjf480b.pas: SKIPPED: librx not installed TEST fjf480c.pas: SKIPPED: librx not installed TEST gmptest.pas: SKIPPED: libgmp not installed TEST regextest.pas: SKIPPED: librx not installed TEST turbo3test.pas: In file included from /usr/include/sys/time.h:30, from /usr/local/lib/gcc-lib/i586-pc-linux-gnu/2.95.3/units/crtc.c:1001: /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 gpc1: gpc exited with status 1 gpc1: gpc exited with status 1 failed
# of GPC tests 1680 # of GPC tests passed 1668 # of GPC tests skipped 6 # of GPC tests failed 6
Reading specs from /usr/local/lib/gcc-lib/i586-pc-linux-gnu/2.95.3/specs gpc version 20010623, based on 2.95.3 20010315 (release)
Russ
Russell Whitaker wrote:
Upgraded to Slackware 8.0; Don't have X running yet so downloaded using wget and found it faster than using Netscape.
What a surprise. ;-))
compiled, installed, ran test, results (5 of the 6 skipped is my fault):
TEST crttest.pas: In file included from /usr/include/sys/time.h:30, from /usr/local/lib/gcc-lib/i586-pc-linux-gnu/2.95.3/units/crtc.c:1001: /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 gpc1: gpc exited with status 1 gpc1: gpc exited with status 1
Try moving the line `#include <sys/time.h>' in units/crtc.c from line 1001 to the other includes (line ~50), and let me know if it helps.
Frank
On Thu, 19 Jul 2001, Frank Heckenbach wrote:
Russell Whitaker wrote:
compiled, installed, ran test, results (5 of the 6 skipped is my fault):
TEST crttest.pas: In file included from /usr/include/sys/time.h:30, from /usr/local/lib/gcc-lib/i586-pc-linux-gnu/2.95.3/units/crtc.c:1001: /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 gpc1: gpc exited with status 1 gpc1: gpc exited with status 1
Try moving the line `#include <sys/time.h>' in units/crtc.c from line 1001 to the other includes (line ~50), and let me know if it helps.
moved it to just after errno and now test works fine - no errs
thanks
Russ