Bug 2110 - frysk does not build on x86_64
Summary: frysk does not build on x86_64
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Diego Novillo
URL:
Keywords:
Depends on:
Blocks: 2127
  Show dependency treegraph
 
Reported: 2006-01-05 18:36 UTC by Diego Novillo
Modified: 2006-01-26 18:37 UTC (History)
0 users

See Also:
Host: x86_64-redhat-linux
Target: x86_64-redhat-linux
Build: x86_64-redhat-linux
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.