a.out left in root directory when configuring --with-toolchain-type=clang (original) (raw)
Martin Buchholz martinrb at google.com
Tue Mar 27 19:35:46 UTC 2018
- Previous message (by thread): Problem building openjdk using cygwin
- Next message (by thread): a.out left in root directory when configuring --with-toolchain-type=clang
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I notice that running bash ./configure ... leaves an a.out file in the root directory of the jdk, but only after adding configure flags
--with-toolchain-type=clang --with-toolchain-path=/usr/lib/llvm-3.9/bin
(i.e. not when building with default gcc)
Probably there's a test compilation whose output does not go into the build/ directory, and whose output is not cleaned up.
- Previous message (by thread): Problem building openjdk using cygwin
- Next message (by thread): a.out left in root directory when configuring --with-toolchain-type=clang
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]