RE: Help installing GCC on Solaris 7?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Jason McClelland wrote:

> configure: error: installation or configuration problem: C compiler
> cannot create executables.

You'll find more information in config.log, or you can try it yourself: make
a simple test.c with something like

    int main(void) { return 0; }

and try compiling it verbosely:

    gcc -v test.c

My best guess is that you're missing the Sun tools package SUNWtoo (an error
like "could not execute as") or maybe SUNWarc instead (a linker error
against a non-GCC library). You'll find a list of packages you need in the
target-specific install notes,

    http://gcc.gnu.org/install/specific.html#x-x-solaris2

Rup.


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux