Opened 13 years ago
Closed 6 years ago
#11189 closed Bug Report - General (Won't Fix)
CXX setting not propagating to zeromq Makefile
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | trivial | Milestone: | unknown |
Component: | MythTV - General | Version: | 0.26-fixes |
Severity: | low | Keywords: | CXX CC GCC |
Cc: | Ticket locked: | no |
Description
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
Note: See
TracTickets for help on using
tickets.
Zeromq has been removed from mythtv.