From Robert Karen@21:1/5 to All on Wed Feb 2 13:27:50 2022
I am trying to build tclcurl on mac.
I am following examples in the README.
I installed openssl and curl. curl works to get an https url.
but I get an error when I try to compile tclcurl. it is complaining
that it 'ld' didn't find -l:libcurl.a .
indeed the file is in the -L directory below.
can someone tell me what I am doing wrong? thanks for any help!
here is the (full) output of the tclcurl build script: