Re: [OpenJDK 2D-Dev] Name clash when using the system libjpeg

2014-05-13 Thread Andrew Hughes
- Original Message - > * Phil Race [2014-04-30 15:22]: > > On 4/30/2014 11:52 AM, Omair Majid wrote: > > > > > >In another thread, it was pointed out that j2 stands for "Java to". As > > >in "Java to lcms". > > Really ? That is not something that was obvious to me .. > > I don't think i

Re: [OpenJDK 2D-Dev] Name clash when using the system libjpeg

2014-04-30 Thread Omair Majid
* Phil Race [2014-04-30 15:22]: > On 4/30/2014 11:52 AM, Omair Majid wrote: > > > >In another thread, it was pointed out that j2 stands for "Java to". As > >in "Java to lcms". > Really ? That is not something that was obvious to me .. I don't think it's obvious to anyone :) I found out about it

Re: [OpenJDK 2D-Dev] Name clash when using the system libjpeg

2014-04-30 Thread Phil Race
On 4/30/2014 11:52 AM, Omair Majid wrote: In another thread, it was pointed out that j2 stands for "Java to". As in "Java to lcms". Really ? That is not something that was obvious to me .. Presumably libjavajpeg.so would also be just the 'stub' code that via JNI interfaces to the exported int

Re: [OpenJDK 2D-Dev] Name clash when using the system libjpeg

2014-04-30 Thread Omair Majid
* Phil Race [2014-04-30 14:33]: > The "j2" idea presumably comes from "Java 2" which was a marketing invention > for JDK 1.2 in 1998 and has since been purged from all our docs, > file names etc etc .. > so it would not be my choice. Consider it obsolete / deprecated .. In another thread, it was

Re: [OpenJDK 2D-Dev] Name clash when using the system libjpeg

2014-04-30 Thread Phil Race
The "j2" idea presumably comes from "Java 2" which was a marketing invention for JDK 1.2 in 1998 and has since been purged from all our docs, file names etc etc .. so it would not be my choice. Consider it obsolete / deprecated .. So libjavajpeg.so would be better. Presumably libjavajpeg.so w

Re: [OpenJDK 2D-Dev] Name clash when using the system libjpeg

2014-04-30 Thread Andrew Hughes
- Original Message - > Hi, > > After updating OpenJDK so that system versions of the giflib, libpng and > lcms2 libraries can be used by OpenJDK, I am looking at addressing > libjpeg next. > > The trouble here is that there is an actual name clash between (the > openjdk) libjpeg.so and

[OpenJDK 2D-Dev] Name clash when using the system libjpeg

2014-04-29 Thread Omair Majid
Hi, After updating OpenJDK so that system versions of the giflib, libpng and lcms2 libraries can be used by OpenJDK, I am looking at addressing libjpeg next. The trouble here is that there is an actual name clash between (the openjdk) libjpeg.so and (the system) libjpeg.so. Any suggestions on wh