sön 2010-08-29 klockan 15:17 +0200 skrev [email protected]: > A > No need to do, I think. It's like cross compiling python. maybe, it's > possible to first create cf_gen with host compiler and set a variable > for make command, which says, which cf_gen to use. So, host cf_gen could > be renamed to hostcf_gen. > > cf_gen='hostcf_gen' make
Problem here is that cf_gen gets a lot of configure details compiled ín. The above only works if the configure arguments when you compile cf_gen is very close to what you use for building squid. But it's also pretty much what the cross compile setups I have seen for Squid is doing. Regards Henrik
