Raphael Geissert wrote: > Hi Laszlo, > > Laszlo Boszormenyi wrote: >> Your package has some problems. It FTBFS on my x86_64 arch: >> dh_testdir >> g++ -Wall -fno-strict-aliasing -m32 -O3 -gstabs -D_LARGEFILE64_SOURCE >> -D_FILE_OFFSET_BITS=64 -o kgb kgb_arch_posix_by_slawek.cpp /usr/bin/ld: >> skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.2.3/libstdc++.so >> when searching for -lstdc++ /usr/bin/ld: skipping incompatible >> /usr/lib/gcc/x86_64-linux-gnu/4.2.3/libstdc++.a when searching for >> -lstdc++ /usr/bin/ld: skipping incompatible >> /usr/lib/gcc/x86_64-linux-gnu/4.2.3/libstdc++.so when searching for >> -lstdc++ /usr/bin/ld: skipping incompatible >> /usr/lib/gcc/x86_64-linux-gnu/4.2.3/libstdc++.a when searching for >> -lstdc++ /usr/bin/ld: cannot find -lstdc++ collect2: ld returned 1 exit >> status make: *** [kgb] Error 1 > > I don't understand why this occurs. Can you provide me the full build log? > 4.2.3/ is supposed to be a symlink to 4.2/, which is created by some > unknown package (dpkg -S doesn't find anything, and looking at the > postinst scripts of gcc-4.2* doesn't show anything useful).
Adam Barratt provided me a full build log so I just noticed my silly mistake, it should depend on g++-multilib, not gcc-multilib. And thanks to an other build attempt by Ingo Saitz I confirmed it now works, as expected. Anyway, thanks for your time :) Cheers, -- Atomo64 - Raphael Please avoid sending me Word, PowerPoint or Excel attachments. See http://www.gnu.org/philosophy/no-word-attachments.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

