-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Excellent package, thank you. Here are the changes I made to compile it on a fresh Debian install with Tcl 8.6.
In the Makefile I simply modified these lines:
LIB_INSTALL_DIR=/usr/share/tcltk/tclfcgi$(LIB_VERSION)
TCL_LIB=tcl8.6
gcc -DUSE_TCL_STUBS -shared -Wl,-soname,$(LIB).so. -o $(LIB)$(LIB_VERSION).so tclFcgiCmd.o -ltclstub8.6 -l$(FCGI_LIB)
-Edited because I was wrong about something
Metadata
Metadata
Assignees
Labels
No labels