On Tue, Nov 17, 2015 at 09:55:27PM +0100, Jean-Marc Lasgouttes wrote:
> Le 17/11/15 17:47, Scott Kostyshak a écrit :
> >On Tue, Nov 17, 2015 at 05:09:03PM +0100, Jean-Marc Lasgouttes wrote:
> >>Le 17/11/2015 16:32, Scott Kostyshak a écrit :
> >>>The following command exits without error for me:
> >>>
> >>>./autogen.sh && ./configure --enable-build-type=pre 
> >>>--enable-monolithic-build=yes && make
> >>>
> >>>Is there another make target I should check?
> >>
> >>Do you tun "make distcheck" too? (this is unrelated to monolithic builds).
> >
> >Yes I will have this in my script that tests the builds. I just meant as
> >far as monolithic builds. My script does the following for a few
> >different configurations:
> >
> >
> >echo "testing autotools monolithic..."
> >git reset --hard
> >git clean -xdf
> >./autogen.sh && ./configure --enable-build-type=pre
> >--enable-monolithic-build=yes && make && make check && make distcheck &&
> >echo "ALL TESTS PASSED"
> >
> >echo "testing without nls..."
> >git reset --hard
> >git clean -xdf
> >./autogen.sh && ./configure --enable-build-type=pre --disable-nls &&
> >make && make check && make distcheck && echo "ALL TESTS PASSED"
> >
> >
> >Any other configure options you think would be good to test? Any other
> >ways to test (in addition to make check and make distcheck)?
> 
> If you have time to waste, you can also compile with clang++. And also try
> --disable-cxx11-mode. Or try both.

I don't have time to waste, but my computer does :). I will test with
clang++ and also --disable-cxx11-mode. Should I test the monolithic
build with clang++ or is that not needed?

> I thin that gcc5 does not work with --disable-cxx11-mode. But I did not have
> time to look at it more closely.

Good to know.

Scott

Attachment: signature.asc
Description: PGP signature

Reply via email to