Skip to content

make under Fedora 32 fails: No rule to make target '-lgomp' #170

@boom1

Description

@boom1

$ make
make: *** No rule to make target '-lgomp', needed by 'src/HexEditorGui.o'. Stop.

IMHO it is not good to try to create $(LIBS), especially not "-lgomp".
Below patch fixes this by introducing $(LOCAL_LIBS), which are meant to be "made" by make. Then $(LIBS) is just "-lgomp", which is an external dependency of the project.
patch.txt

PS: Maybe there is a better name than LOCAL_LIBS.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions