Today I've tried to do the same trick on some other machine (using build flags from previous mail), but the build failed with error message:
"ar: `u' modifier ignored since `D' is the default (see `U')"
while compiling "libgdbsupport.a"

So I've just spent few hours trying to figure out why it worked on the other PC ...
Long story short:
During testing, I've first run ./configure from the gdb/gdb directory with the following flags: ./configure --enable-threading --with-gnu-ld --enable-libbacktrace --with-xxhash=yes --with-debuginfod=yes

Then I've run ./configure from top /gdb dir (with the aforementioned flags) and the compilation went fine.

So now the process is reproducible.


Regards

Reply via email to