[mythtv-commits] Ticket #11189: CXX setting not propagating to zeromq Makefile
MythTV
noreply at mythtv.org
Mon Oct 22 00:11:30 UTC 2012
#11189: CXX setting not propagating to zeromq Makefile
------------------------+--------------------------------------
Reporter: krausedj@… | Type: Bug Report - General
Status: new | Priority: trivial
Milestone: unknown | Component: MythTV - General
Version: 0.26-fixes | Severity: low
Keywords: CXX CC GCC | Ticket locked: 0
------------------------+--------------------------------------
When attempting to build, when setting
configure \
--prefix=/mnt/local/mythtv/output \
--cc=/mnt/local/gcc/gcc-4.7.2/output/bin/gcc \
--cxx=/mnt/local/gcc/gcc-4.7.2/output/bin/g++ \
It seems that when issuing make, the setting does not make it to the
zeromq Makefile. I end up getting "Checking for working C++ Compiler ...
no".
The reason I do not believe it is propagating is that if I set an env
variable, it works okay.
Workaround:
env CC=/mnt/local/gcc/gcc-4.7.2/output/bin/gcc
CXX=/mnt/local/gcc/gcc-4.7.2/output/bin/g++ make
--
Ticket URL: <http://code.mythtv.org/trac/ticket/11189>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
More information about the mythtv-commits
mailing list