Newbie link problem: Error 1 (was Re: Newbie compilation problem...)
| Newsgroups | gmane.network.tin.user |
|---|---|
| Organization | Enturbulators 'R' Us |
| Message-ID | <000b01c3b0e7$01fbf7d0$3cfd56d1@zamboni2k> |
OK, thanks! I've installed byacc and I get past the parsdate.y problem, only to run into another problem. This one appears to be during the link phase rather than the compile phase. Here's what I see now: =============================================================== Linking tin.exe v1.5.8... gcc -o ./tin.exe ./active.o ./art.o ./attrib.o ./auth.o ./charset.o ./color.o ./config.o ./cook.o ./curses.o ./debug.o ./envarg.o ./feed.o ./filter.o ./getline.o ./global.o ./group.o ./hashstr.o ./header.o ./help.o ./inews.o ./init.o ./joinpath.o ./keymap.o ./lang.o ./list.o ./mail.o ./main.o ./memory.o ./mimetypes.o ./misc.o ./newsrc.o ./nntplib.o ./nrctbl.o ./open.o ./page.o ./parsdate.o ./pgp.o ./plp_snprintf.o ./post.o ./prompt.o ./read.o ./refs.o ./regex.o ./rfc1524.o ./rfc2045.o ./rfc2046.o ./rfc2047.o ./save.o ./screen.o ./search.o ./select.o ./sigfile.o ./signal.o ./strftime.o ./string.o ./tags.o ./tcurses.o ./thread.o ./wildmat.o ./xref.o -L../pcre -lpcre ./curses.o(.text+0x103):curses.c: undefined reference to `_tgetent' ./curses.o(.text+0x154):curses.c: undefined reference to `_tigetstr' ./curses.o(.text+0x16f):curses.c: undefined reference to `_tigetnum' ./curses.o(.text+0x180):curses.c: undefined reference to `_tigetnum' ./curses.o(.text+0x191):curses.c: undefined reference to `_tigetflag' ./curses.o(.text+0x3c4):curses.c: undefined reference to `_tputs' ./curses.o(.text+0x414):curses.c: undefined reference to `_tputs' ./curses.o(.text+0x46f):curses.c: undefined reference to `_tputs' ./curses.o(.text+0x4c1):curses.c: undefined reference to `_tgoto' ./curses.o(.text+0x4d9):curses.c: undefined reference to `_tputs' ./curses.o(.text+0x51f):curses.c: undefined reference to `_tputs' ./curses.o(.text+0x5b4):curses.c: undefined reference to `_tputs' ./curses.o(.text+0x609):curses.c: undefined reference to `_tgoto' ./curses.o(.text+0x621):curses.c: undefined reference to `_tputs' ./curses.o(.text+0x6cf):curses.c: undefined reference to `_tputs' ./curses.o(.text+0x71b):curses.c: undefined reference to `_tputs' ./curses.o(.text+0x7c4):curses.c: undefined reference to `_tputs' ./curses.o(.text+0x854):curses.c: undefined reference to `_tputs' ./curses.o(.text+0x9cb):curses.c: more undefined references to `_tputs' follow Info: resolving _optarg by linking to __imp__optarg (auto-import) Info: resolving _optind by linking to __imp__optind (auto-import) collect2: ld returned 1 exit status make: *** [tin.exe] Error 1 me@machine ~/tin-1.5.8/src $ =============================================================== And again, this newbie is confused... I have no idea what the problem might be here. Any suggestions? -- Jeff --------------------------------------------------------------- Bad habits are like a comfortable bed: easy to get into, but hard to get out of. -- Unknown ---------------------------------------------------------------