DavidEGrayson / nixcrpkgs

Nice nix expressions for cross-compiling.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gdb: get XML support working

DavidEGrayson opened this issue · comments

When I run i686-w64-mingw32 gdb and run to the first breakpoint it says:

warning: Can not parse XML library list; XML support was disabled at compile time

So somehow it is not using the expat library we passed to it or something.

I did this.