"IRIXPlatformUtils.cpp defines some methods of PlatformUtils for which
there are no declarations in PlatformUtils.hpp. Also a static variable.
I don't quite understand this, as the same methods are implemented for
other architectures, eg Solaris."
If you are dealing with any older platform util files, be aware that some
methods were removed in recent versions. In particular we got rid of the
need to support console output and we got rid of the fgLibLocation static
since its no longer needed.
Also, be aware that our mutex semantics require recursive support on
mutexes. If mutexes on your platform are not recursive, then you'll have to
add some extra gorp to support this. Solaris is such a platform I believe.
----------------------------------------
Dean Roddey
Software Weenie
IBM Center for Java Technology - Silicon Valley
[EMAIL PROTECTED]