a.out left in root directory when configuring --with-toolchain-type=clang (original) (raw)

Erik Joelsson erik.joelsson at oracle.com
Tue Mar 27 20:11:28 UTC 2018


https://bugs.openjdk.java.net/browse/JDK-8200267

On 2018-03-27 12:35, Martin Buchholz wrote:

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.



More information about the build-dev mailing list