On Wed, Mar 13, 2002 at 11:19:43AM -0600, Drew Raines <[EMAIL PROTECTED]> wrote:
> Dominik Mierzejewski <[EMAIL PROTECTED]>:
> >
> > What's in the last lines of configure.log?
> 
>    $ tail -15 config.log
>    char **argv;
> 
>    int main() {
> 
>    return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
> 
>    ; return 0; }
>    configure:1231: checking how to run the C preprocessor
>    configure:1252: g++ -E  conftest.c >/dev/null 2>conftest.out
>    configure:1313: checking for function prototypes
>    configure:1326: checking for ANSI C header files
>    configure:1339: g++ -E  conftest.c >/dev/null 2>conftest.out
>    configure:1406: g++ -o conftest -g -O2   conftest.c  1>&5
>    configure:1433: checking for string.h
>    configure:1443: g++ -E  conftest.c >/dev/null 2>conftest.out

YOu're using g++, which is a C++ compiler, to try to compile mutt.  You
want to use gcc instead.  FIrst make sure that you have a working gcc
binary around and in your path.  Then make sure that the environment
variable CC isn't set to g++.  If it is, unset it.  If it's not, try
setting it to gcc and see if that helps.

-Daniel

-- 
Daniel E. Eisenbud
[EMAIL PROTECTED]

"We should go forth on the shortest walk perchance, in the spirit of
undying adventure, never to return,--prepared to send back our embalmed
hearts only as relics to our desolate kingdoms."
                                        --Henry David Thoreau, "Walking"

Reply via email to