From: Ian D. L. <idl...@fa...> - 2016-12-04 18:21:23
|
On Sun, 4 Dec 2016 18:53:55 +0200 kechpaja <kec...@co...> wrote: > On Sun, Dec 04, 2016 at 08:10:52AM +0900, ph...@oa... wrote: > > Dear experts. > > > > I have installed MLTERM ver. 3.7.2 on my NetBSD 7.0.1 based laptop > > with X, which is installed from NetBSD 7.0.1. binary set, and > > trying to use as japanese capable terminal emulator. > > > > MLTERM binary is installed using pkgsrc from NetBSD. > > > > However my MLTERM binary immidiately terminate with result code 1, > > which I inspected by “echo $?”. > > MLTERM window isn’t displayed X console. I run mlterm, built from pkgsrc, on NetBSD-current, and it works well for me. One problem you might be encountering is that mlterm will exit if LC_CTYPE is not set. I suggest running "printenv" and checking the values of DISPLAY and LC_CTYPE. -- IDL |