On Oct 3 2007 11:36, Johannes Sixt wrote: > > I can cross-compile C code on an amd64 system to get an i386 binary without > problems with the command 'gcc -m32 -o frotz frotz.c'. But doing something > similar with C++ code fails at the link stage:
Well go install libstdc++41-devel-32bit. > $ rpm -qa *libstdc++* > libstdc++41-32bit-4.1.2_20061115-5 > libstdc++41-devel-4.1.2_20061115-5 > libstdc++-devel-4.1.3-29 > libstdc++41-4.1.2_20061115-5 > compat-libstdc++-5.0.7-41 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
