From: Xavier Leroy <Xavier.Leroy@inria.fr>
To: Ravi Chamarty <ravi@ittc.ukans.edu>, caml-list@inria.fr
Subject: Re: Interfacing C
Date: Thu, 9 Mar 2000 14:49:51 +0100 [thread overview]
Message-ID: <20000309144951.23102@pauillac.inria.fr> (raw)
In-Reply-To: <Pine.LNX.4.10.10003051724550.10626-100000@elroy.ittc.ukans.edu>; from Ravi Chamarty on Sun, Mar 05, 2000 at 05:30:39PM -0600
> When I implement the Advanced example with callbacks given in the OCaml
> manual (Pg 184-185), I am getting the following errors while building the
> final executable.
>
> $cc -o prog main.c mod.a mod.a(terminfo.o): In function `terminfo_setup':
> terminfo.o(.text+0x22): undefined reference to `tgetent'
> mod.a(terminfo.o)(.text+0xcf): more undefined references to `tgetstr'
> follow mod.a(terminfo.o): In function `terminfo_backup':
> terminfo.o(.text+0x186): undefined reference to `tputs'
> mod.a(terminfo.o): In function `terminfo_standout':
>
> Can anyone please help me out??
Try adding -lcurses or -ltermcap or -lcurses -ltermcap (depends on
your system) at the end of the cc command line.
- Xavier Leroy
prev parent reply other threads:[~2000-03-10 8:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-03-05 23:30 Ravi Chamarty
2000-03-09 13:49 ` Xavier Leroy [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20000309144951.23102@pauillac.inria.fr \
--to=xavier.leroy@inria.fr \
--cc=caml-list@inria.fr \
--cc=ravi@ittc.ukans.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox