Skip to content

order of arguments to compiler cause an error on some distros #5

@roidayan

Description

@roidayan

executing make generated the command which fails:

cc -Wall -libverbs -lrdmacm -lpthread rdcp.c -o rdcp

moving rdcp.c as first argument seems to work
cc rdcp.c -Wall -libverbs -lrdmacm -lpthread -o rdcp

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