From mint-bounce@lists.fishpool.fi Sat Jul 30 05:53:53 2005 X-Original-To: fnaumann@mail.boerde.de Delivered-To: fnaumann@mail.boerde.de Subject: [MiNT] NCurses From: Mark Duckworth To: mint@fishpool.com Content-Type: text/plain Date: Fri, 29 Jul 2005 23:50:57 -0400 Message-Id: <1122695457.623.2.camel@evil.atari-source.com> Mime-Version: 1.0 X-Mailer: Evolution 2.2.2 (2.2.2-5) Content-Transfer-Encoding: 7bit X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-To: mint-bounce@lists.fishpool.fi X-original-sender: mduckworth@atari-source.com Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: X-Virus-Scanned: by amavisd-new at relay.boerde.de X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on relay.boerde.de X-Spam-Status: No, hits=2.5 tagged_above=-50.5 required=7.0 tests=AWL, BAYES_00, RCVD_IN_DSBL, RCVD_IN_SORBS X-Spam-Level: ** Hey guys, I have to build a new ncurses for something I'm working on. The C++ demo compiles and it says: g++ -o demo ../objects/demo.o -L../lib -lncurses++ -L../lib -lform -lmenu -lpanel -lncurses -lstdc++ /usr/lib/libc.a(main.o)(.text+0x4a0): undefined reference to `main' collect2: ld returned 1 exit status Which is somewhat disconcerting. If anyone has any idea why my GCC might be doing this I'd be much obliged. Anyway, I can just skip this if I don't build C++ bindings for ncurses. Does anyone know if progs in sparemint use the ncurses c++ bindings? Thanks, Mark