This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: "Building GCJ for Windows" Scripts Issues
- From: Mohan Embar <gnustuff at thisiscool dot com>
- To: Ranjit Mathew <rmathew at gmail dot com>
- Cc: Andi Vajda <andi at osafoundation dot org>, GCJ <java at gcc dot gnu dot org>
- Date: Mon, 24 Jul 2006 12:19:34 -0500
- Subject: Re: "Building GCJ for Windows" Scripts Issues
- Reply-to: gnustuff at thisiscool dot com
Hi Ranjit,
>On your build machine, try this (in a suitably junk folder):
>
> touch Imakefile
> xmkmf
> grep INCROOT Makefile
>
>On my machine, I see:
>
> INCROOT = /usr/X11R6/include
>
>On your machine, you probably have "/usr/include" in there too.
FWIW, my grep returns this (FC5):
INCROOT = /usr/include
BUILDINCROOT = $(TOP)/exports
BUILDINCDIR = $(BUILDINCROOT)/include
XBUILDINCROOT = $(XTOP)/exports
XBUILDINCDIR = $(XBUILDINCROOT)/include/X11
XBUILDBINDIR = $(XBUILDINCROOT)/bin
INCDIR = $(INCROOT)
INCLUDESRC = $(BUILDINCROOT)/include
TOP_INCLUDES = -I$(INCROOT) $(TOP_X_INCLUDES)
-- Mohan
http://www.thisiscool.com/
http://www.animalsong.org/