home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.lang.c++:15873 gnu.g++.help:1411
- Newsgroups: comp.lang.c++,gnu.g++.help
- Path: sparky!uunet!srg!enewton
- From: enewton@uucp (Eric Newton x2092)
- Subject: Re: linking problem using class CursesWindow in libg++-2.2
- Reply-To: uunet.uu.net!srg!enewton
- Organization: means "in a rut"
- Date: 6 Nov 92 11:50:07
- Message-ID: <ENEWTON.92Nov6115007@vega.uucp>
- In-Reply-To: laufer@math.luc.edu's message of Sat, 24 Oct 1992 22:47:09 GMT
- References: <1992Oct24.224709.11092@lucpum.it.luc.edu>
- Sender: news@srg.srg.af.mil (Usenet news user)
- Lines: 20
-
-
- > I have a problem linking the following simple program using g++
- > 2.2.2) under SunOS 4.1.2. None of the curses-related routines are
- > found, and an error message is produced, although everything is in
- > the standard places. The problem doesn't occur on the RS6000. On
- > the Sparc, the program is linked using the following command:
- >
- > g++ -o window window.C -lcurses -ltermcap
- >
-
- Try:
-
- g++ -o window window.C -lg++ -lcurses -ltermcap
-
- -Eric
-
- --
- Remember to mail to: uunet.uu.net!srg!enewton "The more you complain,
- <or> enewton@oswego.oswego.edu the longer God lets you
- <or> enewton@access.digex.com live."
-