bug fix with tcl library

This commit is contained in:
2024-11-14 09:12:13 +01:00
parent c0d046e5a4
commit 77f21822df
2 changed files with 4 additions and 3 deletions

View File

@ -35,8 +35,8 @@ LIBS = -L$(EXTRAROOT)/lib -L$(EXTRAROOT)/lib $(SUBLIBS) $(NILIB) $(EPICSLIBS)
$(EXTRAROOT)/lib/libjson-c.a \
-ldl -lz -lmxml $(EXTRAROOT)/lib/libghttp.a -lm -lc -lpthread -lsqlite3 -lbson-1.0 -lmongoc-1.0
SEASUBLIBS = $(SICSROOT)/sicspsi/libseapsi.a
SEALIBS = -L$(EXTRAROOT)/lib -L$(EXTRAROOT)/lib $(SEASUBLIBS) \
-ltcl \
SEALIBS = -L$(EXTRAROOT)/lib $(SEASUBLIBS) \
-L. -ltcl8.5 \
$(EXTRAROOT)/lib/libjson-c.a \
-ldl -lz -lm -lc -lpthread