From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32673 invoked by alias); 27 Apr 2006 12:47:07 -0000 Received: (qmail 32658 invoked by uid 22791); 27 Apr 2006 12:47:06 -0000 X-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_50 X-Spam-Check-By: sourceware.org Received: from mailgate.urz.tu-dresden.de (HELO mailgate.urz.tu-dresden.de) (141.30.66.154) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 27 Apr 2006 12:47:04 +0000 Received: from [127.0.0.1] (helo=localhost) by mailgate.urz.tu-dresden.de with esmtp (exim-4.51) for id 1FZ5tZ-0006Ru-FS; Thu, 27 Apr 2006 14:46:57 +0200 Received: from mailgate.urz.tu-dresden.de ([127.0.0.1]) by localhost (rks24 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23837-12 for ; Thu, 27 Apr 2006 14:46:56 +0200 (MEST) Received: from [141.30.228.39] (helo=atlantis.wh2.tu-dresden.de) by mailgate.urz.tu-dresden.de with esmtp (exim-4.51) for id 1FZ5qj-0005dK-5c; Thu, 27 Apr 2006 14:44:01 +0200 Received: from [192.168.1.198] (dslb-088-073-234-147.pools.arcor-ip.net [88.73.234.147]) by atlantis.wh2.tu-dresden.de (Postfix) with ESMTP id 3CD7BC053 for ; Thu, 27 Apr 2006 14:43:52 +0200 (CEST) From: Lars Poeschel To: ecos-devel@ecos.sourceware.org Subject: configtool - no main() Date: Thu, 27 Apr 2006 12:47:00 -0000 User-Agent: KMail/1.8.3 MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200604271443.57560.larsi@wh2.tu-dresden.de> Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit X-TUD-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on rks24 X-TUD-Virus-Scanned: amavisd-new 2.3.1 (20050509) at tu-dresden.de X-IsSubscribed: yes Mailing-List: contact ecos-devel-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: ecos-devel-owner@ecos.sourceware.org X-SW-Source: 2006-04/txt/msg00019.txt.bz2 Hello! My configtool development is ongoing and I made an automake/autoconfig based configuration system work. I also rewrote the configtool to compile on unicode Systems, but finally the call to the Linker says: undefined reference to `main' And indeed, the whole configtool currently in CVS has no main() function. Can anybody say where and how the configtool is started ? Thanks, Lars Poeschel