[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Building 22.1
From: |
Dave Pawson |
Subject: |
Re: Building 22.1 |
Date: |
Fri, 7 Sep 2007 19:51:24 +0100 |
On 07/09/2007, Eli Zaretskii <eliz@gnu.org> wrote:
> [Please don't make this a private conversation. Let's
> 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
Seems OK
root@marge:/temp# gcc -S test.c
root@marge:/temp# gcc -c test.c
root@marge:/temp# gcc test.c
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
Is that the linker failing?
regards
--
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk
- 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, 2007/09/07
- Re: Building 22.1,
Dave Pawson <=
- 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
- Re: Building 22.1, David Kastrup, 2007/09/09