Hi,
I am trying to build gpc with gcc 2.95 for UnixWare and Tru64 UNIX. I have two questions...
1. In the INSTALL instructions is says to apply a patch to gcc but I can't find one for gcc 2.95. Is a patch needed for this version?
2. When I try a "make LANGUAGES=pascal" things crank along for a minute or two and then I get a message indicating that it does not know how to make pascal. Does anyone know what I need to do to get past this? Here are the last few lines generated by the make...
gcc -c -DIN_GCC -DHAIFA -g -O2 -DHAVE_CONFIG_H -I. -I. -I./config -I./../include obstack.c gcc -DIN_GCC -DHAIFA -g -O2 -DHAVE_CONFIG_H -o cccp cccp.o cexp.o intl.o prefix.o version.o mbchar.o obstack.o -lmld ../libiberty/libiberty.a rm -f cpp ln cccp cpp (cd intl && make all) Make: Don't know how to make pascal. Stop. *** Exit 1 Stop.
Thanks,
Al Tingey Computer Administrator University of Utah Human Genetics Dept. al@genetics.utah.edu
Hi!
I am trying to build gpc with gcc 2.95 for UnixWare and Tru64 UNIX.
This is not yet possible, because ...
- In the INSTALL instructions is says to apply a patch to gcc but I
can't find one for gcc 2.95. Is a patch needed for this version?
a patch is needed and is not yet ready.
Working on it,
Peter
Hi again,
al wrote:
I am trying to build gpc with gcc 2.95 for UnixWare and Tru64 UNIX.
I forgot: You can build gpc with gcc-2.8.x or egcs-1.1.x.
Peter