On Feb 2, 2015, at 15:06 55, Rob Landry <[email protected]> wrote:
> I'm trying to install Rivendell on an arm-based system and had to compile qt3 > from source. I was able to do that, but it seems I am missing libqt-mt, and > all the Googling in the world doesn't seem to lead me to the source code for > this library. You need to configure the build to use multithreading support (this is what the ‘mt’ signifies in the name of the binary). I don’t remember the specifics, but there is a switch that gets passed to ‘configure’ to enable this. ‘./configure —help’ should bring it up. Cheers! |----------------------------------------------------------------------| | Frederick F. Gleason, Jr. | Chief Developer | | | Paravel Systems | |----------------------------------------------------------------------| | A room without books is like a body without a soul. | | -- Cicero | |----------------------------------------------------------------------| _______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
