Changes between Initial Version and Version 1 of Ticket #46826, comment 5


Ignore:
Timestamp:
Feb 12, 2015, 5:30:51 PM (9 years ago)
Author:
su-v
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46826, comment 5

    initial v1  
    77> }}}
    88
    9 If you want to compile a C++ application with a custom compiler (i.e. not a system compiler), you would have to make sure that at least all linked C++ libraries (glibmm, atkmm, pangomm, cairomm, gtkmm, etc, and probably also ImageMagick) are compiled with the same one, else the application will crash due to ABI incompatibilities.
     9If you want to compile a C++ application with a custom compiler (i.e. not a system compiler), you would have to make sure that at least all linked C++ libraries (glibmm, atkmm, pangomm, cairomm, gtkmm, etc, and probably also ImageMagick) are compiled with the same one, else the application will crash (or be highly unstable) due to ABI incompatibilities.