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

ld: library not found for -lphobos2 #55

Open
timotheecour opened this issue May 24, 2014 · 3 comments
Open

ld: library not found for -lphobos2 #55

timotheecour opened this issue May 24, 2014 · 3 comments

Comments

@timotheecour
Copy link
Contributor

on mac running make I get: ld: library not found for -lphobos2
problem goes away after I edit LDFLAGS to add -L/path/to/std
would be good to guess this from dmd.conf (itself deduced from dmd binary)

@deadalnix
Copy link
Contributor

Not sure what to do with that one. It is difficult to get the info from dmd.conf . Is there a way for dmd to spit out its conf ?

@timotheecour
Copy link
Contributor Author

dmd -v runner.d |grep config

@deadalnix
Copy link
Contributor

Semi solved. You can specify the path explicitly with LIB_PATH when making. Half satisfying :(

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