Bug 2110

Summary: frysk does not build on x86_64
Product: frysk Reporter: Diego Novillo <dnovillo>
Component: generalAssignee: Diego Novillo <dnovillo>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: x86_64-redhat-linux Target: x86_64-redhat-linux
Build: x86_64-redhat-linux Last reconfirmed:
Bug Depends on:    
Bug Blocks: 2127    

Description Diego Novillo 2006-01-05 18:36:03 UTC
So far, I've found three problems:

- gtk+ not using -lm for its libgdk binaries.
- frysk.spec not using %{_lib} to get the appropriate lib64 directories.
- Some linker error that I think may be related to 32/64 mixups:

/usr/bin/ld: Stripchart.o: relocation R_X86_64_32 against
`com::redhat::ftk::Stripchart::class$' can not be used when making a shared
object; recompile with -fPIC
Stripchart.o: could not read symbols: Bad value
collect2: ld returned 1 exit status
Comment 1 Diego Novillo 2006-01-26 18:37:26 UTC
Fixed.