Re: [Dnsmasq-discuss] On a 64bit system, what switches create a 32bit binary.

2016-04-12 Thread Kurt H Maier
On Mon, Apr 11, 2016 at 10:42:49PM -0500, Rob Townley wrote: > My name server runs on 32bit hardware, but all other machines are 64bit OS > on 64bit hardware. > > egrep -R -i '386|x86|32bit' did not come back with much relevant info. > > dnsmasq runs on all kinds of disparate hardware, so i know

Re: [Dnsmasq-discuss] On a 64bit system, what switches create a 32bit binary.

2016-04-12 Thread Marc Branchaud
On 16-04-12 02:37 PM, Rob Townley wrote: > Yes, compile on 64bit machine to run on a 32bit machine. Same OS. To do this you need to have a cross-compilation toolchain, which is a build of gcc, ld and other tools, plus libc and any other libraries dnsmasq needs, that runs on your host (64bit)

[Dnsmasq-discuss] On a 64bit system, what switches create a 32bit binary.

2016-04-12 Thread Ryan Zev Solomon
Yes, compile on 64bit machine to run on a 32bit machine. Same OS. To do this you need to have a cross-compilation toolchain, which is a build of gcc, ld and other tools, plus libc and any other libraries dnsmasq needs, that runs on your host (64bit) system but outputs binaries for your target

Re: [Dnsmasq-discuss] On a 64bit system, what switches create a 32bit binary.

2016-04-12 Thread Rob Townley
Yes, compile on 64bit machine to run on a 32bit machine. Same OS. On Tue, Apr 12, 2016 at 10:14 AM, wrote: > On 04/11/2016 11:42 PM, Rob Townley wrote: > >> My name server runs on 32bit hardware, but all other machines are 64bit >> OS on >> 64bit hardware. >> >> egrep -R -i

Re: [Dnsmasq-discuss] On a 64bit system, what switches create a 32bit binary.

2016-04-12 Thread wkitty42
On 04/11/2016 11:42 PM, Rob Townley wrote: My name server runs on 32bit hardware, but all other machines are 64bit OS on 64bit hardware. egrep -R -i '386|x86|32bit' did not come back with much relevant info. dnsmasq runs on all kinds of disparate hardware, so i know it is done everyday.

[Dnsmasq-discuss] On a 64bit system, what switches create a 32bit binary.

2016-04-11 Thread Rob Townley
My name server runs on 32bit hardware, but all other machines are 64bit OS on 64bit hardware. egrep -R -i '386|x86|32bit' did not come back with much relevant info. dnsmasq runs on all kinds of disparate hardware, so i know it is done everyday. (CentOS6 systems.)