Displaying 1 result from an estimated 1 matches for "use_regparms".
2010 Sep 27
1
[LLVMdev] glibc compilation
...|
| #define PACKAGE_NAME "GNU C Library"
| #define PACKAGE_TARNAME "c-library"
| #define PACKAGE_VERSION "(see version.h)"
| #define PACKAGE_STRING "GNU C Library (see version.h)"
| #define PACKAGE_BUGREPORT "glibc"
| #define HAVE_LIBIDN 1
| #define USE_REGPARMS 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2814: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details.
Does anyone know anything about it? Thanks a lot in advance.
Bin