https://sourceware.org/bugzilla/show_bug.cgi?id=29113
--- Comment #4 from cqwrteur <euloanty at live dot com> ---
(In reply to Vladimir Mezentsev from comment #2)
> How do you configure your build ?
>
> gprofng should not be built for x86_64-w64-mingw32.
> Only these platforms are supported:
>
> % cat gprofng/configure.ac
> ...
> case "${target}" in
> x86_64-*-linux*)
> build_src=true
> build_collector=true
> ;;
> i?86-*-linux*)
> build_collector=true
> build_collector=true
> ;;
> aarch64-*-linux*)
> build_src=true
> build_collector=true
> ;;
> esac
the compiler runs on WINDOWS. but the compiled program runs on linux.
The build process is again on linux. It is a crossback Canadian toolchain.
--
You are receiving this mail because:
You are on the CC list for the bug.