Date: prev next · Thread: first prev next last
2015 Archives by date, by thread · List index


On 26.11.2015 15:00, ginu samuel wrote:
Hello,
    We have a project requirement to have parallel builds output for
cppunit 32 bit and 64 bit.

Although the lib files are created in separate directories lib and
lib64, the .o files are not kept separately. 
       After doing the build for 32 bit, 'clean' has to be done before
building for 64 bit.

since cppunit is using GNU autotools, this should already work (if you
know how).

for every build configuration, create a separate directory next to the
source directory, cd into the build directory and then invoke configure
via the path to the source directory. then no build files will be
generated in the source directory, so no conflict.

mkdir build_32 && cd build_32 && ../cppunit-x.y.z/configure --with-foo
--enable-bar && make


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.