public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Zubin Burjor Sethna <sethnaz@sg.adisys.com.au>
To: "'ecos discussion mailing list'" <ecos-discuss@cygnus.com>
Subject: [ECOS] Problems building ecos tools on linux
Date: Tue, 24 Nov 1998 20:30:00 -0000	[thread overview]
Message-ID: <F1726E37190BD211AAD000805FFE9D790A22B7@saturn.sg.adisys.com.au> (raw)

Hi all

following the instructions on the cygnus web site I tried to build the
ecos developement tools on linux (intel), but make failed. Below is what
happened. Can anyone tell me what I need to do to make the ecos tools
compile? Where do all the undefined references come from?



Regards

Zubin


[SNIP]

gcc -g -O2  -o ginfo  dir.o display.o doc.o dribble.o echo-area.o
filesys.o footnotes.o gc.o indices.o info-utils.o info.o infodoc.o
infomap.o m-x.o man.o nodemenu.o nodes.o search.o session.o signals.o
terminal.o tilde.o variables.o window.o ../lib/libtxi.a   
terminal.o: In function `terminal_begin_using_terminal':
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:139: undefined
reference to `tputs'
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:148: undefined
reference to `tputs'
terminal.o: In function `terminal_end_using_terminal':
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:169: undefined
reference to `tputs'
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:178: undefined
reference to `tputs'
terminal.o: In function `terminal_goto_xy':
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:232: undefined
reference to `tgoto'
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:232: undefined
reference to `tputs'
terminal.o: In function `terminal_clear_to_eol':
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:272: undefined
reference to `tputs'
terminal.o: In function `terminal_clear_screen':
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:284: undefined
reference to `tputs'
terminal.o: In function `terminal_up_line':
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:296: undefined
reference to `tputs'
terminal.o: In function `terminal_down_line':
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:308: undefined
reference to `tputs'
terminal.o:/root/ecosSWtools-981021/src/texinfo/info/terminal.c:320:
more undefined references to `tputs' follow
terminal.o: In function `terminal_delete_lines':
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:366: undefined
reference to `tgoto'
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:366: undefined
reference to `tputs'
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:370: undefined
reference to `tputs'
terminal.o: In function `terminal_insert_lines':
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:391: undefined
reference to `tgoto'
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:391: undefined
reference to `tputs'
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:395: undefined
reference to `tputs'
terminal.o: In function `terminal_get_screen_size':
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:485: undefined
reference to `tgetnum'
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:497: undefined
reference to `tgetnum'
terminal.o: In function `terminal_initialize_terminal':
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:544: undefined
reference to `tgetent'
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:556: undefined
reference to `tgetstr'
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:572: undefined
reference to `tgetstr'
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:573: undefined
reference to `tgetstr'
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:574: undefined
reference to `tgetstr'
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:575: undefined
reference to `tgetstr'
terminal.o:/root/ecosSWtools-981021/src/texinfo/info/terminal.c:578:
more undefined references to `tgetstr' follow
terminal.o: In function `terminal_initialize_terminal':
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:610: undefined
reference to `tgetflag'
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:610: undefined
reference to `tgetflag'
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:613: undefined
reference to `tgetstr'
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:614: undefined
reference to `tgetstr'
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:623: undefined
reference to `tgetstr'
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:624: undefined
reference to `tgetstr'
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:625: undefined
reference to `tgetstr'
terminal.o:/root/ecosSWtools-981021/src/texinfo/info/terminal.c:626:
more undefined references to `tgetstr' follow
make[3]: *** [ginfo] Error 1
make[3]: Leaving directory `/root/build/texinfo/info'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/build/texinfo'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/root/build/texinfo'
make: *** [all-texinfo] Error 2
make: Leaving directory `/root/build'

                 reply	other threads:[~1998-11-24 20:30 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=F1726E37190BD211AAD000805FFE9D790A22B7@saturn.sg.adisys.com.au \
    --to=sethnaz@sg.adisys.com.au \
    --cc=ecos-discuss@cygnus.com \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).