https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67833
Bug ID: 67833 Summary: gfortran framework not found Accelerate Product: gcc Version: 5.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: marcobarsacchi at icloud dot com Target Milestone: --- Hi. I'm on MAC OS 10.11 and I've installed gcc via homebrew. GNU Fortran (Homebrew gcc 5.2.0) 5.2.0 When installing veclibfort I've encountered the following problem: ... make check gfortran -o tester -O tester.f90 vecLibFort.o -framework Accelerate ld: framework not found Accelerate collect2: error: ld returned 1 exit status make: *** [check] Error 1 ... Basically seems that gfortran can't find Accelerate framework. Seems to be gfortran and OS 10.11 related.