Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Always use the -pthread option when compiling and linking your Ice applications.

Warning

The Linux binary distribution is not binary compatible with C++11 objects: you should not

Info

Don't build your source files with -std=c++0x-std=gnu++0x-std=c++11-std=gnu++11-std=c++14, or -std=gnu++14. The linux binary distribution is not binary compatible with objects built with these options 

In order to use any of these options when compiling your source files, you need to first rebuild Ice C++ from sources in C++11 mode.


Ztop

Java

To use Ice for Java, you must add Ice.jar to your CLASSPATH, as shown below:

...