From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.54) id 1FCggY-0004I7-Ht for garchives@archives.gentoo.org; Fri, 24 Feb 2006 17:24:54 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id k1OHOLtK009238; Fri, 24 Feb 2006 17:24:21 GMT Received: from smtp07.web.de (smtp07.web.de [217.72.192.225]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id k1OHOLCH010686 for ; Fri, 24 Feb 2006 17:24:21 GMT Received: from [84.136.105.225] (helo=anomalie.manna.org) by smtp07.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.105 #340) id 1FCgg0-0007Hr-00 for gentoo-java@lists.gentoo.org; Fri, 24 Feb 2006 18:24:20 +0100 Date: Fri, 24 Feb 2006 18:26:29 +0100 From: Hanno Meyer-Thurow To: gentoo-java@lists.gentoo.org Subject: Re: [gentoo-java] work on gcj for gentoo Message-Id: <20060224182629.b5b50008.h.mth@web.de> In-Reply-To: <20060223122508.4d0884d2.h.mth@web.de> References: <20060221160425.b1478bdc.h.mth@web.de> <1140660592.28603.13.camel@procyon.operationaldynamics.com> <20060223122508.4d0884d2.h.mth@web.de> X-Mailer: Sylpheed version 2.1.9 (GTK+ 2.8.9; i686-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-java@gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: h.mth@web.de X-Sender: h.mth@web.de X-Archives-Salt: 57e07be8-5dc3-4d47-884c-6fcf6443c64b X-Archives-Hash: 77fa03722b8b68448d4eee251301aef2 On Thu, 23 Feb 2006 12:25:08 +0100 Hanno Meyer-Thurow wrote: > My next step: > > After 'make install' I will delete useless files and I will move > header files to fit into include/. If you have another better idea > please tell me. I added these configure switches: --mandir=/opt/${PN}-${SLOT}/share/man \ --infodir=/opt/${PN}-${SLOT}/share/info \ --with-gxx-include-dir=/opt/${PN}-${SLOT}/include \ What I see is that these can be disabled. libmudflap, libobjc, libssp ... that unrelated binaries like gcc, g++, etc. can be deleted. I also copy some headers to include/ to have them in one place for applications including them. No idea if that is needed. I still built them and did not delete that binaries because of an issue I hit with native build of gjdoc: /bin/sh ./libtool --tag=GCJ --mode=link gcj --classpath=. -fassume-compiled -I./src -I. -I/usr/share/antlr/lib/antlr.jar -I. -g -O2 -Wl,-O1 -o gjdoc --main=gnu.classpath.tools.gjdoc.Main -Dgnu.gcj.runtime.VMClassLoader.library_control=never -l-com-sun-javadoc -l-com-sun-tools-doclets-Taglet -l-gnu-classpath-tools-gjdoc antlr.so gcj --classpath=. -fassume-compiled -I./src -I. -I/usr/share/antlr/lib/antlr.jar -I. -g -O2 -Wl,-O1 -o .libs/gjdoc --main=gnu.classpath.tools.gjdoc.Main -Dgnu.gcj.runtime.VMClassLoader.library_control=never antlr.so /var/tmp/portage/gjdoc-0.7.7/work/gjdoc-0.7.7/.libs/lib-com-sun-javadoc.so /var/tmp/portage/gjdoc-0.7.7/work/gjdoc-0.7.7/.libs/lib-com-sun-tools-doclets-Taglet.so /var/tmp/portage/gjdoc-0.7.7/work/gjdoc-0.7.7/.libs/lib-gnu-classpath-tools-gjdoc.so /var/tmp/portage/gjdoc-0.7.7/work/gjdoc-0.7.7/.libs/lib-gnu-classpath-tools-gjdoc.so: undefined reference to `java::lang::Class::getSuperclass()' collect2: ld returned 1 exit status make[2]: *** [gjdoc] Fehler 1 Any concerns? Any ideas why it could fail? Regards, Hanno -- gentoo-java@gentoo.org mailing list