[mythtv] Mac Build broken even with --disable-mac-accel

Nigel Pearson nigel at ind.tansu.com.au
Fri Feb 17 06:38:08 UTC 2006


> This seems to be related to the libdvdnav changes:
>
> ld: common symbols not allowed with MH_DYLIB output format with the 
> -multi_module option
> ld: common symbols not allowed with MH_DYLIB output format with the 
> -multi_module option
> ../libmythdvdnav/libmythdvdnav-0.19.a(dvd_input.o) definition of 
> common _dvdinput_close (size 4)

	Try something like this at the end of lindvdnav.pro:

macx {
     QMAKE_CFLAGS_RELEASE += -fno-common
     QMAKE_CFLAGS_DEBUG   += -fno-common
}

--
Nigel Pearson, nigel at ind.tansu.com.au|"Look at this!
Telstra Dev. Lab, Sydney, Australia  | Do you think I put this in
Office:9814 4803     Fax:  9814 4897 |  to get better reception?"
Mobile: 0408 664435  Home: 9792 6998 | Batty - Fern Gully



More information about the mythtv-dev mailing list