Posted to tcl by jsuntheimer72 at Mon Jan 08 17:24:13 GMT 2018view raw

  1. g++ -c -g -O2 -fPIC -DUSE_TCL_STUBS -I../unix/../include -I../unix/../src -I. ../unix/../tests/tstore5.cpp
  2. g++ -g -O2 -fPIC -DUSE_TCL_STUBS -I../unix/../include -I../unix/../src -I. -o regress regress.o tbasic1.o tbasic2.o tcusto1.o tcusto2.o tdiffer.o textend.o tformat.o tlimits.o tmapped.o tnotify.o tresize.o tstore1.o tstore2.o tstore3.o tstore4.o tstore5.o libmk4.so -lpthread
  3. test -d tests || mkdir tests
  4. test -d ../tests/ok/CVS && (test -d tests/CVS || mkdir tests/CVS)
  5. Makefile:80: recipe for target 'test' failed
  6. make: [test] Error 1 (ignored)
  7. test -f reversed || cp ../unix/reversed .
  8. ./regress
  9. ./regress: error while loading shared libraries: libmk4.so: cannot open shared object file: No such file or directory
  10. Makefile:80: recipe for target 'test' failed
  11. make: *** [test] Error 127
  12.