pedz
Registered
I am trying to get GNUCash on my system and I'm doing it by hand. So far I have not been able to find a recompiled version.
I'm actually documenting this process at this web page.
I came across a problem with libpopt.a. If I compile it normally (with the NLS option), it uses libintl.a but it does not reference it in the makefile. If I add it into the makefile by hand, everything is fine. But then when I go to the next step which is to make ORBit2, it has the same problem. It tries to use libpopt.a but can not because it needs to also reference libintl.a.
This seems like "normal" unix to me but I'm surprised that two pieces of software make the same mistake. So I'm wondering if there is some type of magic that can be added that says in effect "libpopt.a depends upon libintl.a".
Currently I got past the problem by configuring libpopt.a --without-nls.
Any ideas of what is going on?
Thanks,
Perry
I'm actually documenting this process at this web page.
I came across a problem with libpopt.a. If I compile it normally (with the NLS option), it uses libintl.a but it does not reference it in the makefile. If I add it into the makefile by hand, everything is fine. But then when I go to the next step which is to make ORBit2, it has the same problem. It tries to use libpopt.a but can not because it needs to also reference libintl.a.
This seems like "normal" unix to me but I'm surprised that two pieces of software make the same mistake. So I'm wondering if there is some type of magic that can be added that says in effect "libpopt.a depends upon libintl.a".
Currently I got past the problem by configuring libpopt.a --without-nls.
Any ideas of what is going on?
Thanks,
Perry