Re: pyilmbase 2.2.0 build - boost::python test program failure
Peter Hillman <[email protected]> Thu, 6 Oct 2016 13:36:34 +1300
| Newsgroups | gmane.comp.video.openexr.devel |
|---|---|
| Message-ID | <[email protected]> |
The config.log file should give more detail. It's very verbose, so search for "boost::python" related entries in it - somewhere around one of those you should get the actual error the compiler gave when trying to link the test program. My guess would be that boost-lib-dir or boost-python-libname are incorrect, or there's some incompatibility between the pyilmbase compile and boost or python. It's also possible it's somehow muddling up two different boost or python builds on your system. Again, the config.log file should give the fully resolved include and library paths it attempted to use for compiling and linking the test program. On 05/10/16 21:39, f.michal wrote: > > Hello ! > > I'm trying to build pyilmbase 2.2.0 against custom builds of boost and > python, and I fail with this error message: > > > checking for boost::python... no > *** Could not run the boost::python test program, checking why... > *** The boost::python test program could be compiled, but could not be > dynamically. > *** or statically linked. > > I have LD_LIBRARY_PATH pointing where it should (boost/stage/lib, > python libs etc.) > > I also tried ./configure with these options: > > --with-boost-include-dir > --with-boost-lib-dir > --with-boost-python-libname > > ...nothing helps. I've seen a similar problem post but didn't find > solution. Also I looked into configure script but I got hearth attack :) > > Can I do anything to push this or help debug ? > > I'm under CentOS 6.5 and building with Red Hat DTS 2.1 (g++ v4.8.2) - > as required by Maya2017 docs... > > thanks > > -michal > > > > > > _______________________________________________ > Openexr-devel mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/openexr-devel _______________________________________________ Openexr-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/openexr-devel