Hallo Helmut,
Here's an update on my efforts: After reading another thread (sorry for opening a new one), I linked my program with
gfortran -I/usr/local/dislin/gf -o myprogram myprogram.o /usr/local/dislin/libdislin.a -lXm -lXt -lX11 -lGL -s
and scp-ed it to the remote Linux computer. There, execution started, after which many warnings of the following kind appear:
Warning: translation table syntax error: Unknown keysym name: osfActivate
Warning: ... found while parsing ':<Key>osfActivate: ManagerParentActivate()'
Warning: String to TranslationTable conversion encountered errors
Warning: translation table syntax error: Unknown keysym name: osfBeginLine
Warning: ... found while parsing ':<Key>osfBeginLine: ManagerGadgetTraverseHome()'
Warning: String to TranslationTable conversion encountered errors
etc.
The interactive input window initialized by WGINI opens in spite of these messages, and alternative options of GWGBOX are selectable.Unfortunately, text input through GWGTXT isn't accepted. Execution continues with the default values for these text variables and completes successfully. I'd be very grateful for help.
Greetings, Liz G.
Am Montag, 10. Juni 2013 11:59:27 UTC+2 schrieb emg: