Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

undefined reference to `Curl_month' when configured with --disable-dateparse #4325

Closed
rohieb opened this issue Sep 11, 2019 · 0 comments
Closed
Assignees
Labels

Comments

@rohieb
Copy link

rohieb commented Sep 11, 2019

I did this

  • downloaded and extracted curl 7.66.0
  • ./configure --disable-dateparse && make -j20, but make throws errors:
  CCLD     curl
/usr/bin/ld: ../lib/.libs/libcurl.so: undefined reference to `Curl_wkday'
/usr/bin/ld: ../lib/.libs/libcurl.so: undefined reference to `Curl_month'

I expected the following

No errors.

curl/libcurl version

7.66.0, reproducable with 7.65.4

operating system

Debian GNU/Linux 10 (buster)

@bagder bagder self-assigned this Sep 11, 2019
@bagder bagder added the build label Sep 11, 2019
bagder added a commit that referenced this issue Sep 12, 2019
If FILE or FTP are enabled, since they also use them!

Reported-by: Roland Hieber
Fixes #4325
@bagder bagder closed this as completed in 83b4cfa Sep 13, 2019
LeSpocky pushed a commit to LeSpocky/ptxdist that referenced this issue Sep 23, 2019
Pin down all loose configure options, except for those --with-*
options that don't understand a --without-*. Note that
--disable-dateparse is currently broken [1], so keep it enabled.

[2]: curl/curl#4325

Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
@lock lock bot locked as resolved and limited conversation to collaborators Dec 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging a pull request may close this issue.

2 participants