This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: Successful bootstrap of gcc-3.3.4-20040517 snapshot on i686-pc-cygwin


> -----Original Message-----
> From: Gerrit P. Haase 
> Sent: 07 June 2004 20:26
> To: gcc
> Cc: Dave Korn
> Subject: Re: Successful bootstrap of gcc-3.3.4-20040517 
> snapshot on i686-pc-cygwin
> 
> Hello Dave,

  Hi Gerrit,

> Isn't java/libjava enabled by default?
> 
> Have you tried to build libjava and the java comopiler as well?

  Configure said:

---------snip---------
Configuring for a i686-pc-cygwin host.
*** This configuration is not supported in the following subdirectories:
     target-libffi target-boehm-gc target-zlib target-libjava
    (Any other directories should still work fine.)
---------snip---------

, but if I cd into the gcc build dir I find that it has actually built the
gcj and jc1 exes.  There is an "all-target-libjava" in the top level
makefile and that builds successfully but it doesn't seem to generate
anything except libgcc.  There's a "check-java" target in the gcc/ subdir
makefile, but it has no dependencies and no rules.

  I imagine it's down to these lines (#457-461) in configure.in, isn't it ?

  *-*-cygwin*)
    target_configdirs="$target_configdirs target-libtermcap target-winsup"
    noconfigdirs="$noconfigdirs target-gperf target-libgloss ${libgcj}"
    # always build newlib.
    skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`




    cheers, 
      DaveK
-- 
Can't think of a witty .sigline today....


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