Menu

#1 compilation failed

open
nobody
rust (2)
5
2001-11-01
2001-11-01
Anonymous
No

Upon doing the ./config,make, make install trio, I got the following message when I did a make:

automake: configure.in: required file `./config.guess' not found
automake: configure.in: required file `./config.sub' not found
make: *** [Makefile.in] Error 1
error: Bad exit status from /var/tmp/rpm-tmp.21071 (%build)

I am using Mandrake 8.1 and kernel 2.4.10

Discussion

  • Nobody/Anonymous

    Logged In: NO

    you might trick it by doing a
    touch config.sub config.guess
    before running make

     
  • Nobody/Anonymous

    Logged In: NO

    you might trick it by doing a
    touch config.sub config.guess
    before running make

     
  • Nobody/Anonymous

    Logged In: NO

    I found the same problem using Mandrake 8.2 but got around it by following the advice in the README:

    $ ./autogen.sh
    $ make
    # make install

     
  • José Roberto Kerne

    Logged In: YES
    user_id=421041

    To resolv this, use:

    # touch config.sub
    # touch config.guess

    :-D

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.