error compiling on Solaris

Jim Reid jim at rfc1035.com
Tue May 8 08:56:54 UTC 2001


>>>>> "Allan" == Allan T Parreno <allan at onevirtual.net> writes:

    Allan> I got this error during running ./configure on bind-9.1.2

    Allan> device... not found checking for gcc... gcc 
    Allan> checking whether the C compiler (gcc ) works... no 
    Allan> configure: error: installation or configuration problem: C
    Allan> compiler cannot create executables.

The error message could hardly be any clearer. There is something
fundamentally wrong with the gcc installation on your system. A
compiler that doesn't compile is rather useless, so it's hardly
surprising that your attempts to configure and compile BIND
fail. Check your search path and gcc installation. Maybe there's
another gcc program or script that configure is running instead of the
GNU C compiler? Or maybe you just installed the gcc program which is
only a front-end to the actual compiler that controls all phases of
compilation: preprocessing, compiling, running the assembler and
linker, etc. Try compiling a simple C program -- "main() { exit(0); }"
-- with gcc and watch what happens. Use the -v argument to gcc to
make it show what it does when running the compilation.


More information about the bind-users mailing list