Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

./configure calling for a missing option? #10

Open
herrold opened this issue Dec 23, 2013 · 2 comments
Open

./configure calling for a missing option? #10

herrold opened this issue Dec 23, 2013 · 2 comments
Assignees
Labels

Comments

@herrold
Copy link

herrold commented Dec 23, 2013

  • /bin/chmod -Rf a+rX,u+w,g-w,o-w .
  • '[' -x autogen.sh ']'
  • ./autogen.sh
    configure.ac:7: installing ./compile' configure.ac:3: installing./install-sh'
    configure.ac:3: installing ./missing' Makefile.am: installing./depcomp'
  • '[' -e configure ']'
  • ./configure --enable-simulator --prefix=/usr
    configure: WARNING: unrecognized options: --enable-simulator
    checking for a BSD-compatible install... /usr/bin/install -c
@ghost ghost assigned jbdatko Dec 23, 2013
@jbdatko
Copy link
Member

jbdatko commented Dec 23, 2013

I have not tried to run make install yet, so this may be a failure on my part to setup this up in autotools.

@herrold
Copy link
Author

herrold commented Dec 23, 2013

^C
[herrold@centos-6 hashlet]$ ./README 2>&1 | grep configu
-rw-rw-r-- herrold/herrold 386 2013-12-23 18:13 hashlet-20131223/configure.ac
configure.ac:7: installing ./compile' configure.ac:3: installing./install-sh'
configure.ac:3: installing `./missing'

  • '[' -e configure ']'
  • ./configure --enable-simulator --prefix=/usr
    configure: WARNING: unrecognized options: --enable-simulator
    configure: creating ./config.status
    configure: WARNING: unrecognized options: --enable-simulator

still present, but non-disabling ... the make install works fine, btw

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants