Hi,

I'm trying to cross compile texinfo 4.8a as described in the current
development version of cross-lfs. Cross compiling seems to causes the
texinfo configure script to run itself a second time with the local
toolchain to build texinfo/tools to run on the build PC. For some reason
this doesn't work on Fedora 7 and I get the following text in
tools/config.log. However this works fine if I build on Redhat Workstation
4. Anyone know what's different / how I can make this work on Fedora (or
ideally for any distribution)?


configure:1376: checking for a BSD-compatible install
configure:1431: result: /usr/bin/install -c
configure:1442: checking whether build environment is sane
configure:1485: result: yes
configure:1550: checking for gawk
configure:1566: found /usr/bin/gawk
configure:1576: result: gawk
configure:1586: checking whether make sets $(MAKE)
configure:1606: result: yes
configure:1778: checking whether to enable maintainer-specific portions of
Makefiles
configure:1787: result: no
configure:1812: checking for x86_64-cross-linux-gnu-gcc
configure:1841: result: no
configure:1850: checking for gcc
configure:1866: found /usr/lib64/ccache/gcc
configure:1876: result: gcc
configure:2120: checking for C compiler version
configure:2123: gcc --version </dev/null >&5
configure:2126: $? = 1
configure:2128: gcc -v </dev/null >&5
configure:2131: $? = 1
configure:2133: gcc -V </dev/null >&5
configure:2136: $? = 1
configure:2159: checking for C compiler default output file name
configure:2162: gcc    conftest.c  >&5
configure:2165: $? = 1
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.
_______________________________________________
Clfs-support mailing list
[email protected]
http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support

Reply via email to