I used this command:
*bash ./configure --enable-debug --with-target-bits=32
--with-toolchain-version=2017 --with-jvm-variants=client
--with-boot-jdk="/home/Franco/Java/jdk10/build/windows-x86-normal-client-fastdebug/jdk/";*
I tried Visual studio 2015 and 2017 (with-toolchain-version).
I attached config.log as you asked.
Thanks.

El sáb., 3 de nov. de 2018 a la(s) 04:43, Magnus Ihse Bursie (
magnus.ihse.bur...@oracle.com) escribió:

> Have you tried running
> /cygdrive/c/progra~1/micros~1/2017/commun~1/vc/tools/msvc/1415~1.267/bin/hostx86/x86/cl
>
> from the same prompt you ran configure to see what happens? It seems to
> have located a compiler but fails to run it.
>
> There is also a second log file, config.log, generated by autoconf. It
> will hopefully contain output from the failed run of CL, and the
> complete command line it used when it concluded that the C compiler
> cannot create executables.
>
> /Magnus
>
> On 2018-11-03 02:50, Franco Gastón Pellegrini wrote:
> > Hello,
> > When I try to compìle OpenJDK 11, I get an error. I tried using visual
> > studio 2015 and 2017 with the same error. *Note that compiling OpenJDK 9
> > and 10 work just fine.*
> >
> > I attached the log, but the error is:
> >
> > **********************************************************************
> > ** Visual Studio 2017 Developer Command Prompt v15.8.9
> > ** Copyright (c) 2017 Microsoft Corporation
> > **********************************************************************
> > [vcvarsall.bat] Environment initialized for: 'x86'
> > configure: Setting extracted environment variables
> > checking for Visual Studio variables... ok
> > configure: Rewriting ipath to
> >
> "/cygdrive/c/progra~1/micros~1/2017/commun~1/vc/tools/msvc/1415~1.267/include"
> > configure: Rewriting ipath to
> > "/cygdrive/c/progra~1/wi3cf2~1/netfxsdk/46d346~1.1/include/um"
> > configure: Rewriting ipath to
> > "/cygdrive/c/progra~1/wi3cf2~1/10/include/100171~1.0/ucrt"
> > configure: Rewriting ipath to
> > "/cygdrive/c/progra~1/wi3cf2~1/10/include/100171~1.0/shared"
> > configure: Rewriting ipath to
> > "/cygdrive/c/progra~1/wi3cf2~1/10/include/100171~1.0/um"
> > configure: Rewriting ipath to
> > "/cygdrive/c/progra~1/wi3cf2~1/10/include/100171~1.0/winrt"
> > configure: Rewriting ipath to
> > "/cygdrive/c/progra~1/wi3cf2~1/10/include/100171~1.0/cppwinrt"
> > configure: Rewriting libpath to
> >
> "/cygdrive/c/progra~1/micros~1/2017/commun~1/vc/tools/msvc/1415~1.267/lib/x86"
> > configure: Rewriting libpath to
> > "/cygdrive/c/progra~1/wi3cf2~1/netfxsdk/46d346~1.1/lib/um/x86"
> > configure: Rewriting libpath to
> > "/cygdrive/c/progra~1/wi3cf2~1/10/lib/100171~1.0/ucrt/x86"
> > configure: Rewriting libpath to
> > "/cygdrive/c/progra~1/wi3cf2~1/10/lib/100171~1.0/um/x86"
> > checking for cl...
> >
> /cygdrive/c/PROGRA~1/MICROS~1/2017/COMMUN~1/VC/Tools/MSVC/14.15.26726/bin/HostX86/x86/cl
> > configure: Rewriting CC to
> >
> "/cygdrive/c/progra~1/micros~1/2017/commun~1/vc/tools/msvc/1415~1.267/bin/hostx86/x86/cl"
> > checking resolved symbolic links for CC... no symlink
> > configure: Using microsoft C compiler version 19.15.26732.1 [Microsoft
> (R)
> > C/C++ Optimizing Compiler Version 19.15.26732.1 for x86]
> > checking whether the C compiler works... no
> > configure: error: in `/home/Franco/Java/jdk11':
> > configure: error: C compiler cannot create executables
> > See `config.log' for more details
> > configure exiting with result code 77
> >
> >
> >
>
>

-- 
Franco Gastón Pellegrini

Attachment: config.log
Description: Binary data

Reply via email to