Opened 11 years ago

Closed 5 years ago

#11189 closed Bug Report - General (Won't Fix)

CXX setting not propagating to zeromq Makefile

Reported by: krausedj@… 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

Change History (1)

comment:1 Changed 5 years ago by David Hampton

Resolution: Won't Fix
Status: newclosed

Zeromq has been removed from mythtv.

Note: See TracTickets for help on using tickets.