-
Notifications
You must be signed in to change notification settings - Fork 55
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
Comments
|
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 ? |
|
dmd -v runner.d |grep config |
timotheecour
added a commit
to timotheecour/SDC
that referenced
this issue
May 25, 2014
timotheecour
added a commit
to timotheecour/SDC
that referenced
this issue
May 25, 2014
Closed
deadalnix
pushed a commit
that referenced
this issue
May 25, 2014
|
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
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)
The text was updated successfully, but these errors were encountered: