[Bug fortran/67832] New: gfortran framework not found Accelerate

2015-10-03 Thread marcobarsacchi at icloud dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67832

Bug ID: 67832
   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.


[Bug fortran/67833] New: gfortran framework not found Accelerate

2015-10-03 Thread marcobarsacchi at icloud dot com
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.


[Bug fortran/67832] gfortran framework not found Accelerate

2015-10-03 Thread marcobarsacchi at icloud dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67832

Marco Barsacchi  changed:

   What|Removed |Added

 Status|WAITING |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Marco Barsacchi  ---
SOLVED 
I've just updated Xcode to 7.0.1 and all is working just fine.