From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sascha Wilde Newsgroups: gmane.emacs.devel Subject: Re: Problems with EDE Date: Fri, 09 Oct 2009 14:42:02 +0200 Message-ID: References: <87hbun9jbs.fsf@stupidchicken.com> <1254397096.16450.84.camel@projectile.siege-engine.com> <1254575261.6961.23.camel@projectile.siege-engine.com> <873a5wbed3.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1255092157 12770 80.91.229.12 (9 Oct 2009 12:42:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 9 Oct 2009 12:42:37 +0000 (UTC) Cc: eric@siege-engine.com, emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 09 14:42:27 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MwEnV-0001MV-E6 for ged-emacs-devel@m.gmane.org; Fri, 09 Oct 2009 14:42:13 +0200 Original-Received: from localhost ([127.0.0.1]:59777 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MwEnU-0007rA-Sb for ged-emacs-devel@m.gmane.org; Fri, 09 Oct 2009 08:42:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MwEnP-0007r2-Vb for emacs-devel@gnu.org; Fri, 09 Oct 2009 08:42:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MwEnO-0007qO-To for emacs-devel@gnu.org; Fri, 09 Oct 2009 08:42:06 -0400 Original-Received: from [199.232.76.173] (port=43546 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MwEnO-0007qL-N6 for emacs-devel@gnu.org; Fri, 09 Oct 2009 08:42:06 -0400 Original-Received: from mail2.sha-bang.de ([78.47.120.114]:33056 helo=mail.sha-bang.de) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MwEnN-0007rs-PW for emacs-devel@gnu.org; Fri, 09 Oct 2009 08:42:06 -0400 Original-Received: from kenny.sha-bang.local (xdslcy239.osnanet.de [89.166.152.239]) by mail.sha-bang.de (Postfix) with ESMTPSA id 43B3054E; Fri, 9 Oct 2009 14:42:03 +0200 (CEST) Original-Received: from wilde by kenny.sha-bang.local with local (Sha Bang MUA v.0711184.68) ID 1MwEnK-0004ey-SQ; Fri, 09 Oct 2009 14:42:02 +0200 In-Reply-To: (Sascha Wilde's message of "Fri, 09 Oct 2009 14:34:02 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:116015 Archived-At: Sascha Wilde wrote: > With target type "sharedobject" ede projects build shared libraries. > Using an ede automake project building such an target fails in tow > respects: Building sharedobjects in ede make projects fails, too: -*- mode: compilation; default-directory: "/tmp/cedet-test5/" -*- Compilation started at Fri Oct 9 14:39:45 make -f Makefile libfoo.so gcc -march=athlon-xp -O3 -c greet.c gcc -march=athlon-xp -O3 -L. -o libfoo.so greet.o /usr/lib/crt1.o: In function `_start': (.text+0x18): undefined reference to `main' collect2: ld returned 1 exit status make: *** [libfoo.so] Error 1 Compilation exited abnormally with code 2 at Fri Oct 9 14:39:45 sascha -- Sascha Wilde "There is no reason why anyone would want a computer in their home" Ken Olson, DEC, 1977