Anonymous | Login | Signup for a new account | 2024-11-01 01:08 CET |
My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000930 | aMule | Multi Platform | public | 2006-07-06 08:22 | 2006-09-08 11:24 | ||||
Reporter | Coronas | ||||||||
Assigned To | GonoszTopi | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | resolved | Resolution | no change required | ||||||
Platform | OS | OS Version | |||||||
Product Version | SVN | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0000930: configure doesn't detect cross-compilation | ||||||||
Description | When 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 Information | from 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 ... | ||||||||
Tags | No tags attached. | ||||||||
Fixed in Revision | |||||||||
Operating System | Any | ||||||||
Attached Files | |||||||||
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 |