shendurelab / LACHESIS

The LACHESIS software, as described in Nature Biotechnology (http://dx.doi.org/10.1038/nbt.2727)
Other
76 stars 33 forks source link

configure: error: cannot run /bin/sh ./config.sub #31

Open fidelram opened 7 years ago

fidelram commented 7 years ago

Hi,

When I run ./configure I always get the following message:

configure: error: cannot run /bin/sh ./config.sub

In the configure file I found:

# These three variables are undocumented and unsupported,
# and are intended to be withdrawn in a future Autoconf release.
# They can cause serious problems if a builder's source tree is in a directory
# whose full name contains unusual characters.
ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.

I wonder if perhaps config.sub and config.guess are missing in the repository?

fidelram commented 7 years ago

In case it helps, I manage to pass this issue by typing:

autoreconf --install

before ./configure

teedeedubya commented 7 years ago

@fidelram Edit again (updating to account for road bumps encountered during "make")

This is exactly what i did, in this order.

Cheers, Tony

dpryan79 commented 7 years ago

This ends up getting solved by #28. It boggles my mind why #28 hasn't been fully implemented in the github repository and the installation instructions updated.