This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Testing a glibc build


On 06/12/2013 01:11 AM, Christer Solskogen wrote:
> Why is it incompatible? I still get the same error if I run a
> recompile on hello.c. (compiling works). --prefix and ${SYSROOT} is
> the same on both glibc installations.

The prefix is used to lookup files and therefore it's part of the
distribution selected ABI. You can't change it without ensuring that
exactly what was at the previous prefix is also in the current prefix.

If you used exactly the same --prefix and ${SYSROOT} and it still fails
then we need detailed instructions from you e.g. step by step.

Cheers,
Carlos.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]