compiling openJdk 11 on windows 7 32bits fail (original) (raw)
Franco Gastón Pellegrini francogpellegrini at gmail.com
Fri Nov 23 01:19:59 UTC 2018
- Previous message (by thread): compiling openJdk 11 on windows 7 32bits fail
- Next message (by thread): compiling openJdk 11 on windows 7 32bits fail
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
yes, it was gcc, for some reason it get broken. I reinstall cygwin and reconfigure it, an now it works, thanks!
El lun., 5 de nov. de 2018 a la(s) 07:00, Magnus Ihse Bursie ( magnus.ihse.bursie at oracle.com) escribió:
On 2018-11-04 06:16, Franco Gastón Pellegrini wrote: > 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.bursie at oracle.com) escribió: >> Have you tried running > /cygdrive/c/progra
1/micros1/2017/commun1/vc/tools/msvc/14151.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. >>> Let me re-iterate this question: Have you tried running /cygdrive/c/progra1/micros1/2017/commun1/vc/tools/msvc/14151.267/bin/hostx86/x86/cl from the same prompt you ran configure to see what happens? > Here is the relevant part of the config.log, it basically says it cannot compile a simple C program. You can try recreating conftest.c as shown in the log below, or try just any other simple C program. > configure:35681: checking whether the C compiler works configure:35703: /cygdrive/c/progra1/micros1/2017/commun1/vc/tools/msvc/14151.267/bin/hostx86/x86/cl conftest.c >&5 Microsoft (R) C/C++ Optimizing Compiler Version 19.15.26732.1 for x86 Copyright (C) Microsoft Corporation. All rights reserved. > conftest.c Microsoft (R) Incremental Linker Version 14.15.26732.1 Copyright (C) Microsoft Corporation. All rights reserved. > /out:conftest.exe conftest.obj LINK : fatal error LNK1104: cannot open file 'conftest.exe' configure:35707: $? = 2 configure:35745: result: no configure: failed program was: | /* confdefs.h */ | #define PACKAGENAME "OpenJDK" | #define PACKAGETARNAME "openjdk" | #define PACKAGEVERSION "openjdk" | #define PACKAGESTRING "OpenJDK openjdk" | #define PACKAGEBUGREPORT "build-dev at openjdk.java.net" <build-dev at openjdk.java.net> | #define PACKAGEURL "http://openjdk.java.net" <http://openjdk.java.net> | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:35750: error: in/home/Franco/Java/jdk11':_ _configure:35752: error: C compiler cannot create executables_ > _/Magnus_ >>> _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 >>Franco Gastón Pellegrini
- Previous message (by thread): compiling openJdk 11 on windows 7 32bits fail
- Next message (by thread): compiling openJdk 11 on windows 7 32bits fail
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]