Bug 142696

Summary: gsl-config outputs invalid flags on multilib 64-bit architectures
Product: [Fedora] Fedora Reporter: Miloslav Trmač <mitr>
Component: gslAssignee: Ivana Varekova <varekova>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 1.5-2 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-12-18 15:08:03 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:
Bug Depends On:    
Bug Blocks: 142695    

Description Miloslav Trmač 2004-12-12 23:47:10 UTC
On i386:
        $ gsl-config --libs
        -lgsl -lgslcblas -lm
On x86_64:
        $ gsl-config --libs
        64 -lgsl -lgslcblas -lm

'64' is not a valid linker flag :)
I suspect (but have not verified) that this also happens on ppc64 and s390x.

Version-Release number of selected component (if applicable):
gsl-1.5-1

Comment 2 Ivana Varekova 2004-12-15 13:14:34 UTC
Thank you for your notice. 
The problem was fixed.
Ivana Varekova 

Comment 3 Miloslav Trmač 2004-12-18 15:08:03 UTC
Fix confirmed, thanks!