[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compile problem when cross compiling
From: |
Bruno Haible |
Subject: |
Re: Compile problem when cross compiling |
Date: |
Sat, 15 Jun 2024 12:28:33 +0200 |
t3sserakt wrote:
> > ./configure
> > --prefix=/home/user/AndroidStudioProjects/GNUnet/distribution/gettext/lib/arm64-v8a
> >
> > --host=$TARGET
> > --with-libiconv-prefix=~/AndroidStudioProjects/GNUnet/distribution/libiconv/lib/arm64-v8a/
> >
> > I still have the some issue.
>
> After looking into the code, it seems like the the wrong overloading
> function is chosen, but I have no idea why.
You need to look
1) in the configure output (search for iconv),
2) in the config.log files.
Bruno