From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Eric M. Ludlam" Newsgroups: gmane.emacs.devel Subject: Re: Problems with EDE Date: Fri, 09 Oct 2009 20:24:25 -0400 Message-ID: <1255134265.6961.455.camel@projectile.siege-engine.com> 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> Reply-To: eric@siege-engine.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1255134268 16550 80.91.229.12 (10 Oct 2009 00:24:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 10 Oct 2009 00:24:28 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org To: Sascha Wilde Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 10 02:24:17 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 1MwPks-0001cy-PY for ged-emacs-devel@m.gmane.org; Sat, 10 Oct 2009 02:24:15 +0200 Original-Received: from localhost ([127.0.0.1]:56228 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MwPkr-0004Jq-R9 for ged-emacs-devel@m.gmane.org; Fri, 09 Oct 2009 20:24:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MwPkl-0004IB-NM for emacs-devel@gnu.org; Fri, 09 Oct 2009 20:24:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MwPkk-0004Ha-PF for emacs-devel@gnu.org; Fri, 09 Oct 2009 20:24:07 -0400 Original-Received: from [199.232.76.173] (port=37336 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MwPkk-0004HS-M0 for emacs-devel@gnu.org; Fri, 09 Oct 2009 20:24:06 -0400 Original-Received: from static-71-184-83-10.bstnma.fios.verizon.net ([71.184.83.10]:38569 helo=projectile.siege-engine.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MwPkj-0007Du-Im for emacs-devel@gnu.org; Fri, 09 Oct 2009 20:24:05 -0400 Original-Received: from projectile.siege-engine.com (localhost [127.0.0.1]) by projectile.siege-engine.com (8.14.3/8.14.3/Debian-6) with ESMTP id n9A0OQRx020100; Fri, 9 Oct 2009 20:24:26 -0400 Original-Received: (from zappo@localhost) by projectile.siege-engine.com (8.14.3/8.14.3/Submit) id n9A0OP0t020099; Fri, 9 Oct 2009 20:24:25 -0400 X-Authentication-Warning: projectile.siege-engine.com: zappo set sender to eric@siege-engine.com using -f In-Reply-To: X-Mailer: Evolution 2.26.1 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:116041 Archived-At: Hi Sascha, I appreciate the investigations you've been doing. So you know, the only things I can guarantee to work are the tests running in the CEDET repository. They are in cedet/tests/. This test suite creates code off in /tmp and runs against Make and Automake targets. Ideally, when I fix things, I try to add tests for them. I only caught the testing bug for CEDET long after I wrote most of EDE, so there is much left to do here. I'm interested in working with you to get these types of issues fixed, but I know I won't have much time till after the Punkin Chunk which is Nov 6/7/8 of this year. Thanks Eric On Fri, 2009-10-09 at 14:42 +0200, Sascha Wilde wrote: > 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