Menu

#94 1.13.3 - Allow UnitTest++ Makefile CXX to inherit from ENV

open
nobody
None
5
2014-08-18
2012-08-12
No

Currently in QuickFIX-1.13.3, the UnitTest++ Makefile is hardcoded to use

CXX = g++

It would help if that were instead

CXX ?= g++

so that UnitTest++ will build with the same compiler that QuickFIX does. This is important because some operating systems have more than one compiler which use incompatible CFLAGS. Inheriting the CFLAGS but not inheriting CXX can cause an error.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.