[Xastir] Xastir stable release 1.9.6
Keith Kaiser
wa0tjt at gmail.com
Sat Oct 10 23:51:53 EDT 2009
Actually I did Google this too, and I also found the reference to
adding -liconv. I added it to only the first place in configure.ac as
you suggested. I still get the error below but you know what, 1.9.5
works really solid, so I'll just stay with that.
I am curious if any other Mac users out there have had this problem,
and if so did they find a solution. But resolving this issue is not
worth getting everyone all worked up about it. I understand getting
things working on all platforms is not an easy thing, I can wait until
someone else solves it. I'm not strong enough in Linux (yet) to do it
myself.
Thanks Curt for all the help.
Undefined symbols:
"_libintl_gettext", referenced from:
_create_appshell in main.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[3]: *** [xastir] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
On Oct 10, 2009, at 8:48 PM, Curt, WE7U wrote:
> On Sat, 10 Oct 2009, Curt, WE7U wrote:
>
>> FWIW: A Google search on this string:
>>
>> "_libintl_gettext" 2009 "Undefined symbols:"
>>
>> Returned 782 entries. I'm pretty sure that means it's not
>> Xastir-specific, but OSX-specific. I couldn't find an easy answer
>> in there, but perhaps upgrading/downgrading your autoconf/automake
>> tools might fix it, as it appears to be a problem in finding
>> gettext, but then having it in the link later.
>
> Adding "fix" to the search string knocked it down to 75 results,
> from which I snagged this tidbit:
>
> "The easy fix is to add `-liconv` to the `configure.ldflags`"
>
> To do this, perhaps edit configure.ac and find the first place
> LDFLAGS is manipulated:
>
> LDFLAGS="$LDFLAGS $X_LIBS"
>
> and change it to:
>
> LDFLAGS="$LDFLAGS -liconv $X_LIBS"
>
> Then run ./bootstrap.sh and ./configure again.
>
> --
> Curt, WE7U. <http://www.eskimo.com/~archer>
> APRS: Where it's at! <http://www.xastir.org>
> Lotto: A tax on people who are bad at math. - unknown
> Windows: Microsoft's tax on computer illiterates. - WE7U.
> The world DOES revolve around me: I picked the coordinate system!"
> _______________________________________________
> Xastir mailing list
> Xastir at lists.xastir.org
> http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir
73's
Keith Kaiser
wa0tjt at gmail.com
More information about the Xastir
mailing list