Click here to Skip to main content
15,891,316 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Building your own? Pin
Sander Rossel13-Feb-20 23:38
professionalSander Rossel13-Feb-20 23:38 
GeneralRe: Building your own? Pin
k505413-Feb-20 23:47
mvek505413-Feb-20 23:47 
GeneralRe: Building your own? Pin
BillWoodruff14-Feb-20 0:35
professionalBillWoodruff14-Feb-20 0:35 
GeneralRe: Building your own? Pin
Mark_Wallace14-Feb-20 7:18
Mark_Wallace14-Feb-20 7:18 
AnswerRe: Building your own? Pin
lopatir13-Feb-20 23:36
lopatir13-Feb-20 23:36 
GeneralRe: Building your own? Pin
Sander Rossel13-Feb-20 23:41
professionalSander Rossel13-Feb-20 23:41 
GeneralRe: Building your own? Pin
kalberts14-Feb-20 2:29
kalberts14-Feb-20 2:29 
AnswerRe: Building your own? Pin
Daniel Pfeffer13-Feb-20 23:41
professionalDaniel Pfeffer13-Feb-20 23:41 
The real reason is that everyone and his kid brother have taken Linux, and bent/folded/stapled it so that it is incompatible with any other version (including those compiled for the same hardware). In other works, there is no agreed ABI which guarantees that a shared library compiled for x64 on one system will run on another x64 system.

In this jungle, the only way to ensure that code will work is to compile it locally. If the code compiles (sometimes - this is a big if...), it will probably work on your machine. Otherwise, you're SOL.

Note that even compiling without error is no guarantee of proper working - see Chemists bitten by Python scripts: How different OSes produced different results during test number-crunching • The Register
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows.
-- 6079 Smith W.

GeneralRe: Building your own? Pin
Sander Rossel13-Feb-20 23:44
professionalSander Rossel13-Feb-20 23:44 
GeneralRe: Building your own? Pin
BillWoodruff14-Feb-20 0:33
professionalBillWoodruff14-Feb-20 0:33 
GeneralRe: Building your own? Pin
Sander Rossel14-Feb-20 1:38
professionalSander Rossel14-Feb-20 1:38 
GeneralRe: Building your own? Pin
User 991608014-Feb-20 3:30
professionalUser 991608014-Feb-20 3:30 
GeneralRe: Building your own? Pin
BillWoodruff14-Feb-20 14:35
professionalBillWoodruff14-Feb-20 14:35 
GeneralRe: Building your own? Pin
W Balboos, GHB14-Feb-20 4:24
W Balboos, GHB14-Feb-20 4:24 
GeneralRe: Building your own? Pin
den2k8814-Feb-20 0:33
professionalden2k8814-Feb-20 0:33 
AnswerRe: Building your own? Pin
OriginalGriff13-Feb-20 23:45
mveOriginalGriff13-Feb-20 23:45 
GeneralRe: Building your own? Pin
CPallini13-Feb-20 23:50
mveCPallini13-Feb-20 23:50 
GeneralRe: Building your own? Pin
glennPattonWork314-Feb-20 0:31
professionalglennPattonWork314-Feb-20 0:31 
GeneralRe: Building your own? Pin
CPallini14-Feb-20 0:44
mveCPallini14-Feb-20 0:44 
GeneralRe: Building your own? Pin
glennPattonWork314-Feb-20 0:53
professionalglennPattonWork314-Feb-20 0:53 
GeneralRe: Building your own? Pin
CPallini14-Feb-20 0:59
mveCPallini14-Feb-20 0:59 
GeneralRe: Building your own? Pin
glennPattonWork314-Feb-20 1:15
professionalglennPattonWork314-Feb-20 1:15 
AnswerRe: Building your own? Pin
den2k8814-Feb-20 0:32
professionalden2k8814-Feb-20 0:32 
AnswerRe: Building your own? Pin
ZurdoDev14-Feb-20 0:55
professionalZurdoDev14-Feb-20 0:55 
QuestionRe: Building your own? Pin
CPallini14-Feb-20 1:01
mveCPallini14-Feb-20 1:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.