azbycxdw909 / garglk

Automatically exported from code.google.com/p/garglk
Other
0 stars 0 forks source link

Agility fails to link under Linux. #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Error message:

Link build/linux.release/agility/agility 
/usr/bin/ld: build/linux.release/agility/agtread.o(.text+0xf28):
unresolvable R_386_32 relocation against symbol `start_time'
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: ld returned 1 exit status

Original issue reported on code.google.com by bcressey@gmail.com on 30 Oct 2008 at 2:56

GoogleCodeExporter commented 8 years ago
"start_time" variable must be conflicting with another library, causing a link
failure.  Renaming it to "startup_time" resolves.

Original comment by bcressey@gmail.com on 30 Oct 2008 at 1:39

Attachments:

GoogleCodeExporter commented 8 years ago
Corrected in r37.  Agility builds under Linux and Windows.

Original comment by bcressey@gmail.com on 30 Oct 2008 at 3:18