ericmckean / libtorrent

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

make error - unresolvable R_386_GOTOFF relocation #424

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ./configure --enable-python-binding
2. make
3.

What is the expected output? What do you see instead?
  CXXLD    libtorrent-rasterbar.la
/usr/bin/ld: .libs/torrent.o(.text+0x19825): unresolvable R_386_GOTOFF 
relocation against symbol `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::empty() const@@GLIBCXX_3.4'
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: ld returned 1 exit status
make[1]: *** [libtorrent-rasterbar.la] Error 1

What version of the product are you using? On what operating system?

libtorrent-rasterbar-0.16.8 

Please provide any additional information below.

Original issue reported on code.google.com by dch...@gmail.com on 27 Feb 2013 at 5:01

GoogleCodeExporter commented 9 years ago
what OS/distro/architecture/compiler version is this?

Original comment by arvid.no...@gmail.com on 10 Mar 2013 at 9:47

GoogleCodeExporter commented 9 years ago
# uname -a
Linux nas 2.6.37.6.RNx86_64.2.4 #1 SMP Thu Jul 26 05:00:36 PDT 2012 x86_64 
GNU/Linux

# gcc -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v 
--enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr 
--enable-shared --with-system-zlib --libexecdir=/usr/lib 
--without-included-gettext --enable-threads=posix --enable-nls 
--program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu 
--enable-libstdcxx-debug --enable-mpfr --with-tune=i686 
--enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)

Original comment by dch...@gmail.com on 11 Mar 2013 at 2:35

GoogleCodeExporter commented 9 years ago
Linux test54 2.6.20.4 #1 Tue May 18 15:12:29 CST 2010 i686 i686 i386 GNU/Linux

Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.4/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
--infodir=/usr/share/info --enable-shared --enable-threads=posix 
--disable-checking --with-system-zlib --enable-__cxa_atexit 
--disable-libunwind-exceptions --enable-java-awt=gtk --host=i386-redhat-linux
Thread model: posix
gcc version 3.4.4 20050721 (Red Hat 3.4.4-2)

  CXX      asio_ssl.lo
  CXXLD    libtorrent-rasterbar.la
/usr/bin/ld: .libs/torrent.o(.text+0x3e2aa): unresolvable relocation against 
symbol `std::basic_string<char, std::char_traits<char>ator<char> >::empty() 
const@@GLIBCXX_3.4'
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: ld returned 1 exit status
make[1]: *** [libtorrent-rasterbar.la] Error 1
make[1]: Leaving directory `/bt/libtorrent-rasterbar-0.16.9/src'
make: *** [all-recursive] Error 1

Original comment by www...@gmail.com on 2 May 2013 at 11:29

GoogleCodeExporter commented 9 years ago
Same for me. Interestingly I am also on a readynas: Linux ULTRADAVE 
2.6.37.6.RNx86_64.2.4 #1 SMP Thu Jul 26 05:00:36 PDT 2012 x86_64 GNU/Linux

Original comment by duncanm...@gmail.com on 9 Sep 2013 at 11:35

GoogleCodeExporter commented 9 years ago
my source version: 0.16.11. dustin, did you get this built?

Original comment by duncanm...@gmail.com on 9 Sep 2013 at 11:37

GoogleCodeExporter commented 9 years ago
Issue 509 has been merged into this issue.

Original comment by arvid.no...@gmail.com on 8 Nov 2013 at 9:59