package obby
tags 375193 + confirmed
retitle 375193 FTBFS: Does not build with g++-4.1
thanks

Uwe Mesecke wrote:
.libs/libobby_la-local_buffer.o:(.data+0x0): multiple definition of 
`_ZN4obby12basic_bufferIT_T0_E16PROTOCOL_VERSIONE'
.libs/libobby_la-buffer.o:(.data+0x0): first defined here
.libs/libobby_la-client_buffer.o:(.data+0x0): multiple definition of 
`_ZN4obby12basic_bufferIT_T0_E16PROTOCOL_VERSIONE'
.libs/libobby_la-buffer.o:(.data+0x0): first defined here
.libs/libobby_la-server_buffer.o:(.data+0x0): multiple definition of 
`_ZN4obby12basic_bufferIT_T0_E16PROTOCOL_VERSIONE'
.libs/libobby_la-buffer.o:(.data+0x0): first defined here
.libs/libobby_la-host_buffer.o:(.data+0x0): multiple definition of 
`_ZN4obby12basic_bufferIT_T0_E16PROTOCOL_VERSIONE'
.libs/libobby_la-buffer.o:(.data+0x0): first defined here
collect2: ld returned 1 exit status

Unstable recently switched to g++-4.1 as its default compiler, with which the compilation of obby was not yet tested. We will investigate this problem on the source level. For now, you should add a build-dependency on g++-4.0 and add a CXX="g++-4.0" before the ./configure statement in `debian/rules'.

Kind regards,
Philipp Kern


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to