GCC Installation Problem

Ask a Question related to Sun Solaris, Design and Development.

  1. #1

    Default GCC Installation Problem

    Hi,

    I have been installed Solaris8 for Intel on my pc. Now I am trying to
    install the utility make, but I can not install it because I have to build
    it. So I need a cc compiler. I tried to install the GCC GNU compiler with
    command: ./configure --program-suffix=-2.95.2. I get the output this
    command:
    Configuring for a i386-pc-solaris2.8 host.
    Created "Makefile" in /temp/gcc-3.2.3 using "mh-frag"
    ../configure: cc: not found
    *** The command 'cc -o conftest -g conftest.c' failed.
    *** You must set the environment variable CC to a working compiler.

    I do not know what is a working compiler, and what is the value of this
    environment variable.

    Any ideas or hint to solve this problem??? I'll appreciate the help.

    Thanks in advance.

    Manmohan


    M Sihra Guest

  2. Similar Questions and Discussions

    1. Installation problem
      I have just put together a new PC and when i tried to accept the Windows XP Home "terms and conditions", i could not use F8 to accept. I was not...
    2. DBD::RAM installation problem
      Hi, when I try to install DBD::RAM I get this error: Can't locate object method "STORE" via package "DBD::File::db" at...
    3. DBD-Pg installation problem
      I am trying to install DBD-Pg (Postgressql module) with perl 5.6.1 but without success. I tried d:> ppm install DBD-Pg but an error occured...
    4. Installation Problem - Mac
      Hello Esteemed Group! I need advice for installing a Photoshop 7.0 upgrade into my eMac. I have a 4.0 version running in Classic that I installed...
    5. DMX: Problem with installation! Help
      Hy everybody, I have some big problem with dream and flmx... I installed them but the properties window and others are unreadable... I can't read...
  3. #2

    Default Re: GCC Installation Problem

    On Sun, 03 Aug 2003 16:43:20 -0400, M Sihra wrote:
    > Hi,
    >
    > I have been installed Solaris8 for Intel on my pc. Now I am trying to
    > install the utility make, but I can not install it because I have to build
    > it. So I need a cc compiler. I tried to install the GCC GNU compiler with
    > command: ./configure --program-suffix=-2.95.2. I get the output this
    > command:
    > Configuring for a i386-pc-solaris2.8 host.
    > Created "Makefile" in /temp/gcc-3.2.3 using "mh-frag"
    > ./configure: cc: not found
    > *** The command 'cc -o conftest -g conftest.c' failed.
    > *** You must set the environment variable CC to a working compiler.
    >
    > I do not know what is a working compiler, and what is the value of this
    > environment variable.
    >
    > Any ideas or hint to solve this problem??? I'll appreciate the help.
    >
    > Thanks in advance.
    >
    > Manmohan
    Download and install gcc from [url]www.sunfreeware.com[/url]
    Tom Hamilton Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139