Linking cURL in Makefile

前端 未结 2 411
你的背包
你的背包 2021-01-13 14:59

I need link cURL in Ubuntu 11.04 after installed cURL by source code.

.

Correction of the PROBLEM

First I discovered that the -l must

2条回答
  •  旧时难觅i
    2021-01-13 15:33

    You are missing slashes at the start of the paths below

    -I/usr/local/include
    -L/usr/local/lib
    

提交回复
热议问题