>Hi George,
>Since you have the native Sun compilers, I'd suggest you use 
>them rather than gcc (if config isn't checking for this, it
>probably should). It looks like gcc isn't really happy with
>Sun's headers. You should be able to force configure to
>use the compiler you want by seting the environment variable
>CXX (someone correct me if I'm wrong and DX's configure
>wants something else) to the right one (e.g. setenv CXX CC) and 
>then cleaning and reconfiguring.
>

Oops. That probably should have been 
  setenv CC cc
rather than the above (or in addition to the above if there
is any C++ in DX).

mark

Reply via email to