Hartmut Schmider wrote:
I am re-building gpc on a solaris 8 workstation. All goes well, until the compilation halts with: In file included from /home/hasch/install/gcc-2.95.2/gcc/p/gpc-common.c:29: /home/hasch/install/gcc-2.95.2/gcc/p/gbe.h:152: conflicting types for `xmalloc' /home/hasch/install/gcc-2.95.2/gcc/p/../../include/libiberty.h:129: previous declaration of `xmalloc' In file included from /home/hasch/install/gcc-2.95.2/gcc/p/gpc-common.c:35: /home/hasch/install/gcc-2.95.2/gcc/p/util.h:196: conflicting types for `concat' /home/hasch/install/gcc-2.95.2/gcc/p/../../include/libiberty.h:48: previous declaration of `concat'
What's the deal with 'libiberty'?
A little bug. Use GNU sed, or the next GPC release (which will be announced soon).
Frank