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

checking for main in -ldouble-conversion... no #13

Closed
hljwang3874149 opened this issue Apr 13, 2016 · 4 comments
Closed

checking for main in -ldouble-conversion... no #13

hljwang3874149 opened this issue Apr 13, 2016 · 4 comments

Comments

@hljwang3874149
Copy link

on mac 10.11.3
Warning: boost-1.58.0 already installed
Warning: double-conversion-1.1.5 already installed
Warning: gflags-2.1.2 already installed
Warning: glog-0.3.4 already installed
Warning: libevent-2.0.22 already installed

i download double-conversion in /usr/local/Cellar/double-conversion
but can't found it . why?

@JohnnyYin
Copy link

I've had the same problem.

@bertmaher
Copy link
Contributor

To make sure you have double-conversion properly linked, can you do:

ls /usr/local/include/double-conversion 
ls /usr/local/lib/libdouble-conversion.a

and check that those actually exist?
If not try brew link double-conversion, or possible brew link --force double-conversion

@hljwang3874149
Copy link
Author

actually exist
bignum.h double-conversion.h ieee.h
cached-powers.h fast-dtoa.h strtod.h
diy-fp.h fixed-dtoa.h utils.h
localhost:double-conversion wangxiaolong$ ls /usr/local/lib/libdouble-conversion.a
/usr/local/lib/libdouble-conversion.a

@bertmaher
Copy link
Contributor

Ah, I think our configure check for double-conversion might be kinda broken even though it works on my dev box. I'll push an update.

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

3 participants