Logged In: NO

I'm getting this problem too with Solaris 2.6/C 4.2. The problem is gcc is allowing illegal C syntax. These
errors are coming from a set of structure initialization statements. The member values must be constants,
not the pointers to variables that appear in the code. What is needed is a series of assignment statements
after the array of structures declaration.