This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

gcc-2.9.5 and dgux


I am writing this to ask for help in trying to get gcc-2.9.5 to compile  
on my Intel based dgux system.

This is as i indicated an Intel  DGUX R4.20 MU05 system.  

I tried using the gcc-2.95.2 distribution from gcc.gnu.org using the
following configure command:

./configure --program-suffix=-2.95.2 --prefix=/usr/local/gcc

The configure makes it all the way through with no errors. Next I
try to do a gnumake bootstrap.  This goes for a while until it gets the
following:

--omitted alot of the list--

_floatditf
__gcc_gcmp
_varargs
__dummy
_eprintf
In file included from /usr/include/stdio.h:133,
		 from ./libgcc2.c:1408:
include/_int_varargs.h:19 parse error before 'va_list'
include/_int_varargs.h:19 warning: data definition has no type or storage class
In file included from ./libgcc2.c:1408:
/usr/include/stdio.h:614: parse error before 'va_list'
/usr/include/stdio.h:615: parse error before 'va_list'
/usr/include/stdio.h:616: parse error before 'va_list'
/usr/include/stdio.h:757: parse error before 'va_list'
/usr/include/stdio.h:758: parse error before 'va_list'
/usr/include/stdio.h:760: parse error before 'va_list'
/usr/include/stdio.h:765: parse error before 'va_list'
gnumake[2]: *** [libgcc2.a] Error 1
gnumake[2]: Leaving directory '/home/dveldhui/gcc-2.95.2/gcc'
gnumake[1]: *** [bootstrap] Error 2
gnumake[1]: Leaving directory '/home/dveldhui/gcc-2.95.2/gcc'
gnumake: *** [bootstrap] Error 2 


I looked thru the mailing lists and found a couple of instances of
problems with dgux and some necessary patches but they seemed to refer
to earlier releases.

I believe the release of c compiler is: 
	gcc version 2.7.2 (ix86 DG/ux, DG-2.7.2.9, Feb  3 1998)

Should I try to find the 2.7.2 release and try to compile for dgux?
Has anyone attempted to compile and use any release higher then 2.7?
Or is trying to get a C++ compiler on this system a hopeless task?

Please advise!
Thanks in advance

Doug Veldhuisen
Reda Production Systems
918-661-2701 Voice
918-661-2705 Fax

dveldhui@redats.bartlesville.redapump.slb.com
veldhuisen@slb.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]