Summary: | sci-libs/blas-atlas-3.7.23 - gfortran wrapper: Unable to determine executable | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Adrian Chmielewski <gall> |
Component: | Current packages | Assignee: | Gentoo Science Related Packages <sci> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | rose |
Priority: | High | ||
Version: | 2006.1 | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Adrian Chmielewski
2006-12-17 12:32:31 UTC
Please, don't restrict bugs without any reason... Just leave the checkboxes alone. (In reply to comment #0) > gcc-config error: gfortran wrapper: Unable to determine executable. > CTARGET=x86_64-pc-linux-gnu > exec=gfortran This doesn't look like a problem with blas-atlas but rather with your gcc-setup, i.e. you are picking up gfortran even though you are using gcc-3.4.6. Do you have any orphaned gfortran wrappers in /usr/bin that might confuse the fortran.eclass? Thanks, Markus *** Bug 158512 has been marked as a duplicate of this bug. *** Definitely another eselect-compiler leftover junk. Edit the files in /etc/eselect/compiler/ and delete lines containing 'alias_gfortran=g77' and 'alias_g77=gfortran' (if any). Then rm /usr/bin/*gfortran and re-run gcc-config to set your gcc profile correctly. *** This bug has been marked as a duplicate of 136363 *** |