Redex: checking for main in -ldouble-conversion... no

Created on 13 Apr 2016  路  4Comments  路  Source: facebook/redex

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?

Most helpful comment

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.

All 4 comments

I've had the same problem.

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

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

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

gydeveloper picture gydeveloper  路  5Comments

maocanmao picture maocanmao  路  6Comments

awelc picture awelc  路  3Comments

pawelkw picture pawelkw  路  6Comments

benjamin-bader picture benjamin-bader  路  7Comments