Opened 20 years ago
Closed 5 years ago
#1905 closed defect (outdated)
Can't compile source with FC2 x86_64
Reported by: | SF/slartybardfast | Owned by: | sev- |
---|---|---|---|
Priority: | normal | Component: | Port: Linux |
Version: | Keywords: | ||
Cc: | Game: |
Description
not sure if this is already a known issue, this is my first "bug report" so please bear with me. I've attempted to install using the source code by using ./configure, make, make install. While trying to compile using make I encountered this:
ummvm /usr/bin/ld: warning: i386 architecture of input file `common/libcommon.a(hq2x_i386.o)' is incompatible with i386:x86-64 output /usr/bin/ld: warning: i386 architecture of input file `common/libcommon.a(hq3x_i386.o)' is incompatible with i386:x86-64 output /usr/bin/ld: BFD 2.15.90.0.3 20040415 internal error, aborting at ../../bfd/reloc.c line 4357 in bfd_generic_get_relocated_section_contents
/usr/bin/ld: Please report this bug.
collect2: ld returned 1 exit status make: *** [scummvm] Error 1
It could just be that scummvm is not yet compatible with the x86_64 platform. I was using Fedora Core 2 if that helps and this attempt was made for scummvm 7.0. I hope this has helped. Thanks
Ticket imported from: #1108124. Ticket imported from: bugs/1905.
Change History (8)
comment:1 by , 20 years ago
comment:2 by , 20 years ago
I suppose you're talking about scummvm 0.7.0, not 7.0. This already was fixed in CVS some time ago and will be part of upcoming 0.7.1 release.
comment:3 by , 20 years ago
Owner: | set to |
---|---|
Resolution: | → outdated |
Status: | new → closed |
comment:5 by , 6 years ago
Component: | → Port: Linux |
---|
comment:7 by , 5 years ago
Resolution: | outdated |
---|---|
Status: | closed → new |
comment:8 by , 5 years ago
Resolution: | → outdated |
---|---|
Status: | new → closed |
Reclosing as it was closed as outdated 15 years ago by sev, and not by the recent PR.
I don't know how to fix the problem, but using the --disable-nasm option when running the configure script might work around it.