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

DINO -liconv on darwin #12

Open
rurban opened this issue Sep 30, 2017 · 0 comments
Open

DINO -liconv on darwin #12

rurban opened this issue Sep 30, 2017 · 0 comments

Comments

@rurban
Copy link

rurban commented Sep 30, 2017

darwin has /usr/lib/libiconv.dylib with _iconv_open, but LDFLAGS include -L/usr/local/lib/ which picks up the wrong (or right) /usr/local/lib/libiconv.dylib with _libiconv_open.

So LDFLAGS=-liconv is not enough, forcing the path would fix that. In CLISP facing the same problem we expanded the path.

I just added $(LDFLAGS) to dino_LDFLAGS and libdino_la_LDFLAGS, so I can override LDFLAGS on the command line.

@rurban rurban changed the title -liconv on darwin DINO -liconv on darwin Sep 30, 2017
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

No branches or pull requests

2 participants
@rurban and others