On Mon, 05 Feb 2007 the mental interface of Mark Andrews via RT told: [...] > Well the first thing anyone would need is to see the assembly. > Take the gcc command line above, replace -c with -S and remove > the -o .libs/hash.o. It you run the resulting command in lib/isc > it should produce a file called "hash.s". > > e.g. > gcc "-I/source/bind9/bind9-9.4.0~rc2" -I./unix/include \ > -I./pthreads/include -I./powerpc/include -I./include -I./include \ > -D_REENTRANT -g -O2 -W -Wall -Wmissing-prototypes -Wcast-qual \ > -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -S \ > hash.c -fPIC -DPIC > > If you could send that as a reply to this message we would be > grateful. Attached as hash.s > Also could you also retry the build without the --with-libtool. > I would like to see if this is only a problem when building shared > libraries or not. > > If that also fails could you send the assembly code for that as well. > > e.g. > gcc "-I/source/bind9/bind9-9.4.0~rc2" -I./unix/include \ > -I./pthreads/include -I./powerpc/include -I./include -I./include \ > -D_REENTRANT -g -O2 -W -Wall -Wmissing-prototypes -Wcast-qual \ > -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -S \ > hash.c Attached as hash.s.withoutlibtool Thanks Elimar -- We all know Linux is great... it does infinite loops in 5 seconds. -- Linus Torvalds