roidayan / rdcp

Remote Data Copy (RDMA file copy program)
Other
5 stars 5 forks source link

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

Open roidayan opened 8 years ago

roidayan commented 8 years ago

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