Dear Developers,
After running the following commands, all things went
smoothly
./configure
make
but once i tried to install the program, it comes with a
lot of errors
make install
(I have attached the detailed output of the above
commands.)
Do you have any ideas? thanks!
regards,
Foon (fn_guard-sf@yahoo.com.hk)
------------------------------------------------------
--------------------
computer07:/home/foon/cxterm-5.2.3> ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gawk... (cached) gawk
checking for bison... no
checking for byacc... no
checking for gcc... gcc
checking for C compiler default output... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for flex... no
checking for lex... no
checking for yywrap in -lfl... no
checking for yywrap in -ll... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking for g++... g++
checking whether we are using the GNU C++ compiler...
yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for main in -lFS... no
checking for main in -lGL... no
checking for main in -lGLU... no
checking for main in -lGLw... no
checking for main in -lICE... no
checking for main in -lPEX5... no
checking for main in -lSM... no
checking for main in -lX11... no
checking for main in -lXIE... no
checking for main in -lXa... no
checking for main in -lXau... no
checking for main in -lXaw... no
checking for main in -lXbsd... no
checking for main in -lXdmcp... no
checking for main in -lXext... no
checking for main in -lXfont... no
checking for main in -lXfontcache... no
checking for main in -lXft... no
checking for main in -lXi... no
checking for main in -lXinerama... no
checking for main in -lXkey... no
checking for main in -lXmu... no
checking for main in -lXmuu... no
checking for main in -lXp... no
checking for main in -lXpm... no
checking for main in -lXrender... no
checking for main in -lXss... no
checking for main in -lXt... no
checking for main in -lXtst... no
checking for main in -lXv... no
checking for main in -lXxf86dga... no
checking for main in -lXxf86misc... no
checking for main in -lXxf86rush... no
checking for main in -lXxf86vm... no
checking for main in -ldps... no
checking for main in -ldpstk... no
checking for main in -lfl... no
checking for main in -lfntstubs... no
checking for main in -lfreetype... yes
checking for main in -lncurses... yes
checking for main in -loldX... no
checking for main in -lphigs... no
checking for main in -lpsres... no
checking for main in -lxkbfile... no
checking for main in -lxkbui... no
checking for X... libraries /usr/X11R6/lib,
headers /usr/X11R6/include
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sgtty.h usability... no
checking sgtty.h presence... no
checking for sgtty.h... no
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for unistd.h... (cached) yes
checking for pid_t... yes
checking for struct stat.st_rdev... yes
checking whether time.h and sys/time.h may both be
included... yes
checking whether struct tm is in sys/time.h or time.h...
time.h
checking whether getpgrp requires zero arguments... yes
checking whether gcc needs -traditional... no
checking whether sys/types.h defines makedev... yes
checking whether setpgrp takes no argument... yes
checking return type of signal handlers... void
checking for wait3 that fills in rusage... yes
checking for gettimeofday... yes
checking for select... yes
checking for strerror... yes
configure: creating ./config.status
config.status: creating dict/ks/Makefile
config.status: creating dict/big5/Makefile
config.status: creating dict/jis/Makefile
config.status: creating dict/Makefile
config.status: creating dict/gb/Makefile
config.status: creating Makefile
config.status: creating utils/Makefile
config.status: creating cxterm/Makefile
config.status: creating fonts/Makefile
config.status: creating scripts/Makefile
config.status: creating config.h
config.status: executing depfiles commands
computer07:/home/foon/cxterm-5.2.3> make
cd . && /bin/bash /home/foon/cxterm-5.2.3/missing --
run autoheader
autoheader: WARNING: Using auxiliary files such as
`acconfig.h', `config.h.bot'
autoheader: WARNING: and `config.h.top', to define
templates for `config.h.in'
autoheader: WARNING: is deprecated and discouraged.
autoheader:
autoheader: WARNING: Using the third argument of
`AC_DEFINE' and
autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows
to define a template without
autoheader: WARNING: `acconfig.h':
autoheader:
autoheader: WARNING: AC_DEFINE
([NEED_FUNC_MAIN], 1,
autoheader: [Define if a function `main' is
needed.])
autoheader:
autoheader: WARNING: More sophisticated templates
can also be produced, see the
autoheader: WARNING: documentation.
touch ./config.h.in
cd . && /bin/bash ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make all-recursive
make[1]: Entering directory `/home/foon/cxterm-5.2.3'
Making all in cxterm
make[2]: Entering directory `/home/foon/cxterm-
5.2.3/cxterm'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT
button.o -MD -MP -MF ".deps/button.Tpo" \
-c -o button.o `test -f 'button.c' ||
echo './'`button.c; \
then mv ".deps/button.Tpo" ".deps/button.Po"; \
else rm -f ".deps/button.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT
HZbuiltn.o -MD -MP -MF ".deps/HZbuiltn.Tpo" \
-c -o HZbuiltn.o `test -f 'HZbuiltn.c' ||
echo './'`HZbuiltn.c; \
then mv ".deps/HZbuiltn.Tpo" ".deps/HZbuiltn.Po"; \
else rm -f ".deps/HZbuiltn.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT
HZinMthd.o -MD -MP -MF ".deps/HZinMthd.Tpo" \
-c -o HZinMthd.o `test -f 'HZinMthd.c' ||
echo './'`HZinMthd.c; \
then mv ".deps/HZinMthd.Tpo" ".deps/HZinMthd.Po"; \
else rm -f ".deps/HZinMthd.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT
HZutil.o -MD -MP -MF ".deps/HZutil.Tpo" \
-c -o HZutil.o `test -f 'HZutil.c' || echo './'`HZutil.c; \
then mv ".deps/HZutil.Tpo" ".deps/HZutil.Po"; \
else rm -f ".deps/HZutil.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT
screen.o -MD -MP -MF ".deps/screen.Tpo" \
-c -o screen.o `test -f 'screen.c' ||
echo './'`screen.c; \
then mv ".deps/screen.Tpo" ".deps/screen.Po"; \
else rm -f ".deps/screen.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT
util.o -MD -MP -MF ".deps/util.Tpo" \
-c -o util.o `test -f 'util.c' || echo './'`util.c; \
then mv ".deps/util.Tpo" ".deps/util.Po"; \
else rm -f ".deps/util.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT
charproc.o -MD -MP -MF ".deps/charproc.Tpo" \
-c -o charproc.o `test -f 'charproc.c' ||
echo './'`charproc.c; \
then mv ".deps/charproc.Tpo" ".deps/charproc.Po"; \
else rm -f ".deps/charproc.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT
HZchList.o -MD -MP -MF ".deps/HZchList.Tpo" \
-c -o HZchList.o `test -f 'HZchList.c' ||
echo './'`HZchList.c; \
then mv ".deps/HZchList.Tpo" ".deps/HZchList.Po"; \
else rm -f ".deps/HZchList.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT
HZInput.o -MD -MP -MF ".deps/HZInput.Tpo" \
-c -o HZInput.o `test -f 'HZInput.c' ||
echo './'`HZInput.c; \
then mv ".deps/HZInput.Tpo" ".deps/HZInput.Po"; \
else rm -f ".deps/HZInput.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT
input.o -MD -MP -MF ".deps/input.Tpo" \
-c -o input.o `test -f 'input.c' || echo './'`input.c; \
then mv ".deps/input.Tpo" ".deps/input.Po"; \
else rm -f ".deps/input.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT
scrollbar.o -MD -MP -MF ".deps/scrollbar.Tpo" \
-c -o scrollbar.o `test -f 'scrollbar.c' ||
echo './'`scrollbar.c; \
then mv ".deps/scrollbar.Tpo" ".deps/scrollbar.Po"; \
else rm -f ".deps/scrollbar.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT
VTPrsTbl.o -MD -MP -MF ".deps/VTPrsTbl.Tpo" \
-c -o VTPrsTbl.o `test -f 'VTPrsTbl.c' ||
echo './'`VTPrsTbl.c; \
then mv ".deps/VTPrsTbl.Tpo" ".deps/VTPrsTbl.Po"; \
else rm -f ".deps/VTPrsTbl.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT
cursor.o -MD -MP -MF ".deps/cursor.Tpo" \
-c -o cursor.o `test -f 'cursor.c' || echo './'`cursor.c; \
then mv ".deps/cursor.Tpo" ".deps/cursor.Po"; \
else rm -f ".deps/cursor.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT
HZfilter.o -MD -MP -MF ".deps/HZfilter.Tpo" \
-c -o HZfilter.o `test -f 'HZfilter.c' ||
echo './'`HZfilter.c; \
then mv ".deps/HZfilter.Tpo" ".deps/HZfilter.Po"; \
else rm -f ".deps/HZfilter.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT
HZpopup.o -MD -MP -MF ".deps/HZpopup.Tpo" \
-c -o HZpopup.o `test -f 'HZpopup.c' ||
echo './'`HZpopup.c; \
then mv ".deps/HZpopup.Tpo" ".deps/HZpopup.Po"; \
else rm -f ".deps/HZpopup.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT
main.o -MD -MP -MF ".deps/main.Tpo" \
-c -o main.o `test -f 'main.c' || echo './'`main.c; \
then mv ".deps/main.Tpo" ".deps/main.Po"; \
else rm -f ".deps/main.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT
tabs.o -MD -MP -MF ".deps/tabs.Tpo" \
-c -o tabs.o `test -f 'tabs.c' || echo './'`tabs.c; \
then mv ".deps/tabs.Tpo" ".deps/tabs.Po"; \
else rm -f ".deps/tabs.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT
data.o -MD -MP -MF ".deps/data.Tpo" \
-c -o data.o `test -f 'data.c' || echo './'`data.c; \
then mv ".deps/data.Tpo" ".deps/data.Po"; \
else rm -f ".deps/data.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT
HZinArea.o -MD -MP -MF ".deps/HZinArea.Tpo" \
-c -o HZinArea.o `test -f 'HZinArea.c' ||
echo './'`HZinArea.c; \
then mv ".deps/HZinArea.Tpo" ".deps/HZinArea.Po"; \
else rm -f ".deps/HZinArea.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT
HZtrie.o -MD -MP -MF ".deps/HZtrie.Tpo" \
-c -o HZtrie.o `test -f 'HZtrie.c' || echo './'`HZtrie.c; \
then mv ".deps/HZtrie.Tpo" ".deps/HZtrie.Po"; \
else rm -f ".deps/HZtrie.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT
menu.o -MD -MP -MF ".deps/menu.Tpo" \
-c -o menu.o `test -f 'menu.c' || echo './'`menu.c; \
then mv ".deps/menu.Tpo" ".deps/menu.Po"; \
else rm -f ".deps/menu.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT
Tekproc.o -MD -MP -MF ".deps/Tekproc.Tpo" \
-c -o Tekproc.o `test -f 'Tekproc.c' ||
echo './'`Tekproc.c; \
then mv ".deps/Tekproc.Tpo" ".deps/Tekproc.Po"; \
else rm -f ".deps/Tekproc.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT
HZassoc.o -MD -MP -MF ".deps/HZassoc.Tpo" \
-c -o HZassoc.o `test -f 'HZassoc.c' ||
echo './'`HZassoc.c; \
then mv ".deps/HZassoc.Tpo" ".deps/HZassoc.Po"; \
else rm -f ".deps/HZassoc.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT
HZinCntx.o -MD -MP -MF ".deps/HZinCntx.Tpo" \
-c -o HZinCntx.o `test -f 'HZinCntx.c' ||
echo './'`HZinCntx.c; \
then mv ".deps/HZinCntx.Tpo" ".deps/HZinCntx.Po"; \
else rm -f ".deps/HZinCntx.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT
HZtrieWc.o -MD -MP -MF ".deps/HZtrieWc.Tpo" \
-c -o HZtrieWc.o `test -f 'HZtrieWc.c' ||
echo './'`HZtrieWc.c; \
then mv ".deps/HZtrieWc.Tpo" ".deps/HZtrieWc.Po"; \
else rm -f ".deps/HZtrieWc.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT
misc.o -MD -MP -MF ".deps/misc.Tpo" \
-c -o misc.o `test -f 'misc.c' || echo './'`misc.c; \
then mv ".deps/misc.Tpo" ".deps/misc.Po"; \
else rm -f ".deps/misc.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT
TekPrsTbl.o -MD -MP -MF ".deps/TekPrsTbl.Tpo" \
-c -o TekPrsTbl.o `test -f 'TekPrsTbl.c' ||
echo './'`TekPrsTbl.c; \
then mv ".deps/TekPrsTbl.Tpo" ".deps/TekPrsTbl.Po"; \
else rm -f ".deps/TekPrsTbl.Tpo"; exit 1; \
fi
gcc -g -O2 -o cxterm.bin.exe button.o HZbuiltn.o
HZinMthd.o HZutil.o screen.o util.o charproc.o
HZchList.o HZInput.o input.o scrollbar.o VTPrsTbl.o
cursor.o HZfilter.o HZpopup.o main.o tabs.o data.o
HZinArea.o HZtrie.o menu.o Tekproc.o HZassoc.o
HZinCntx.o HZtrieWc.o misc.o TekPrsTbl.o -
L/usr/X11R6/lib -lXaw -lXt -lXmu -lSM -lICE -lncurses -
lXext -lX11 -lXpm -lm
Info: resolving __XA_TARGETS by linking to
__imp___XA_TARGETS (auto-import)
Info: resolving __XA_TEXT by linking to
__imp___XA_TEXT (auto-import)
Info: resolving __XA_COMPOUND_TEXT by linking to
__imp___XA_COMPOUND_TEXT (auto-import)
Info: resolving __XA_LIST_LENGTH by linking to
__imp___XA_LIST_LENGTH (auto-import)
Info: resolving __XA_LENGTH by linking to
__imp___XA_LENGTH (auto-import)
Info: resolving _XtStrings by linking to __imp__XtStrings
(auto-import)
Info: resolving _widgetClassRec by linking to
__imp__widgetClassRec (auto-import)
Info: resolving __XtInherit by linking to
__imp___XtInherit (auto-import)
Info: resolving _XtShellStrings by linking to
__imp__XtShellStrings (auto-import)
Info: resolving _scrollbarWidgetClass by linking to
__imp__scrollbarWidgetClass (auto-import)
Info: resolving _transientShellWidgetClass by linking to
__imp__transientShellWidgetClass (auto-import)
Info: resolving _panedWidgetClass by linking to
__imp__panedWidgetClass (auto-import)
Info: resolving _labelWidgetClass by linking to
__imp__labelWidgetClass (auto-import)
Info: resolving _formWidgetClass by linking to
__imp__formWidgetClass (auto-import)
Info: resolving _asciiTextWidgetClass by linking to
__imp__asciiTextWidgetClass (auto-import)
Info: resolving _commandWidgetClass by linking to
__imp__commandWidgetClass (auto-import)
Info: resolving _viewportWidgetClass by linking to
__imp__viewportWidgetClass (auto-import)
Info: resolving _listWidgetClass by linking to
__imp__listWidgetClass (auto-import)
Info: resolving _menuButtonWidgetClass by linking to
__imp__menuButtonWidgetClass (auto-import)
Info: resolving _simpleMenuWidgetClass by linking to
__imp__simpleMenuWidgetClass (auto-import)
Info: resolving _smeBSBObjectClass by linking to
__imp__smeBSBObjectClass (auto-import)
Info: resolving _boxWidgetClass by linking to
__imp__boxWidgetClass (auto-import)
Info: resolving _smeLineObjectClass by linking to
__imp__smeLineObjectClass (auto-import)
Info: resolving _topLevelShellWidgetClass by linking to
__imp__topLevelShellWidgetClass (auto-import)
make[2]: Leaving directory `/home/foon/cxterm-
5.2.3/cxterm'
Making all in utils
make[2]: Entering directory `/home/foon/cxterm-
5.2.3/utils'
gcc -I. -I.. -I../cxterm -c cit2tit.c
gcc -L/usr/X11R6/lib -lXaw -lXt -lXmu -lSM -lICE -
lncurses -lXext -lX11 -lXpm -lm -o cit2tit.exe
cit2tit.o ../cxterm/HZutil.o
gcc -I. -I.. -I../cxterm -c tit2cit.c
gcc -L/usr/X11R6/lib -lXaw -lXt -lXmu -lSM -lICE -
lncurses -lXext -lX11 -lXpm -lm -o tit2cit.exe
tit2cit.o ../cxterm/HZutil.o
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -
I../cxterm -g -O2 -MT hzimctrl.o -MD -MP -
MF ".deps/hzimctrl.Tpo" \
-c -o hzimctrl.o `test -f 'hzimctrl.c' ||
echo './'`hzimctrl.c; \
then mv ".deps/hzimctrl.Tpo" ".deps/hzimctrl.Po"; \
else rm -f ".deps/hzimctrl.Tpo"; exit 1; \
fi
gcc -g -O2 -o hzimctrl.exe hzimctrl.o -
L/usr/X11R6/lib -lXaw -lXt -lXmu -lSM -lICE -lncurses -
lXext -lX11 -lXpm -lm
make[2]: Leaving directory `/home/foon/cxterm-
5.2.3/utils'
Making all in dict
make[2]: Entering directory `/home/foon/cxterm-
5.2.3/dict'
Making all in gb
make[3]: Entering directory `/home/foon/cxterm-
5.2.3/dict/gb'
../../utils/tit2cit CCDOSPY.tit > CCDOSPY.cit
../../utils/tit2cit CTLau.tit > CTLau.cit
../../utils/tit2cit CangJie.tit > CangJie.cit
../../utils/tit2cit English.tit > English.cit
../../utils/tit2cit HIRAGANA.tit > HIRAGANA.cit
../../utils/tit2cit KATAKANA.tit > KATAKANA.cit
../../utils/tit2cit PY.tit > PY.cit
../../utils/tit2cit Punct.tit > Punct.cit
../../utils/tit2cit QJ.tit > QJ.cit
../../utils/tit2cit QianMa.tit > QianMa.cit
../../utils/tit2cit SW.tit > SW.cit
../../utils/tit2cit TONEPY.tit > TONEPY.cit
../../utils/tit2cit TeleCode.tit > TeleCode.cit
../../utils/tit2cit WuBi.tit > WuBi.cit
../../utils/tit2cit UCDOSPY.tit > UCDOSPY.cit
make[3]: Leaving directory `/home/foon/cxterm-
5.2.3/dict/gb'
Making all in big5
make[3]: Entering directory `/home/foon/cxterm-
5.2.3/dict/big5'
../../utils/tit2cit 4Corner.tit > 4Corner.cit
../../utils/tit2cit Boshiamy.tit > Boshiamy.cit
../../utils/tit2cit ETZY.tit > ETZY.cit
../../utils/tit2cit HSU.tit > HSU.cit
../../utils/tit2cit Punct.tit > Punct.cit
../../utils/tit2cit Simplex.tit > Simplex.cit
../../utils/tit2cit ARRAY30.tit > ARRAY30.cit
../../utils/tit2cit CangJie.tit > CangJie.cit
../../utils/tit2cit English.tit > English.cit
../../utils/tit2cit PY.tit > PY.cit
../../utils/tit2cit QJ.tit > QJ.cit
../../utils/tit2cit ZOZY.tit > ZOZY.cit
make[3]: Leaving directory `/home/foon/cxterm-
5.2.3/dict/big5'
Making all in ks
make[3]: Entering directory `/home/foon/cxterm-
5.2.3/dict/ks'
../../utils/tit2cit HANGUL.tit > HANGUL.cit
../../utils/tit2cit HANJA.tit > HANJA.cit
../../utils/tit2cit Punct.tit > Punct.cit
../../utils/tit2cit QJ.tit > QJ.cit
make[3]: Leaving directory `/home/foon/cxterm-
5.2.3/dict/ks'
Making all in jis
make[3]: Entering directory `/home/foon/cxterm-
5.2.3/dict/jis'
../../utils/tit2cit Punct.tit > Punct.cit
../../utils/tit2cit QJ.tit > QJ.cit
../../utils/tit2cit ROMKANA.tit > ROMKANA.cit
../../utils/tit2cit TCODE.tit > TCODE.cit
make[3]: Leaving directory `/home/foon/cxterm-
5.2.3/dict/jis'
make[3]: Entering directory `/home/foon/cxterm-
5.2.3/dict'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/foon/cxterm-
5.2.3/dict'
make[2]: Leaving directory `/home/foon/cxterm-
5.2.3/dict'
Making all in fonts
make[2]: Entering directory `/home/foon/cxterm-
5.2.3/fonts'
bdftopcf -t gb16st.bdf | gzip > gb16st.pcf.gz
bdftopcf -t hku16et.bdf | gzip > hku16et.pcf.gz
bdftopcf -t gb16fs.bdf | gzip > gb16fs.pcf.gz
make[2]: Leaving directory `/home/foon/cxterm-
5.2.3/fonts'
Making all in scripts
make[2]: Entering directory `/home/foon/cxterm-
5.2.3/scripts'
./genCxterm /usr/local /usr/local/share/cxterm
make[2]: Leaving directory `/home/foon/cxterm-
5.2.3/scripts'
make[2]: Entering directory `/home/foon/cxterm-5.2.3'
make[2]: Leaving directory `/home/foon/cxterm-5.2.3'
make[1]: Leaving directory `/home/foon/cxterm-5.2.3'
computer07:/home/foon/cxterm-5.2.3> make install
Making install in cxterm
make[1]: Entering directory `/home/foon/cxterm-
5.2.3/cxterm'
make[2]: Entering directory `/home/foon/cxterm-
5.2.3/cxterm'
/bin/bash ../mkinstalldirs /usr/local/bin
/usr/bin/install -c
cxterm.bin.exe /usr/local/bin/cxterm.bin.exe
/bin/bash ../mkinstalldirs /usr/local/man/man1
/usr/bin/install -c -m
644 ./cxterm.1 /usr/local/man/man1/cxterm.1
make[2]: Leaving directory `/home/foon/cxterm-
5.2.3/cxterm'
make[1]: Leaving directory `/home/foon/cxterm-
5.2.3/cxterm'
Making install in utils
make[1]: Entering directory `/home/foon/cxterm-
5.2.3/utils'
make[2]: Entering directory `/home/foon/cxterm-
5.2.3/utils'
/bin/bash ../mkinstalldirs /usr/local/bin
/usr/bin/install -c cit2tit.exe /usr/local/bin/cit2tit.exe
/usr/bin/install -c tit2cit.exe /usr/local/bin/tit2cit.exe
/usr/bin/install -c
hzimctrl.exe /usr/local/bin/hzimctrl.exe
/bin/bash ../mkinstalldirs /usr/local/man/man1
/usr/bin/install -c -m
644 ./cit2tit.1 /usr/local/man/man1/cit2tit.1
/usr/bin/install -c -m
644 ./tit2cit.1 /usr/local/man/man1/tit2cit.1
/usr/bin/install -c -m
644 ./hzimctrl.1 /usr/local/man/man1/hzimctrl.1
make[2]: Leaving directory `/home/foon/cxterm-
5.2.3/utils'
make[1]: Leaving directory `/home/foon/cxterm-
5.2.3/utils'
Making install in dict
make[1]: Entering directory `/home/foon/cxterm-
5.2.3/dict'
for subd in gb big5 ks jis; do\
/bin/bash ../mkinstalldirs //usr/local/share/cxterm/dict
/$subd;\
/usr/bin/install -c -m 644
$subd/*.cit //usr/local/share/cxterm/dict/$subd;\
if test -f $subd/simple.lx; then\
/usr/bin/install -c -m 644
$subd/simple.lx //usr/local/share/cxterm/dict/$subd;\
fi;\
done
mkdir //usr
mkdir: cannot create directory `//usr': No such file or
directory
mkdir //usr/local
mkdir: cannot create directory `//usr/local': No such
host or network path
mkdir //usr/local/share
mkdir: cannot create directory `//usr/local/share': No
such host or network path
mkdir //usr/local/share/cxterm
mkdir: cannot create directory
`//usr/local/share/cxterm': No such host or network path
mkdir //usr/local/share/cxterm/dict
mkdir: cannot create directory
`//usr/local/share/cxterm/dict': No such host or network
path
mkdir //usr/local/share/cxterm/dict/gb
mkdir: cannot create directory
`//usr/local/share/cxterm/dict/gb': No such host or
network path
/usr/bin/install: installing multiple files, but last
argument, `//usr/local/share/cxterm/dict/gb' is not a
directory
Try `/usr/bin/install --help' for more information.
/usr/bin/install: cannot create regular file
`//usr/local/share/cxterm/dict/gb': No such host or
network path
mkdir //usr
mkdir: cannot create directory `//usr': No such file or
directory
mkdir //usr/local
mkdir: cannot create directory `//usr/local': No such
host or network path
mkdir //usr/local/share
mkdir: cannot create directory `//usr/local/share': No
such host or network path
mkdir //usr/local/share/cxterm
mkdir: cannot create directory
`//usr/local/share/cxterm': No such host or network path
mkdir //usr/local/share/cxterm/dict
mkdir: cannot create directory
`//usr/local/share/cxterm/dict': No such host or network
path
mkdir //usr/local/share/cxterm/dict/big5
mkdir: cannot create directory
`//usr/local/share/cxterm/dict/big5': No such host or
network path
/usr/bin/install: installing multiple files, but last
argument, `//usr/local/share/cxterm/dict/big5' is not a
directory
Try `/usr/bin/install --help' for more information.
/usr/bin/install: cannot create regular file
`//usr/local/share/cxterm/dict/big5': No such host or
network path
mkdir //usr
mkdir: cannot create directory `//usr': No such file or
directory
mkdir //usr/local
mkdir: cannot create directory `//usr/local': No such
host or network path
mkdir //usr/local/share
mkdir: cannot create directory `//usr/local/share': No
such host or network path
mkdir //usr/local/share/cxterm
mkdir: cannot create directory
`//usr/local/share/cxterm': No such host or network path
mkdir //usr/local/share/cxterm/dict
mkdir: cannot create directory
`//usr/local/share/cxterm/dict': No such host or network
path
mkdir //usr/local/share/cxterm/dict/ks
mkdir: cannot create directory
`//usr/local/share/cxterm/dict/ks': No such host or
network path
/usr/bin/install: installing multiple files, but last
argument, `//usr/local/share/cxterm/dict/ks' is not a
directory
Try `/usr/bin/install --help' for more information.
/usr/bin/install: cannot create regular file
`//usr/local/share/cxterm/dict/ks': No such host or
network path
mkdir //usr
mkdir: cannot create directory `//usr': No such file or
directory
mkdir //usr/local
mkdir: cannot create directory `//usr/local': No such
host or network path
mkdir //usr/local/share
mkdir: cannot create directory `//usr/local/share': No
such host or network path
mkdir //usr/local/share/cxterm
mkdir: cannot create directory
`//usr/local/share/cxterm': No such host or network path
mkdir //usr/local/share/cxterm/dict
mkdir: cannot create directory
`//usr/local/share/cxterm/dict': No such host or network
path
mkdir //usr/local/share/cxterm/dict/jis
mkdir: cannot create directory
`//usr/local/share/cxterm/dict/jis': No such host or
network path
/usr/bin/install: installing multiple files, but last
argument, `//usr/local/share/cxterm/dict/jis' is not a
directory
Try `/usr/bin/install --help' for more information.
make[1]: Leaving directory `/home/foon/cxterm-
5.2.3/dict'
Making install in fonts
make[1]: Entering directory `/home/foon/cxterm-
5.2.3/fonts'
make[2]: Entering directory `/home/foon/cxterm-
5.2.3/fonts'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/foon/cxterm-
5.2.3/fonts'
make[1]: Leaving directory `/home/foon/cxterm-
5.2.3/fonts'
Making install in scripts
make[1]: Entering directory `/home/foon/cxterm-
5.2.3/scripts'
make[2]: Entering directory `/home/foon/cxterm-
5.2.3/scripts'
/bin/bash ../mkinstalldirs /usr/local/bin
/usr/bin/install -c cxterm /usr/local/bin/cxterm
/usr/bin/install -c -m 644
cxtermrc //usr/local/share/cxterm
/usr/bin/install: cannot create regular file
`//usr/local/share/cxterm': No such host or network path
make[2]: *** [install-data-local] Error 1
make[2]: Leaving directory `/home/foon/cxterm-
5.2.3/scripts'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/foon/cxterm-
5.2.3/scripts'
make: *** [install-recursive] Error 1
computer07:/home/foon/cxterm-5.2.3>
------------------------------------------------------
--------------------
Logged In: YES
user_id=506848
it is exactly as it said: cannot create directory //usr/ .
How is your cygwin environ - single user, NT/2000, etc?