Thank you for your help. I also considered the method you mentioned, but decided to try compiling.
Fortunately, it was succeed to compile jni-inchi for IA64 server HP-UX. After reading the gcc documentation for HP-UX(IA64), I was able to succeed after modifying the option to create a shared library based on an existing Makefile for FreeBSD. The compiler and linker option for a shared library on HP-UX(IA64) is different to it of GNU GCC. Of course, it takes more time to verify that the program works well, the modified files include makefile will be sended to the jnati and jni-inchi developer and posted here on the mailing list. Thank you again. 2019년 12월 2일 (월) 오후 10:40, John Mayfield <john.wilkinson...@gmail.com>님이 작성: > Hi, > > Providing you don't try and get an InChI from OPSIN/CDK then everything > else will work. Do you really need an InChI? > > If you really do need it then I think the best option would be to build > the InChI library/executable yourself and then call out to it via system > exec via a Molfile: > > Runtime.getRuntime().exec("inchi input.mol"); // etc > > > You could also rebuild JNI-InChI but this is more complicated. > > John > > On Sun, 1 Dec 2019 at 12:55, 강신원 <idkan...@gmail.com> wrote: > >> Hi, all. >> >> I'm making a simple chemical substructure using CDK and OPSIN library. >> >> I recently got to know that my program should run on ia64 server using HP >> UX OS, but jni-inchi in the CDK and OPSIN does not support that platform. >> >> Is there any one who have binary jni-inchi library for that platform or >> know how to get it? >> >> Help, please. >> >> _______________________________________________ >> Cdk-user mailing list >> Cdk-user@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/cdk-user >> >
_______________________________________________ Cdk-user mailing list Cdk-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdk-user