LINUX servo inverted angle then on WINDOWS

Why the same arduino application reacts diferently on linux arduino and on windows.
Programmed application for robot arb nortol using servo. And on windows compiling and upploading works fine, but in linux same aplication all servos go to other sit than it has to. So why is servo 0 on windows go to one side and on linux it gos to other side? :~

Perhaps if we could see the offending articles, we could help.

I noticed a difference in the past, due to different versions of the Arduino and avr gcc.

Do you use the latest version?
For linux you can download the newest version, and unpack it in a directory, and use it from there.

Do you use normal code? Initializing variables, and so.