> % make fritz.so 4:34pm
> cc -I/fs6/d/mwelland/lib/stk/2.2/include \
> -O -c -I. fritz_stk_extension.c -o fritz.o
> ld -o fritz.so fritz.o
You must set the SH_LDFLAGS right for Your system (shared ld flags,
in Linux "-shared"), You also should set the SH_CCFLAGS (in my system they
are set by the login-shell so i can type "make" in Linux and SunOS ...
> Do I need to upgrade to 3.0b1? Or is there some other problem. I am
> not
You have to, as the documentation for 3.0b1 was not complete, i also put
2.xx on our ftp server.
Get the newest one from
ftp://ftp.fernuni-hagen.de/pub/fachb/et/es/
there was a bug due to the changed binding scheme of tk-4.0, i forgot to
end some functions binded to keystrokes with a 'break symbol, so editing
of existing text item was annoying with the "delete" and the "d" key ..
Received on Thu Jan 18 1996 - 09:25:03 CET