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

Wrong LDFLAGS on FreeBSD #67

Closed
clausecker opened this issue Oct 4, 2021 · 1 comment · Fixed by #68
Closed

Wrong LDFLAGS on FreeBSD #67

clausecker opened this issue Oct 4, 2021 · 1 comment · Fixed by #68
Assignees

Comments

@clausecker
Copy link

The configure.ac scripts sets up LDFLAGS for FreeBSD to the value

LDFLAGS="$LDFLAGS -export-dynamic -L/usr/local/lib"

The option -export-dynamic is interpreted as an option -e (set entry point) with operand xport-dynamic which is nonsensical and causes spurious configure test failures. Please patch LDFLAGS to use -Wl,-E as on other platforms instead.

esproul added a commit that referenced this issue Oct 4, 2021
@esproul esproul self-assigned this Oct 4, 2021
esproul added a commit that referenced this issue Oct 5, 2021
@esproul
Copy link
Collaborator

esproul commented Oct 5, 2021

@clausecker this should now be fixed. Thanks for the report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants