Skip to content

Compile error with gcc 4.4.7 #544

@tueda

Description

@tueda

msgpack-c fails to build with gcc 4.4.7 when compiled without C++11:

[ 54%] Building CXX object example/cpp03/CMakeFiles/simple.dir/simple.cpp.o
cc1plus: error: unrecognized command line option "-std=c++03"

Actually I can't find -std=c++03 in the document of gcc 4.4.7: https://gcc.gnu.org/onlinedocs/gcc-4.4.7/gcc/C-Dialect-Options.html#C-Dialect-Options, although a backport for that flag may be provided in some systems.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions