On Wed, Feb 07, 2001 at 10:37:19AM -0800, Tim Wright wrote:
> Umm, I don't know what compiler you've got etc. Jeff, but I just tried gcc-2.96
> (-69) here, and '#ident' is supported and works perfectly. The only way to even
> get a warning is to use '-ansi -pedantic' which yields:
> junk.c:1:2: warning: ISO C does not allow #ident
> 
> I don't think the problem is with gcc, at least not the Red Hat 7.0 version.
> 
> Tim


Try 7.1.  This is where I got the errors.  They are attached.

Jeff

CONFIG_MODVERSIONS=y
Linux MODVERSIONED symbol support detected
Linux SMP support disabled in kernel source tree
OS=Linux
CPU=INTEL
ADAPTER=psb64
Make command is
LSMP=
make ADAPTER=psb64 OS=Linux CPU=INTEL
os is Linux
make ADAPTER=psb64 OS=Linux CPU=INTEL
+ cd ./LINUX/os
+ make -f Makefile all 'CC=cc -O3 -DEXPORT_SYMTAB' OS=Linux ENDIX=le 
+ENDIAN=-DLITTLE_ENDIAN SILENT=y
make[1]: Entering directory 
`/usr/src/redhat/SOURCES/pci-sci-1.1/src/IRM/drv/src/LINUX/os'
Compiling init.c ....
In file included from init.c:30:
../../prolog.h:344:8: invalid #ident
make[1]: *** [init.o] Error 1
make[1]: Leaving directory 
`/usr/src/redhat/SOURCES/pci-sci-1.1/src/IRM/drv/src/LINUX/os'
make: *** [all.sub] Error 1
targidr is /usr/src/redhat/SOURCES/pci-sci-1.1/src/IRM/drv/linuxgen
Building /usr/src/redhat/SOURCES/pci-sci-1.1/src/IRM/lib
makefile.unix:6: ../drv/INCLUDE/mkirm.def: No such file or directory
make: *** No rule to make target `../drv/INCLUDE/mkirm.def'.  Stop.
make ADAPTER=psb64 OS=Linux CPU=INTEL
make: *** No targets specified and no makefile found.  Stop.
Building /usr/src/redhat/SOURCES/pci-sci-1.1/src/IRM/util
make ADAPTER=psb64 OS=Linux CPU=INTEL
Makefile:7: ../drv/INCLUDE/mkirm.def: No such file or directory
make: *** No rule to make target `../drv/INCLUDE/mkirm.def'.  Stop.
removing scidiag from /usr/src/redhat/SOURCES/pci-sci-1.1/src/IRM/bin
Done

Reply via email to