Menu

#9 INSTALL HELP PLEASE

open
nobody
5
2003-02-08
2003-02-08
Anonymous
No

i am new to linux
running RH8.0
get the following when ./configure

loading cache ./config.cache
checking for a BSD compatible install...
/usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... no
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH

any help would be great
thanks in advance

Discussion

  • Nobody/Anonymous

    Logged In: NO

    (MADE MISTAKE, SORRY , heres what it really says)

    loading cache ./config.cache
    checking for a BSD compatible install...
    /usr/bin/install -c
    checking whether build environment is sane... yes
    checking whether make sets ${MAKE}... yes
    checking for working aclocal... missing
    checking for working autoconf... missing
    checking for working automake... missing
    checking for working autoheader... missing
    checking for working makeinfo... missing
    checking for gcc... no
    checking for cc... no
    configure: error: no acceptable cc found in $PATH

     
  • Nobody/Anonymous

    Logged In: NO

    SORRY, GAVE WRONG ERROR, HERE IT IS

    loading cache ./config.cache
    checking for a BSD compatible install...
    /usr/bin/install -c
    checking whether build environment is sane... yes
    checking whether make sets ${MAKE}... yes
    checking for working aclocal... missing
    checking for working autoconf... missing
    checking for working automake... missing
    checking for working autoheader... missing
    checking for working makeinfo... missing
    checking for gcc... no
    checking for cc... no
    configure: error: no acceptable cc found in $PATH

     
  • Nobody/Anonymous

    Logged In: NO

    I had the same problem, what you need to do is install your
    C++ stuff off your linux cd.

    I have RedHat9...and it was under "development" read the
    discriptions of some of the packages, they will tell you
    which one has "cc" or "gcc" in it. Install that one.

    I have got anouther problem this step...when you type "make"
    it is given me an "error 1"

    specifically this:

    c++ -DHAVE_CONFIG_H -I. -I. -I. -DVERSION=\"0.6.3\"
    -DVERSION_BRANCH=\"Alpha\" -g -O2 -c commandModule.C
    commandModule.C:24: default argument given for parameter 4
    of `int
    Command_Object::Add_Command(char*, int, int, int = 0,
    char* = 0)'
    commandModule.h:117: after previous specification in `int
    Command_Object::Add_Command(char*, int, int, int = 0,
    char* = 0)'
    commandModule.C:24: default argument given for parameter 5
    of `int
    Command_Object::Add_Command(char*, int, int, int = 0,
    char* = 0)'
    commandModule.h:117: after previous specification in `int
    Command_Object::Add_Command(char*, int, int, int = 0,
    char* = 0)'
    make: *** [commandModule.o] Error 1

    any thoughts?

     

Log in to post a comment.