[texhax] Typing Chinese with plain TeX

uws uws at xs4all.nl
Thu Sep 2 20:01:13 CEST 2004


På Thu, Sep 02, 2004 at 06:45:02PM +0200, Rodolfo Medina skrev:
> [carolina at localhost cxterm-5.2.3]$ make
> make  all-recursive
> make[1]: Entering directory `/home/carolina/cxterm-5.2.3'
> Making all in cxterm
> make[2]: Entering directory `/home/carolina/cxterm-5.2.3/cxterm'
> gcc  -g -O2   -o cxterm.bin  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
> ekPrsTbl.o  -L/usr/X11R6/lib -lXaw -lXt -lXmu  -lSM -lICE -lncurses -lXext -
> lX11 -lXpm -lm
> /usr/bin/ld: cannot find -lncurses
> collect2: ld returned 1 exit status
> make[2]: *** [cxterm.bin] Error 1
> make[2]: Leaving directory `/home/carolina/cxterm-5.2.3/cxterm'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/carolina/cxterm-5.2.3'
> make: *** [all] Error 2
> [carolina at localhost cxterm-5.2.3]$

The most important line in the above output is this one:

> /usr/bin/ld: cannot find -lncurses

This means that you are missing some essential library files to build the
application. In this particular case, you will need to have the development
headers of ncurses installed.

If you're on a linux distribution, it will probably feature a package called
ncurses-dev or libncurses-devel or something like that. On my Debian
GNU/Linux  system, the exact name is `libncurses5-dev'.

If your system does not feature a package containing header files for
ncurses, you will need to download and install them manually. A quick google
search for ncurses will point you to the right location.

I hope this information is of some help to you.

  mvrgr, Wouter

-- 
:wq                                                       mail uws at xs4all.nl

but i must be too dumb to be proud :: coz i waited         -- our lady peace
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://tug.org/pipermail/texhax/attachments/20040902/947427c7/attachment.bin


More information about the texhax mailing list