| Summary: | app-i18n/canna-3.7_p3-r3: configure: error: C compiler cannot create executables | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Rolf Eike Beer <eike> |
| Component: | Current packages | Assignee: | CJK Team <cjk> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | CC: | lssndrbarbieri, sam |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Bug Depends on: | |||
| Bug Blocks: | 624226 | ||
| Attachments: | build.log | ||
|
Description
Rolf Eike Beer
2019-01-20 08:18:46 UTC
What is CC="env gcc"? Looks like make is running configure, twice. The compiler test probably produces an a.out that is then immediately removed, causing the second check for same to fail. checking for gcc... env gcc checking for gcc... env gcc checking for C compiler default output file name... checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. configure: error: C compiler cannot create executables See `config.log' for more details. make: *** [Makefile:1158: pubconf.h] Error 77 make: *** Waiting for unfinished jobs.... make: *** [Makefile:1158: accanna.h] Error 77 Please post your MAKEFLAGS and MAKEOPTS or the ENVIRONMENT file |