Bug 245562

Summary: add "--with-f77=gfortran" to configure
Product: [Fedora] Fedora Reporter: Matthew Miller <mattdm>
Component: octaveAssignee: Quentin Spencer <qspencer>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideKeywords: EasyFix
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-08-03 14:47:13 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Matthew Miller 2007-06-25 12:47:46 UTC
If you have the compat-gcc-34-g77 package installed, octave's configure script
picks g77 in preference to gfortran. Since that's gcc 3.4, it then fails to
build because of gcc4-only parameters in $RPM_OPT_FLAGS.

Putting --with-f77=gfortran ensures that it finds the proper compiler every time.

Comment 1 Quentin Spencer 2007-08-03 14:47:13 UTC
This has been added to 2.9.13 in the development branch.