On 2024/11/08 14:03, Jeremie Courreges-Anglas wrote:
> Great, thanks for the tests and patches.  Here's a consolidated diff
> (also available as ~jca/p/gdb-13-jca7.diff).

Thanks, that's easier :)

> I can't infer from gkoehler's report and yours whether 32 bits powerpc
> support is fine.  mips64 runtime is apparently ok but the tester hit
> an issue that prevented a full make fake/package.
> 
> So I'm down to requesting build results for arm, i386 and powerpc.
> Runtime/usage test results are welcome for any arch, but please also
> include data about gdb-9.2 behavior.

The static link to libgmp fails on i386 with familiar "relocation
R_386_32 cannot be used against local symbol; recompile with -fPIC"
errors.

If I add

LDFLAGS=       -L${LOCALBASE}/lib
CONFIGURE_ENV= LDFLAGS="${LDFLAGS}"

and *remove libgmp.a from /usr/local/lib*, it links against libgmp.so
and gdb build is successful.

(if libgmp.a is still present it tries to use that instead and fails).

Not yet tried runtime.

Reply via email to