Skip to content

Don't use .o at the end of executable file names #12

@cwant

Description

@cwant

A lot of the examples create executables with a .o at the end of the file names, e.g.,

chpl --fast hello.chpl -o hello.o

Having an executable file with an extension .o defies the typical convention of .o files (an object file: compiled but unlinked code, which can't be executed on its own).

I would recommend (and am willing to do the work) to change the examples, for example replacing the above example with:

chpl --fast hello.chpl -o hello

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