On Mon, Apr 23, 2001 at 09:10:20AM -0700, Russ Allbery wrote:
> I was unable to even get the test suite to complete on this platform;
> every time the mdemo tests ran, the program it was running went runaway
> and had to be kill -9'd.  I got tired of doing this by about the fifth
> time.  :/

Compile the following program and run 'nm | grep dlopen' against it
and mail the results to the list:
  char dlopen();
  int main() {
    dlopen();
  }

> Using vendor ld and gcc 2.95.3.

FYI, GCC 2.95.x does *not* "officially" support HP-UX 11.00.

-- 
albert chin ([EMAIL PROTECTED])

_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to