
Alan Pae wrote:
This is essentially a repeat of a bug that has already been posted.
The original message can be viewed at:
http://gcc.gnu.org/ml/gcc-help/2009-04/msg00381.html
Instead of using OpenSolaris I'm using Solaris Express which is essentially the same thing but contains all of the proprietary bits that are stripped out to create OpenSolaris.
I'm stuck at the exact same spot with the exact same error messages and was just wondering if this was going to be fixed or if there's something I can do to get the compiler to move on down the road.
Hi Alan,
a possible workaround is to look at /usr/include/sys/reg.h. If it contains, e.g.,
#ifndef _SYS_REG_H #define _SYS_REG_H 1
then you should configure the PPL with a command of the form
CPPFLAGS=-D_SYS_REG_H /path/to/ppl-x.y/configure ...
Please let us know how it goes. All the best,
Roberto