>-----Original Message----- >From: Joe Orton [mailto:[EMAIL PROTECTED]
>> If that is the case, can we can put a specific case for HPUX, for >> 1. when BIND_VERBOSE is enabled, and >> 2. stderr is closed, and >> 3. you get this message, >> we can print a particular error message (because we know >whatz happening).. > >I don't really understand these questions. What I meant : if BIND_VERBOSE is enabled and stderr is open => display the error (in a verbose manner) if BIND_VEROBSE is enabled and stderr is closed => display "Unresolved symbols" (we need to fabricate the error message, as shl_load would return "Bad File number") if BIND_VERBOSE is disabled => display the error "Unresolved symbols". Anyways, the disconnect is because you're trying to solve the case when stderr is closed/disabled - and I'm not. I don't think we're converging on any solution here. I'd appreciate if we could get more inputs to which case is more reasonable for the library. Thanks -Madhu
