Complete.Org: Mailing Lists: Archives: gopher: March 2002:
[gopher] Still cannot compile
Home

[gopher] Still cannot compile

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: <gopher@xxxxxxxxxxxx>
Subject: [gopher] Still cannot compile
From: Zbigniew Baniewski <zb@xxxxxxxxxxxx>
Date: Thu, 28 Mar 2002 22:48:33 +0100 (CET)
Reply-to: gopher@xxxxxxxxxxxx

Still cannot compile gopher 3.0.4. I know, it's in some way tied to
"curses", but I'm not C-programmer, and I cannot go any further in my
investigations.

  I'm using SuSE-Linux V7.0 with kernel 2.4.18. Trying to compile I'm
getting in return a lot of errors (partially attached below), during
compilation of the contents of 'gopher' sub-dir. Errors occurs during
compilation of CURcurses.c, form.c and pager.c. I've examined, that
curses.h available in my systems /usr/include *does* contain the functions
listed below with remark "undefined reference". Example:

extern int wrefresh(WINDOW *);                          /* implemented */

I don't know, what more can I examine looking for the source of the
problem. Could someone help?

                                pozdrawiam / regards

                                                Zbigniew Baniewski

-----------------------------------------------------------------------

/usr/src/gopher-3.0.4/gopher/form.c:545: undefined reference to `waddch'
/usr/src/gopher-3.0.4/gopher/form.c:547: undefined reference to `waddch'
/usr/src/gopher-3.0.4/gopher/form.c:550: undefined reference to `wtouchln'
/usr/src/gopher-3.0.4/gopher/form.c:551: undefined reference to `wrefresh'
/usr/src/gopher-3.0.4/gopher/form.c:566: undefined reference to `wmove'
/usr/src/gopher-3.0.4/gopher/form.c:568: undefined reference to `wrefresh'
/usr/src/gopher-3.0.4/gopher/form.c:575: undefined reference to `COLS'
/usr/src/gopher-3.0.4/gopher/form.c:575: undefined reference to `wmove'
/usr/src/gopher-3.0.4/gopher/form.c:577: undefined reference to `wmove'
/usr/src/gopher-3.0.4/gopher/form.c:580: undefined reference to `wrefresh'
/usr/src/gopher-3.0.4/gopher/form.c:595: undefined reference to `wmove'
/usr/src/gopher-3.0.4/gopher/form.c:598: undefined reference to `waddch'
/usr/src/gopher-3.0.4/gopher/form.c:600: undefined reference to `wmove'
/usr/src/gopher-3.0.4/gopher/form.c:602: undefined reference to `waddnstr'
/usr/src/gopher-3.0.4/gopher/form.c:604: undefined reference to `wrefresh'
/usr/src/gopher-3.0.4/gopher/form.c:606: undefined reference to `COLS'
/usr/src/gopher-3.0.4/gopher/form.c:606: undefined reference to `wmove'
/usr/src/gopher-3.0.4/gopher/form.c:607: undefined reference to `waddnstr'
/usr/src/gopher-3.0.4/gopher/form.c:651: undefined reference to `delwin'
/usr/src/gopher-3.0.4/gopher/form.c:660: undefined reference to `wclear'
collect2: ld returned 1 exit status
make[1]: *** [gopher] Error 1
make[1]: Leaving directory `/usr/src/gopher-3.0.4/gopher'
make: *** [gopher/gopher] Error 2
tichy:/usr/src/gopher-3.0.4 #




[Prev in Thread] Current Thread [Next in Thread]