Menu

#1130 curl-config: line 138: CPPFLAG_CURL_STATICLIB: command not f

closed-fixed
libcurl (356)
5
2012-08-07
2012-07-29
No

With curl 7.27.0, I noticed this message when building bzflag, from running "curl-config --cflags":

curl-config: line 138: CPPFLAG_CURL_STATICLIB: command not found

curl -V output:
curl 7.27.0 (x86_64-unknown-linux-gnu) libcurl/7.27.0 NSS/3.13.5.0 zlib/1.2.5 libidn/1.25 libssh2/1.4.2
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp
Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz

I'm using Linux (Fedora 17).

It looks like $(CPPFLAG_CURL_STATICLIB) in curl-config should instead be ${CPPFLAG_CURL_STATICLIB} - see patch.

Discussion

  • Daniel Stenberg

    Daniel Stenberg - 2012-08-07
    • status: open --> closed-fixed
     
  • Daniel Stenberg

    Daniel Stenberg - 2012-08-07

    Thanks for the report, this problem is now fixed in the git repository.

    To try it out, you either checkout/update your git clone: http://curl.haxx.se/source.html

    or you try tomorrow's daily snapshot: http://curl.haxx.se/snapshots/