Hi - > I've committed the attached patch which should correct the problem of > shCfg.cxx being compiled and linked twice. > [...] > 2006-11-29 Dave Brolley > > * sidtargets.m4 (sidtarget_sh_or_sh64): New variable. > (SIDTARGET_SH_OR_SH64): New automake conditional using > sidtarget_sh_or_sh64. > [...] Would it be possible to simply always compile in the shCfg.cxx file? Protect it with an embedded #if SIDTARGET_SH | SIDTARGET_SH64 if you really must. - FChE