This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: "Building GCJ for Windows" Scripts Issues


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/





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]