What could prevent from running a binary on linux distribution compiled on a different platform ?
Posted
by yves Baumes
on Stack Overflow
See other posts from Stack Overflow
or by yves Baumes
Published on 2010-04-19T17:57:58Z
Indexed on
2010/04/19
18:13 UTC
Read the original article
Hit count: 300
We have 2 different compilation machine: red hat as4 and as5. Our architects require us, developers, to compile our program on those 2 platforms each time before copying them on their respective machine in production.
What could prevent us from compiling our application on one machine only (let say the red has as 4 for instance) and deploy that binary on all target platform instead ?
What is your point of view and could you pinpoint specific issues you've encountered with doing so ? What issues may I face with doing so ?
© Stack Overflow or respective owner