| Summary: | Cannot emerge ANY ebuild that compiles anything | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Freyr Gunnar Ólafsson <gnarlin> |
| Component: | [OLD] Core system | Assignee: | Gentoo Toolchain Maintainers <toolchain> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | CC: | dragonheart, gnarlin |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Freyr Gunnar Ólafsson
2005-02-07 16:32:35 UTC
Pleasse attatch /var/tmp/portage/<pachage>/work/<package>/config.log
also, try running this:
# { cat > test.c && gcc test.c -o test && ./test; echo $?; } << EOF
int main() {
return 0;
}
EOF
get back to us with something useful |