Luca wrote:
Jim Gifford wrote:
Luca wrote:
Hi all!

Actually the last problem with the toolchain part I have is texinfo.

When configuring, after checking for the install, environment, gawk,
make  and gcc it outputs:

checking for C compiler default output file name... configure: error: C
compiler cannot create executables
See `config.log' for more details.

checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of
Makefiles... no
checking for gcc... cc
checking for C compiler default output file name... configure: error: C
compiler cannot create executables
See `config.log' for more details.
configure: Continuing with main configure

The config.log in tools tells this:
configure:2136: $? = 252
configure:2159: checking for C compiler default output file name
configure:2162: cc    conftest.c  >&5
Old Command: cc conftest.c
Copy:   conftest.c
configure:2165: $? = 252
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU Texinfo"
| #define PACKAGE_TARNAME "texinfo"
| #define PACKAGE_VERSION "4.8"
| #define PACKAGE_STRING "GNU Texinfo 4.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "texinfo"
| #define VERSION "4.8"
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:2204: error: C compiler cannot create executables
See `config.log' for more details.

Luca
_______________________________________________
Clfs-support mailing list
[email protected]
http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support
What section was this in temp-system or final-system?
_______________________________________________
Clfs-support mailing list
[email protected]
http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support

Hi Jim,

It's Chapter 6. Constructing a Temporary System CLFS-SVN-20061022-x86.

Yesterday, then, I replayed to the coreutils-6.4 problem that was solved
by passing 'std=gnu99' option, and the net-tools problem was solved
without applying any headers-patch (actually using Kernel-header-2.6.18.1).

Luca
_______________________________________________
Clfs-support mailing list
[email protected]
http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support
Ok, I see one major issue. It's not pickup your CC value from http://documents.jg555.com/cross-lfs/x86/temp-system/variables.html, which is being indicated by this checking for gcc... cc. Make sure those variables are set. If they are let me know and we can investigate further.
_______________________________________________
Clfs-support mailing list
[email protected]
http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support

Reply via email to