Problem building master with autotools
Alex Aycinena
alex.aycinena at gmail.com
Tue Jul 11 13:49:14 EDT 2017
Geert,
> Odd I don't get this on my system (Fedora 25 as well).
>
> The linker is having issues resolving "__gxx_personality_v0". The internet
> cites two common issues for this:
> - either a library is missing
> - or the sequence of libraries on the command line is wrong (a symbol to
> resolve should appear after the source in which it's being imported).
>
> For the first I option I don't have many clues. The symbol is defined in
> libstdc++. You could check whether it's installed on your system, including
> the devel package.
>
>
Both libstdc++ and libstdc++-devel are installed
> If it's a case of out of order mentioning of link libraries, we could use
> my
> system as a reference as I don't have the issue.
>
> Below is the full command issued to build test-import-pending-matches:
>
>
The two differences I found are
> -g -O2 -std=gnu11
>
mine says:
-g -std=gnull -g -g
Mine doesn't have:
> -lsecret-1
>
>
>
> Do you see any differences with yours ?
>
I don't know if the two items above have any bearing or why they would be
different.
>
> Others may be able to give you more direct help. I'm not very fluent in
> linker
> stuff I'm afraid...
>
> Geert
>
> Neither am I but thanks for your help.
Alex
More information about the gnucash-devel
mailing list