Displaying 2 results from an estimated 2 matches for "__glibc_minor__".
2004 Oct 25
1
failed to cross compile 3.0.7
Hi, All,
I try to crosee compile 3.0.7 for mips, but failed and
got the following message:
Configure: error: cannot run test program while cross
compiling
Can anybody give me a hint about what I did may be
wrong?
Thanks
Youren
__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail
2005 Oct 16
1
getting dmraid to use klibc
...ion)
after investigating a little I found out that <features.h> is being included (is this
right?) and defines __GLIBC__ and thus S_IFMT is not being defined from
/usr/include/linux/stat.h:10
of course this fixes the problem in features.h:291
#ifndef __KLIBC__
#define __GLIBC__ 2
#define __GLIBC_MINOR__ 3
#endif
but I'm not sure whether this is the right approach and/or something should be
changed in klibc/glibc/dmraid
thanks in advance,
filippo
[0] http://people.redhat.com/~heinzm/sw/dmraid/src/dmraid-1.0.0.rc9.tar.bz2
--
Filippo Giunchedi
PGP key: 0x6B79D401
random quote follows:
At the...