Menu

#13 Linking -with -lX11 required

open
nobody
None
5
2012-03-01
2012-03-01
No

If compiling against 8.4 fFor running the Library against Tcl8.5 a link against -lX11 is required. I patched the Makefile by adding -lX11 flag inside the Makefile.

SHLIB_LD_LIBS = ${LIBS} -L/home/groth/project/opt/tcl/lib -ltclstub8.4 -L/home/groth/project/opt/tcl/lib -ltkstub8.4 -lX11

I prepared a starkit which works with Tclkits for Linux-x86 and Win32-x86 with 8.4, 8.5 and 8.6.

It can be downloaded here:
https://bitbucket.org/mittelmark/tcl-code/downloads

Discussion