Menu

configure error on Unix

Help
Ponsiri.E
2009-02-05
2013-04-22
  • Ponsiri.E

    Ponsiri.E - 2009-02-05

    Dear Sir,

    I installed ODBTP on linux system, it work very well. But when I try install on Unix system (sunOS 5.9 -- Solaris 9). I found error below

    /usr/lib/odbtp-1.1.4
    # ./configure
    loading cache ./config.cache
    checking for a BSD compatible install... ./install-
    checking whether build environment is sane... yes
    checking whether make sets ${MAKE}... ./configure:
    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 whether to enable maintainer-specific port
    checking for gcc... no
    checking for cc... no
    configure: error: no acceptable cc found in $PATH

    Could you help me correct this problem?

    make command on my Unix system located at /usr/ccs/bin

    Thank you very much.

    Ponsiri_E

     
    • Robert Twitty

      Robert Twitty - 2009-02-05

      It appears that you are missing some required GNU utilities. You will need gcc, autoconf, automake and libtool. Unlike Linux, these are not included with Solaris 5.9.

      -- bob

       

Log in to post a comment.