Skip to content

Hardcoded gcc in makefiles fails when no gcc installed #116

Closed
@ghost

Description

Just tried building tidy-html5 on FreeBSD 10 (which ships clang, not gcc) and it fails because the makefile is hardcoded to assume gcc is installed. The POSIX standard says that systems must ship cc, so the correct approach is to call cc and let the OS call the correct compiler with that.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions