Project

General

Profile

Feature #617

configure: check all libraries for compatibility

Added by John Abbott over 9 years ago. Updated over 9 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Portability
Target version:
Start date:
08 Sep 2014
Due date:
% Done:

0%

Estimated time:
Spent time:

Description

Currently the configuration scripts check that the BOOST libraries are compatible with libgmp, but there are no other compatibility checks.

Perhaps add a single file (with lots of #ifdef) which checks compatibility of all libraries; or there could be a separate file for each library?

Currently compilation proceeds until eventually some test fails to link properly -- this wastes a lot of the users' time.

History

#1 Updated by John Abbott over 9 years ago

The advantage of a single test is that it is easier to manage and maintain.
The advantage of a separate test for each ExtLib is that when there is an incompatibility, we can say which ExtLibs are incompatible (with GMP).

Separate tests would not reveal any incompatibility between different ExtLibs (but how likely would this be?)

Also available in: Atom PDF