Message-Id: <200312180209.hBI297fN011992@delorie.com> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-USANET-Auth: 216.52.8.245 AUTH thomaspan AT usa DOT net wtpan From: "Hu Thomas Pan" To: Subject: RE: ncurses struggles with LinuxTrade Date: Wed, 17 Dec 2003 18:08:36 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" In-Reply-To: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id hBI297fN011992 Hi all, I have tried to compile LinuxTrade 3.65 but failed to link ncursers 5.3-4. Here is the list of linking errors: $ make gcc  -g -O2 -Wall -Wno-format-y2k  -DBROKEN_LINKER -o linuxtrade -static linuxtr ade.o colon.o curse.o error.o debug.o rc.o streamer.o null.o advfn.o datek.o esi gnal.o moneyam.o moneynet.o quotemedia.o schwab.o scottrader.o sonictrading.o sw issquote.o yahoo.o pref.o srpref.o stocklist.o help.o chart.o info.o news.o arti cle.o arca.o island.o qml2.o l2sr.o inplay.o updown.o splits.o markcal.o symlook up.o alert.o alertipo.o regsha1.o optchain.o holdings.o bloomearn.o quiet.o wsrn earn.o exthours.o toolmode.o minihtml.o sgml.o p2open.o futs.o ma.o util.o  -lpt hread -lm linuxtrade.o(.text+0x13fd): In function `add_from_stocklist': /cygdrive/c/download/linuxtrade-3.65/linuxtrade.c:501: undefined reference to `_ mvprintw' linuxtrade.o(.text+0x1446):/cygdrive/c/download/linuxtrade-3.65/linuxtrade.c :512 : undefined reference to `_LINES' linuxtrade.o(.text+0x1471):/cygdrive/c/download/linuxtrade-3.65/linuxtrade.c :498 : undefined reference to `_COLS' linuxtrade.o(.text+0x1489):/cygdrive/c/download/linuxtrade-3.65/linuxtrade.c :498 : undefined reference to `_LINES' linuxtrade.o(.text+0x15dc): In function `trigger_add': /cygdrive/c/download/linuxtrade-3.65/linuxtrade.c:575: undefined reference to `_ beep' linuxtrade.o(.text+0x23e0): In function `set_color': /cygdrive/c/download/linuxtrade-3.65/linuxtrade.c:903: undefined reference to `_ stdscr' …… Any idea? I have tried -DBROKEN_LINKER but still, I got the same errors. Best, Thomas -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/