From owner-freebsd-hackers Fri Aug 27 15:36:21 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from lily.ezo.net (lily.ezo.net [206.102.130.13]) by hub.freebsd.org (Postfix) with ESMTP id A674214C44 for ; Fri, 27 Aug 1999 15:36:17 -0700 (PDT) (envelope-from jflowers@ezo.net) Received: from ivy (ivy.ezo.net [206.150.211.171]) by lily.ezo.net (8.8.7/8.8.7) with SMTP id SAA15271 for ; Fri, 27 Aug 1999 18:36:09 -0400 (EDT) Message-ID: <00da01bef0dc$b47b3f80$abd396ce@eznet> From: "Jim Flowers" To: Subject: Excluded Include ? Date: Fri, 27 Aug 1999 18:37:11 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to compile a sync driver maintenance program on fbsd-stable. I keep getting compiler errors: ft1config.o: In function `run_interactive': ft1config.o(.text+0x565): undefined reference to `initscr' ft1config.o(.text+0x56a): undefined reference to `cbreak' ft1config.o(.text+0x56f): undefined reference to `noecho' ft1config.o(.text+0x577): undefined reference to `stdscr' ft1config.o(.text+0x57c): undefined reference to `scrollok' ft1config.o(.text+0x583): undefined reference to `halfdelay' ft1config.o(.text+0x5c2): undefined reference to `stdscr' ft1config.o(.text+0x5c7): undefined reference to `wrefresh' ft1config.o(.text+0x5d1): undefined reference to `printw' ft1config.o(.text+0x658): undefined reference to `printw' ft1config.o(.text+0x672): undefined reference to `printw' ft1config.o(.text+0x6e8): undefined reference to `stdscr' ft1config.o(.text+0x6ed): undefined reference to `wrefresh' ft1config.o(.text+0x6f3): undefined reference to `stdscr' ft1config.o(.text+0x6f8): undefined reference to `wgetch' even though the source file has #include at the head of the list. I've tried -I/usr/include and "ncurses.h" with a link to the working directory and I'm out of ideas. What am I doing wrong, please? Thanks. Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message