iraf-community / x11iraf

X11/GUI utilities and applications for IRAF (xgterm, ximtool, xtapemon)
https://iraf-community.github.io/x11iraf
21 stars 8 forks source link

Make Tcl library configurable #60

Closed olebole closed 7 months ago

olebole commented 7 months ago

On openSUSE, the tcl library is not called libtcl.so, but libtcl8.6.so without the link to the default libtcl.so. In this case, one can still compile with

$ make TCL_LIB=-ltcl8.6

Reference: stackoverflow#77644796