Posted to tcl by rmax at Thu Nov 12 16:45:44 GMT 2020view raw

  1. gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -shared -o pltcl.so pltcl.o -L../../../src/port -L../../../src/common -Wl,--as-needed -L/usr/lib64 -ltcl8.6 -ldl -lz -lpthread -lieee -lm -lc
  2. /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: cannot find -lieee
  3.  

Comments

Posted by rmax at Thu Nov 12 16:46:34 GMT 2020 [text] [code]

$ grep TCL_LIBS= /usr/lib64/tclConfig.sh TCL_LIBS='-ldl -lz -lpthread -lieee -lm'