This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: build failure on darwin
- From: andreas tobler <toa at pop dot agri dot ch>
- To: GCC-Java <java at gcc dot gnu dot org>
- Date: Fri, 22 Feb 2002 22:30:02 +0100
- Subject: Re: build failure on darwin
- References: <20020222181125.9379@pop.agri.ch>
>For what's worth:
>
>@CXX@ -DHAVE_CONFIG_H -I. -I../../../gcc/libjava -I./include -I./gcj -
>I../../../gcc/libjava -Iinclude -I../../../gcc/libjava/include -I../../
>./gcc/libjava/libltdl -I../../../gcc/libjava/libltdl -I../../../gcc/
>libjava/.././libjava/../gcc -I../../../gcc/libjava/../zlib -I../../../
>gcc/libjava/../libffi/include -I../libffi/include -fno-rtti -fnon-call-
>exceptions -fdollars-in-identifiers -I/usr/X11R6/include -W -Wall -
>D_GNU_SOURCE -DPREFIX="\"/Volumes/reserved1/gcctmp\"" -g -O2 -c ../../../
>gcc/libjava/gij.cc
>zsh: command not found: @CXX@
>make[1]: *** [gij.o] Error 1
>make: *** [all-recursive] Error 1
>
>Since today.
>
Found it, it seems that I only can do a make from the top config
directory. Means I can't step down to libjava and do a make if something
is failing. I have to do it from the objdir where I configured the gcc.
Thanks, life is becoming easier especially with things like that where
you spend a few hours to find out and can't go on with subjects that are
more important.
Andreas
And yes, I know I'm the only one doing a build of libgcj on darwin..... ;-(