On Tue, Jan 02, 2001 at 03:56:06PM +0100, Geert Uytterhoeven wrote: > On Tue, 2 Jan 2001, Geert Uytterhoeven wrote: > > Since gcc 2.7.2.3 can no longer build correct m68k-kernels, I'm rebuilding a > > new cross-compiler on my PPC box, using the Debian sources for > > binutils-2.9.5.0.37 and gcc-2.95.2. > > > > I created a cross-binutils in /usr/local, using the configuration options > > --enable-shared --build=powerpc-linux --host=powerpc-linux > > --target=m68k-linux. > > > > But now my native as complains: > > > > | callisto$ as -v > > | as: error in loading shared libraries: > > /usr/local/lib/libopcodes-2.9.5.0.37.so: undefined symbol: > > floatformat_ieee_single_big > > Problem solved, after using plain simple `configure --target=m68k-linux'.
Yep. The trick is not to put a shared libopcodes in /usr/local/lib that is differently configured than the one in /usr/lib. Dan /--------------------------------\ /--------------------------------\ | Daniel Jacobowitz |__| SCS Class of 2002 | | Debian GNU/Linux Developer __ Carnegie Mellon University | | [EMAIL PROTECTED] | | [EMAIL PROTECTED] | \--------------------------------/ \--------------------------------/