Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Compiling Tcl/Tk8.3.4 on HP-UX11.0

Status
Not open for further replies.

GPetro

Technical User
May 13, 2002
1
DE
Hi all,

I know that most people hate these questions, but I'm having a severe problem cCompiling Tcl/Tk8.3.4 on HP-UX11.0. Everything works find for compiling Tcl. But when I 'make test' for Tk, I get this message:

> make test
LD_LIBRARY_PATH=`pwd`:/cadappl/tcl/tcl8.3.4/unix:; export LD_LIBRARY_PATH; LIBPATH=`pwd`:/cadappl/tcl/tcl8.3.4/unix:; export LIBPATH; SHLIB_PATH=`pwd`:/cadappl/tcl/tcl8.3.4/unix:; export SHLIB_PATH; TCL_LIBRARY=/cadappl/tcl/tcl8.3.4/library; export TCL_LIBRARY; TK_LIBRARY=/cadappl/tcl/tk8.3.4/library; export TK_LIBRARY; ./tktest /cadappl/tcl/tk8.3.4/unix/../tests/all.tcl -geometry +0+0

/usr/lib/dld.sl: Unresolved symbol: XSetLocaleModifiers (code) from /cadappl/tcl/tk8.3.4/unix/libtk8.3.sl
/bin/sh: 20098 Abort(coredump)


Did anybody have this problem already and solved it?
Please help!

Regards,
Gerhard
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top