This is the mail archive of the
libc-alpha@sources.redhat.com
mailing list for the glibc project.
RedHat 7.2
- From: Vladimir Vanyukov <vladimir at cs dot rochester dot edu>
- To: libc-alpha at sources dot redhat dot com
- Date: Tue, 8 Jun 2004 15:29:03 -0400 (EDT)
- Subject: RedHat 7.2
All,
Reading the readme file for the 2.1 release it seems that the recommended
setup for building the native compiler is RedHat 7.2. Seeing as how that
is kinda ancient I was wondering if anyone has successfully compiled ORC
on something newer. The setup that i have is RedHat WS 3 (gcc 3.2.3; glibc
2.3.2-95) and whenever I try to compile ORC i get a slew of error
messages:
gcc -D_SGI_SOURCE -D_LANGUAGE_C -Wformat -funsigned-char
-D__GNU_BUG_WORKAROUND -DIA64 -DLITTLE_ENDIAN_HOST -DHOST_IA64 -DNOOPT
-I. -I../../driver -fPIC -DHOST_IA64 -DTARG_IA64 -I../include -g -O0
-D_MIPSEL -D_LONGLONG -D_MIPS_SZINT=32 -D_MIPS_SZPTR=64 -D_MIPS_SZLONG=64
-D_LP64 -MD -Wimplicit-function-declaration -c -o main.o
../../driver/main.c
../../driver/main.c: In function `main':
../../driver/main.c:359: structure has no member named `st_mtime'
../../driver/main.c:367: structure has no member named `st_mtime'
after jumping through a dozen hoops i ran into errors that i can figure
out. I was hopping that I am doing something wrong that is easily fixable.
If anyone can offer any help that would be great.