[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Building 22.1
From: |
Eli Zaretskii |
Subject: |
Re: Building 22.1 |
Date: |
Fri, 07 Sep 2007 21:41:17 +0300 |
[Please don't make this a private conversation. Let's stay on the list.]
> On 07/09/2007, Eli Zaretskii <eliz@gnu.org> wrote:
>
> > > Any suggestions for a way forward please?
> >
> > Can you compile the above program from the command line?
>
>
> No idea how to be honest.
> e.g. which file is it trying to compile?
The one you show:
> > configure: failed program was:
> > | /* confdefs.h. */
> > | #define PACKAGE_NAME ""
> > | #define PACKAGE_TARNAME ""
> > | #define PACKAGE_VERSION ""
> > | #define PACKAGE_STRING ""
> > | #define PACKAGE_BUGREPORT ""
> > | #define MAIL_USE_POP 1
> > | /* end confdefs.h. */
> > |
> > | int
> > | main ()
> > | {
> > |
> > | ;
> > | return 0;
> > | }
> > configure:3677: error: C compiler cannot create executables
You need to type this program (without the leading "|" characters)
into some file, say "try.c", and then compile it like this:
gcc try.c
- Building 22.1, Dave Pawson, 2007/09/07
- Re: Building 22.1, Eli Zaretskii, 2007/09/07
- Message not available
- Re: Building 22.1,
Eli Zaretskii <=
- Re: Building 22.1, Dave Pawson, 2007/09/07
- Re: Building 22.1, Eli Zaretskii, 2007/09/08
- Re: Building 22.1, Dave Pawson, 2007/09/08
- Re: Building 22.1, Dave Pawson, 2007/09/08
- Re: Building 22.1, Peter Dyballa, 2007/09/08
- Re: Building 22.1, Dave Pawson, 2007/09/08
- Re: Building 22.1, Peter Dyballa, 2007/09/08
- Re: Building 22.1, Eli Zaretskii, 2007/09/08
- Message not available
- Re: Building 22.1, Giorgos Keramidas, 2007/09/08
- Message not available
- Re: Building 22.1, Tim X, 2007/09/08