Re: RFR: JDK-8167387: libjimage.so has a bad runpath

2016-10-11 Thread Magnus Ihse Bursie
On 2016-10-10 18:00, Erik Joelsson wrote: On Solaris libjimage.so has a weird extra runpath set, pointing into the install directory of Solaris Studio. JDK-8160630 changed libjimage to be compiled as C++ library as it should be. I forgot to add the linker flags LDFLAGS_CXX_JDK to the LDFLAGS

Re: RFR: JDK-8167387: libjimage.so has a bad runpath

2016-10-10 Thread Tim Bell
Erik: On Solaris libjimage.so has a weird extra runpath set, pointing into the install directory of Solaris Studio. JDK-8160630 changed libjimage to be compiled as C++ library as it should be. I forgot to add the linker flags LDFLAGS_CXX_JDK to the LDFLAGS of that library. All other C++ librari

RFR: JDK-8167387: libjimage.so has a bad runpath

2016-10-10 Thread Erik Joelsson
On Solaris libjimage.so has a weird extra runpath set, pointing into the install directory of Solaris Studio. JDK-8160630 changed libjimage to be compiled as C++ library as it should be. I forgot to add the linker flags LDFLAGS_CXX_JDK to the LDFLAGS of that library. All other C++ libraries in