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

Test for natdynlink in Makefile fails #5125

Closed
vicuna opened this issue Aug 13, 2010 · 1 comment
Closed

Test for natdynlink in Makefile fails #5125

vicuna opened this issue Aug 13, 2010 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Aug 13, 2010

Original bug ID: 5125
Reporter: jessicah
Status: closed (set by @xclerc on 2010-11-25T12:25:16Z)
Resolution: not a bug
Priority: normal
Severity: major
Version: 3.12.0
Fixed in version: 3.12.1+dev
Category: ~DO NOT USE (was: OCaml general)

Bug description

make opt.opt && install fails when $(NATDYNLINK) is not defined.

Additional information

otherlibs/dynlink/Makefile:73: if $(NATDYNLINK); then \

When not defined, you get: "if ; then " which is syntactically incorrect. I changed to: if ! -z "$(NATDYNLINK)" to workaround the bug.

@vicuna
Copy link
Author

vicuna commented Aug 13, 2010

Comment author: jessicah

Oops! The configure script changed a whole bunch from the development snapshot I had... :P

@vicuna vicuna closed this as completed Nov 25, 2010
@vicuna vicuna added the bug label Mar 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant