Pierre:

This is very weird, because the current version of bitcc doesn't link libgmp
and shouldn't rely on libgmp at all. So the first problem here is that I do
not understand who is introducing the dependency.

Does debian put 64-bit things in /usr/lib64, or /usr/lib? If /usr/lib64,
then your LD_LIBRARY_PATH should point at /usr/lib64, not /usr/lib. That is
probably why you are getting the ELFCLASS64 error. Can you retry with
LD_LIBRARY_PATH=/usr/lib64??

Finally, if you just build from bitc/src without installing, then cd to
bitc/src/tests/unit and say "make", do the unit tests run?

I confess that the "installed" scenario is one that we haven't even begun to
consider yet.


shap

On Thu, Apr 8, 2010 at 10:24 AM, Jonathan S. Shapiro <s...@eros-os.org>wrote:

> I have no idea what is happening here. Can you send me (privately) a
> copy of your config.log file from bitc/src?
>
> On Wed, Apr 7, 2010 at 6:23 PM, Pierre THIERRY
> <nowhere....@levallois.eu.org> wrote:
> > Scribit Jonathan S. Shapiro dies 07/04/2010 hora 10:37:
> >> Oh. "hg update" should get you this without rsync'inc all over again.
> >
> > Latest version configured itself without any issue but I still get the
> libgmp
> > errors, with everything in configure as default (except PREFIX).
> >
> > Quickly,
> > Pierre
> > --
> > nowhere....@levallois.eu.org
> > OpenPGP 0xD9D50D8A
> > _______________________________________________
> > bitc-dev mailing list
> > bitc-dev@coyotos.org
> > http://www.coyotos.org/mailman/listinfo/bitc-dev
> >
> >
>
_______________________________________________
bitc-dev mailing list
bitc-dev@coyotos.org
http://www.coyotos.org/mailman/listinfo/bitc-dev

Reply via email to