emacs wont run

hi i keep getting this error message when i try and run emacs:

/usr/lib/dld.sl: Unresolved symbol: pthread_mutex_init (code) from ./emacs
Abort

any ideas? thanks ed.

Which version of HP-UX?
Did you compile EMACS yourself?

hpux 11i ent oe english, trying to use pre-compiled .depot files.
thanks ed.

Suggest you get the sources and try and build on your platform.

If you got the depot from the HPUX porting centre then you also need to install gcc support - the runtime libraries.

Try

ldd emacs

It will fail and report on the library you are missing.