View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000930aMuleMulti Platformpublic2006-07-06 08:222006-09-08 11:24
ReporterCoronas 
Assigned ToGonoszTopi 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionno change required 
PlatformOSOS Version
Product VersionSVN 
Target VersionFixed in Version 
Summary0000930: configure doesn't detect cross-compilation
DescriptionWhen calling configure, cross-compilation is not reported, even when configure is given the correct options. The resulting binary, however, is built with the crosscompiler and working.
Additional Informationfrom configure:
...checking for powerpc-tuxbox-linux-gnu-gcc... powerpc-tuxbox-linux-gnu-gcc
checking whether we are using the GNU C compiler... yes
checking whether powerpc-tuxbox-linux-gnu-gcc accepts -g... yes
checking for powerpc-tuxbox-linux-gnu-gcc option to accept ANSI C... none needed
checking dependency style of powerpc-tuxbox-linux-gnu-gcc... gcc3
checking how to run the C preprocessor... powerpc-tuxbox-linux-gnu-gcc -E
checking for i686-pc-linux-gnu-gcc... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
...
TagsNo tags attached.
Fixed in Revision
Operating SystemAny
Attached Files

- Relationships

-  Notes
(0002099)
GonoszTopi (administrator)
2006-09-08 11:24

The current behaviour is correct. When checking for cross-compiler tools, we're cross-comiling, when checking for the build tools, we're not cross-compiling. Look:

$ ./configure --host=mingw32
[...]
checking for mingw32-g++... mingw32-g++
checking for C++ compiler default output file name... a.exe
checking whether the C++ compiler works... yes
checking whether we are cross compiling... yes
[...]
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no

- Issue History
Date Modified Username Field Change
2006-07-06 08:22 Coronas New Issue
2006-07-06 08:22 Coronas Operating System => Any
2006-07-06 08:36 Kry Status new => assigned
2006-07-06 08:36 Kry Assigned To => GonoszTopi
2006-09-08 11:24 GonoszTopi Status assigned => resolved
2006-09-08 11:24 GonoszTopi Resolution open => no change required
2006-09-08 11:24 GonoszTopi Note Added: 0002099


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker