cross GCC building error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi I am geeting the following error on building cross compiler for MIPS,

My binutils config is

#./configure -target=mips-elf  --prefix=/usr/local

building and  installing  binutils is successful

My  gcc config is
# ./configure -target-mips-elf --prefix=/usr/local --enable-language=c --with-gnu-as --with-gnu-ad

#make
On  executing command  'make' . Iam  getting  the  error.
Error is :
..................
..................
hecking for sys/sysmp.h... no
checking for sys/sysinfo.h... yes
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... no
checking for sys/sysctl.h... yes
checking for sys/systemcfg.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking whether time.h and sys/time.h may both be included... no
checking whether errno must be declared... yes
checking for ANSI C header files... no
checking for uintptr_t... no
checking for pid_t... yes
checking whether the C compiler ( /root/Project-Genesis1-uClibc-scratch/gcc-src/gcc-test/gcc-3.3.2/gcc/xgcc -B/root/Project-Genesis1-uClibc-scratch/gcc-src/gcc-test/gcc-3.3.2/gcc/ -B/usr/local/mips-elf/bin/ -B/usr/local/mips-elf/lib/ -isystem /usr/local/mips-elf/include -O2 -g -O2 ) works... no configure: error: installation or configuration problem: C compiler cannot create executables.
make: *** [configure-target-libiberty] Error 1
[root@localhost gcc-3.3.2]#

It  seems  to problem while building libiberty.
I have attached, config.log files which are under gcc and libiberty folders.

Please help  me on this.

Regards
Manjunatha Srinivasan N





This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:610: checking whether to enable maintainer-specific portions of Makefiles
configure:635: checking for makeinfo
configure:681: checking for perl
configure:721: checking host system type
configure:744: checking build system type
configure:770: checking for ar
configure:802: checking for ranlib
configure:871: checking for gcc
configure:950: checking whether we are using GNU C
configure:959: gcc -E conftest.c
configure:975: checking whether gcc accepts -g
configure:1007: checking whether gcc and cc understand -c and -o together
configure:1022: gcc -c conftest.c -o conftest.o 1>&5
configure:1023: gcc -c conftest.c -o conftest.o 1>&5
configure:1028: cc -c conftest.c 1>&5
configure:1030: cc -c conftest.c -o conftest.o 1>&5
configure:1031: cc -c conftest.c -o conftest.o 1>&5
configure:1067: checking for POSIXized ISC
configure:1088: checking for working const
configure:1142: gcc -c -g -O2  conftest.c 1>&5
configure:1163: checking for inline
configure:1177: gcc -c -g -O2  conftest.c 1>&5
configure:1220: checking for a BSD compatible install
configure:1281: checking how to run the C preprocessor
configure:1302: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1364: checking for sys/file.h
configure:1374: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1364: checking for sys/param.h
configure:1374: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1364: checking for limits.h
configure:1374: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1364: checking for stdlib.h
configure:1374: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1364: checking for malloc.h
configure:1374: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1364: checking for string.h
configure:1374: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1364: checking for unistd.h
configure:1374: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1364: checking for strings.h
configure:1374: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1364: checking for sys/time.h
configure:1374: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1364: checking for time.h
configure:1374: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1364: checking for sys/resource.h
configure:1374: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1364: checking for sys/stat.h
configure:1374: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1364: checking for sys/mman.h
configure:1374: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1364: checking for fcntl.h
configure:1374: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1364: checking for alloca.h
configure:1374: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1364: checking for sys/pstat.h
configure:1374: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1370:23: sys/pstat.h: No such file or directory
configure: failed program was:
#line 1369 "configure"
#include "confdefs.h"
#include <sys/pstat.h>
configure:1364: checking for sys/sysmp.h
configure:1374: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1370:23: sys/sysmp.h: No such file or directory
configure: failed program was:
#line 1369 "configure"
#include "confdefs.h"
#include <sys/sysmp.h>
configure:1364: checking for sys/sysinfo.h
configure:1374: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1364: checking for machine/hal_sysinfo.h
configure:1374: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1370:33: machine/hal_sysinfo.h: No such file or directory
configure: failed program was:
#line 1369 "configure"
#include "confdefs.h"
#include <machine/hal_sysinfo.h>
configure:1364: checking for sys/table.h
configure:1374: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1370:23: sys/table.h: No such file or directory
configure: failed program was:
#line 1369 "configure"
#include "confdefs.h"
#include <sys/table.h>
configure:1364: checking for sys/sysctl.h
configure:1374: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1364: checking for sys/systemcfg.h
configure:1374: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1370:27: sys/systemcfg.h: No such file or directory
configure: failed program was:
#line 1369 "configure"
#include "confdefs.h"
#include <sys/systemcfg.h>
configure:1401: checking for sys/wait.h that is POSIX.1 compatible
configure:1422: gcc -c -g -O2  conftest.c 1>&5
configure:1443: checking whether time.h and sys/time.h may both be included
configure:1457: gcc -c -g -O2  conftest.c 1>&5
configure:1479: checking whether errno must be declared
configure:1491: gcc -c -g -O2  conftest.c 1>&5
configure:1513: checking for ANSI C header files
configure:1526: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1593: gcc -o conftest -g -O2   conftest.c  1>&5
configure:1617: checking for uintptr_t
configure:1658: checking for pid_t
configure:2392: checking whether the C compiler (gcc -g -O2 ) works
configure:2408: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2434: checking whether the C compiler (gcc -g -O2 ) is a cross-compiler
configure:2441: checking for asprintf
configure:2469: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2441: checking for atexit
configure:2469: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2441: checking for basename
configure:2469: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2441: checking for bcmp
configure:2469: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2453: warning: conflicting types for built-in function `bcmp'
configure:2441: checking for bcopy
configure:2469: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2441: checking for bsearch
configure:2469: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2441: checking for bzero
configure:2469: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2453: warning: conflicting types for built-in function `bzero'
configure:2441: checking for calloc
configure:2469: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2441: checking for clock
configure:2469: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2441: checking for ffs
configure:2469: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2453: warning: conflicting types for built-in function `ffs'
configure:2441: checking for getcwd
configure:2469: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2441: checking for getpagesize
configure:2469: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2441: checking for index
configure:2469: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2453: warning: conflicting types for built-in function `index'
configure:2441: checking for insque
configure:2469: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2441: checking for memchr
configure:2469: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2441: checking for memcmp
configure:2469: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2453: warning: conflicting types for built-in function `memcmp'
configure:2441: checking for memcpy
configure:2469: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2453: warning: conflicting types for built-in function `memcpy'
configure:2441: checking for memmove
configure:2469: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2441: checking for memset
configure:2469: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2453: warning: conflicting types for built-in function `memset'
configure:2441: checking for mkstemps
configure:2469: gcc -o conftest -g -O2   conftest.c  1>&5
/tmp/cc6RmVkC.o(.text+0xa): In function `main':
/root/Project-Genesis1-uClibc-scratch/gcc-src/gcc-test/gcc-3.3.2/libiberty/configure:2463: undefined reference to `mkstemps'
collect2: ld returned 1 exit status
configure: failed program was:
#line 2446 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char mkstemps(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char mkstemps();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_mkstemps) || defined (__stub___mkstemps)
choke me
#else
mkstemps();
#endif

; return 0; }
configure:2441: checking for putenv
configure:2469: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2441: checking for random
configure:2469: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2441: checking for rename
configure:2469: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2441: checking for rindex
configure:2469: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2453: warning: conflicting types for built-in function `rindex'
configure:2441: checking for setenv
configure:2469: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2441: checking for sigsetmask
configure:2469: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2441: checking for strcasecmp
configure:2469: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2441: checking for strchr
configure:2469: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2453: warning: conflicting types for built-in function `strchr'
configure:2441: checking for strdup
configure:2469: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2441: checking for strncasecmp
configure:2469: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2441: checking for strrchr
configure:2469: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2453: warning: conflicting types for built-in function `strrchr'
configure:2441: checking for strstr
configure:2469: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2453: warning: conflicting types for built-in function `strstr'
configure:2441: checking for strtod
configure:2469: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2441: checking for strtol
configure:2469: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2441: checking for strtoul
configure:2469: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2441: checking for tmpnam
configure:2469: gcc -o conftest -g -O2   conftest.c  1>&5
/tmp/ccYj51qB.o(.text+0xa): In function `main':
/root/Project-Genesis1-uClibc-scratch/gcc-src/gcc-test/gcc-3.3.2/libiberty/configure:2463: the use of `tmpnam' is dangerous, better use `mkstemp'
configure:2441: checking for vasprintf
configure:2469: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2441: checking for vfprintf
configure:2469: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2441: checking for vprintf
configure:2469: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2441: checking for vsprintf
configure:2469: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2441: checking for waitpid
configure:2469: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2496: checking whether alloca needs Cray hooks
configure:2580: checking stack direction for C alloca
configure:2607: gcc -o conftest -g -O2   conftest.c  1>&5
configure: failed program was:
#line 2588 "configure"
#include "confdefs.h"
find_stack_direction ()
{
  static char *addr = 0;
  auto char dummy;
  if (addr == 0)
    {
      addr = &dummy;
      return find_stack_direction ();
    }
  else
    return (&dummy > addr) ? 1 : -1;
}
main ()
{
  exit (find_stack_direction() < 0);
}
configure:2629: checking for vfork.h
configure:2639: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2635:19: vfork.h: No such file or directory
configure: failed program was:
#line 2634 "configure"
#include "confdefs.h"
#include <vfork.h>
configure:2664: checking for working vfork
configure:2815: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2905: checking for _doprnt
configure:2933: gcc -o conftest -g -O2   conftest.c  1>&5
/tmp/ccwDkod7.o(.text+0xa): In function `main':
/root/Project-Genesis1-uClibc-scratch/gcc-src/gcc-test/gcc-3.3.2/libiberty/configure:2927: undefined reference to `_doprnt'
collect2: ld returned 1 exit status
configure: failed program was:
#line 2910 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char _doprnt(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char _doprnt();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub__doprnt) || defined (__stub____doprnt)
choke me
#else
_doprnt();
#endif

; return 0; }
configure:2961: checking for sys_errlist
configure:2973: gcc -o conftest -g -O2   conftest.c  1>&5
/tmp/ccmRd94f.o(.text+0xf): In function `main':
/root/Project-Genesis1-uClibc-scratch/gcc-src/gcc-test/gcc-3.3.2/libiberty/configure:2969: `sys_errlist' is deprecated; use `strerror' or `strerror_r' instead
configure:2961: checking for sys_nerr
configure:2973: gcc -o conftest -g -O2   conftest.c  1>&5
/tmp/ccyxUVVA.o(.text+0xf): In function `main':
/root/Project-Genesis1-uClibc-scratch/gcc-src/gcc-test/gcc-3.3.2/libiberty/configure:2969: `sys_nerr' is deprecated; use `strerror' or `strerror_r' instead
configure:2961: checking for sys_siglist
configure:2973: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3000: checking for external symbol _system_configuration
configure:3009: gcc -c -g -O2  conftest.c 1>&5
configure:3003:27: sys/systemcfg.h: No such file or directory
configure: In function `main':
configure:3005: `_system_configuration' undeclared (first use in this function)
configure:3005: (Each undeclared identifier is reported only once
configure:3005: for each function it appears in.)
configure: failed program was:
#line 3002 "configure"
#include "confdefs.h"
#include <sys/systemcfg.h>
int main() {
double x = _system_configuration.physmem;
; return 0; }
configure:3027: checking for getrusage
configure:3055: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3027: checking for on_exit
configure:3055: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3027: checking for psignal
configure:3055: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3027: checking for strerror
configure:3055: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3027: checking for strsignal
configure:3055: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3027: checking for sysconf
configure:3055: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3027: checking for times
configure:3055: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3027: checking for sbrk
configure:3055: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3027: checking for gettimeofday
configure:3055: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3027: checking for pstat_getstatic
configure:3055: gcc -o conftest -g -O2   conftest.c  1>&5
/tmp/ccqcab8A.o(.text+0xa): In function `main':
/root/Project-Genesis1-uClibc-scratch/gcc-src/gcc-test/gcc-3.3.2/libiberty/configure:3049: undefined reference to `pstat_getstatic'
collect2: ld returned 1 exit status
configure: failed program was:
#line 3032 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char pstat_getstatic(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char pstat_getstatic();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_pstat_getstatic) || defined (__stub___pstat_getstatic)
choke me
#else
pstat_getstatic();
#endif

; return 0; }
configure:3027: checking for pstat_getdynamic
configure:3055: gcc -o conftest -g -O2   conftest.c  1>&5
/tmp/ccmZIGMH.o(.text+0xa): In function `main':
/root/Project-Genesis1-uClibc-scratch/gcc-src/gcc-test/gcc-3.3.2/libiberty/configure:3049: undefined reference to `pstat_getdynamic'
collect2: ld returned 1 exit status
configure: failed program was:
#line 3032 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char pstat_getdynamic(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char pstat_getdynamic();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_pstat_getdynamic) || defined (__stub___pstat_getdynamic)
choke me
#else
pstat_getdynamic();
#endif

; return 0; }
configure:3027: checking for sysmp
configure:3055: gcc -o conftest -g -O2   conftest.c  1>&5
/tmp/ccCEKfiW.o(.text+0xa): In function `main':
/root/Project-Genesis1-uClibc-scratch/gcc-src/gcc-test/gcc-3.3.2/libiberty/configure:3049: undefined reference to `sysmp'
collect2: ld returned 1 exit status
configure: failed program was:
#line 3032 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char sysmp(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char sysmp();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_sysmp) || defined (__stub___sysmp)
choke me
#else
sysmp();
#endif

; return 0; }
configure:3027: checking for getsysinfo
configure:3055: gcc -o conftest -g -O2   conftest.c  1>&5
/tmp/ccMQ6Dw7.o(.text+0xa): In function `main':
/root/Project-Genesis1-uClibc-scratch/gcc-src/gcc-test/gcc-3.3.2/libiberty/configure:3049: undefined reference to `getsysinfo'
collect2: ld returned 1 exit status
configure: failed program was:
#line 3032 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char getsysinfo(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char getsysinfo();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_getsysinfo) || defined (__stub___getsysinfo)
choke me
#else
getsysinfo();
#endif

; return 0; }
configure:3027: checking for table
configure:3055: gcc -o conftest -g -O2   conftest.c  1>&5
/tmp/ccUJ9Yvj.o(.text+0xa): In function `main':
/root/Project-Genesis1-uClibc-scratch/gcc-src/gcc-test/gcc-3.3.2/libiberty/configure:3049: undefined reference to `table'
collect2: ld returned 1 exit status
configure: failed program was:
#line 3032 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char table(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char table();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_table) || defined (__stub___table)
choke me
#else
table();
#endif

; return 0; }
configure:3027: checking for sysctl
configure:3055: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3085: checking for stdlib.h
configure:3085: checking for unistd.h
configure:3085: checking for sys/stat.h
configure:3085: checking for sys/types.h
configure:3095: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3124: checking for getpagesize
configure:3177: checking for working mmap
configure:3338: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3362: checking for working strncmp
configure:3434: gcc -o conftest -g -O2   conftest.c  1>&5
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:631: checking LIBRARY_PATH variable
configure:656: checking GCC_EXEC_PREFIX variable
configure:843: checking host system type
configure:864: checking target system type
configure:882: checking build system type
configure:930: checking for gcc
configure:1043: checking whether the C compiler (gcc -g -O2 ) works
configure:1059: gcc -o conftest -g -O2   conftest.c  1>&5
configure:1085: checking whether the C compiler (gcc -g -O2 ) is a cross-compiler
configure:1090: checking whether we are using GNU C
configure:1118: checking whether gcc accepts -g
configure:1151: checking whether gcc and cc understand -c and -o together
configure:1221: checking for gnatbind
configure:1286: checking for compiler driver that understands Ada
configure:1328: checking whether gcc accepts -Wno-long-long
configure:1342: gcc -c -Wno-long-long  conftest.c 1>&5
configure:1359: checking whether gcc accepts -Wno-long-long
configure:1387: checking how to run the C preprocessor
configure:1467: checking for inline
configure:1507: checking for volatile
configure:1519: gcc -c -g -O2  conftest.c 1>&5
configure:1541: checking for long double
configure:1581: checking for long long int
configure:1593: gcc -c -g -O2  conftest.c 1>&5
configure:1613: checking for __int64
configure:1625: gcc -c -g -O2  conftest.c 1>&5
configure: In function `main':
configure:1621: `__int64' undeclared (first use in this function)
configure:1621: (Each undeclared identifier is reported only once
configure:1621: for each function it appears in.)
configure:1621: parse error before "i"
configure: failed program was:
#line 1618 "configure"
#include "confdefs.h"

int main() {
__int64 i;
; return 0; }
configure:1646: checking for built-in _Bool
configure:1658: gcc -c -g -O2  conftest.c 1>&5
configure:1682: checking size of short
configure:1698: gcc -c -g -O2  conftest.c 1>&5
configure: In function `main':
configure:1694: duplicate case value
configure:1694: previously used here
configure: failed program was:
#line 1688 "configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/types.h>


int main() {
switch (0) case 0: case (sizeof (short) == 4):;
; return 0; }
configure:1698: gcc -c -g -O2  conftest.c 1>&5
configure: In function `main':
configure:1694: duplicate case value
configure:1694: previously used here
configure: failed program was:
#line 1688 "configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/types.h>


int main() {
switch (0) case 0: case (sizeof (short) == 8):;
; return 0; }
configure:1698: gcc -c -g -O2  conftest.c 1>&5
configure: In function `main':
configure:1694: duplicate case value
configure:1694: previously used here
configure: failed program was:
#line 1688 "configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/types.h>


int main() {
switch (0) case 0: case (sizeof (short) == 1):;
; return 0; }
configure:1698: gcc -c -g -O2  conftest.c 1>&5
configure:1721: checking size of int
configure:1737: gcc -c -g -O2  conftest.c 1>&5
configure:1760: checking size of long
configure:1776: gcc -c -g -O2  conftest.c 1>&5
configure:1800: checking size of long long
configure:1816: gcc -c -g -O2  conftest.c 1>&5
configure: In function `main':
configure:1812: duplicate case value
configure:1812: previously used here
configure: failed program was:
#line 1806 "configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/types.h>


int main() {
switch (0) case 0: case (sizeof (long long) == 4):;
; return 0; }
configure:1816: gcc -c -g -O2  conftest.c 1>&5
configure:1882: checking execution character set
configure:2272: checking whether make sets ${MAKE}
configure:2300: checking whether a default assembler was specified
configure:2312: checking whether a default linker was specified
configure:2324: checking for GNU C library
configure:2339: gcc -c -g -O2  conftest.c 1>&5
configure:2365: checking for mawk
configure:2365: checking for gawk
configure:2395: checking whether ln works
configure:2427: checking whether ln -s works
configure:2461: checking for ranlib
configure:2499: checking for a BSD compatible install
configure:2550: checking for ANSI C header files
configure:2654: checking whether time.h and sys/time.h may both be included
configure:2689: checking for working stdbool.h
configure:2701: gcc -c -g -O2  conftest.c 1>&5
configure:2722: checking whether string.h and strings.h may both be included
configure:2735: gcc -c -g -O2  conftest.c 1>&5
configure:2756: checking for sys/wait.h that is POSIX.1 compatible
configure:2804: checking for limits.h
configure:2804: checking for stddef.h
configure:2814: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2804: checking for string.h
configure:2804: checking for strings.h
configure:2804: checking for stdlib.h
configure:2804: checking for time.h
configure:2804: checking for fcntl.h
configure:2804: checking for unistd.h
configure:2804: checking for sys/file.h
configure:2804: checking for sys/time.h
configure:2804: checking for sys/mman.h
configure:2804: checking for sys/resource.h
configure:2804: checking for sys/param.h
configure:2804: checking for sys/times.h
configure:2814: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2804: checking for sys/stat.h
configure:2804: checking for direct.h
configure:2814: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2810:20: direct.h: No such file or directory
configure: failed program was:
#line 2809 "configure"
#include "confdefs.h"
#include <direct.h>
configure:2804: checking for malloc.h
configure:2804: checking for langinfo.h
configure:2814: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2844: checking for thread.h
configure:2854: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2850:20: thread.h: No such file or directory
configure: failed program was:
#line 2849 "configure"
#include "confdefs.h"
#include <thread.h>
configure:2878: checking for pthread.h
configure:2888: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2913: checking for CHAR_BIT
configure:2986: checking byte ordering
configure:3020: gcc -c -g -O2  conftest.c 1>&5
configure:3059: checking floating point format
configure:3094: gcc -c -g -O2  conftest.c 1>&5
configure:3183: checking for mktemp
configure:3222: checking for makeinfo
configure:3251: checking for modern makeinfo
configure:3257: version of makeinfo is 4.3
configure:3285: checking for recent Pod::Man
configure:3301: checking for flex
configure:3338: checking for bison
configure:3370: checking for collect2 libraries
configure:3392: gcc -o conftest -g -O2   conftest.c  1>&5
/tmp/ccaxS9md.o(.text+0xa): In function `main':
/root/Project-Genesis1-uClibc-scratch/gcc-src/gcc-test/gcc-3.3.2/gcc/configure:3388: undefined reference to `ldopen'
collect2: ld returned 1 exit status
configure: failed program was:
#line 3381 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char ldopen();

int main() {
ldopen()
; return 0; }
configure:3392: gcc -o conftest -g -O2   conftest.c -lld 1>&5
/usr/bin/ld: cannot find -lld
collect2: ld returned 1 exit status
configure: failed program was:
#line 3381 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char ldopen();

int main() {
ldopen()
; return 0; }
configure:3392: gcc -o conftest -g -O2   conftest.c -lmld 1>&5
/usr/bin/ld: cannot find -lmld
collect2: ld returned 1 exit status
configure: failed program was:
#line 3381 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char ldopen();

int main() {
ldopen()
; return 0; }
configure:3392: gcc -o conftest -g -O2   conftest.c -L/usr/lib/cmplrs/cc2.11 -lmld 1>&5
/usr/bin/ld: cannot find -lmld
collect2: ld returned 1 exit status
configure: failed program was:
#line 3381 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char ldopen();

int main() {
ldopen()
; return 0; }
configure:3392: gcc -o conftest -g -O2   conftest.c -L/usr/lib/cmplrs/cc3.11 -lmld 1>&5
/usr/bin/ld: cannot find -lmld
collect2: ld returned 1 exit status
configure: failed program was:
#line 3381 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char ldopen();

int main() {
ldopen()
; return 0; }
configure:3418: checking for library containing exc_resume
configure:3436: gcc -o conftest -g -O2   conftest.c  1>&5
/tmp/ccWvBIXj.o(.text+0xa): In function `main':
/root/Project-Genesis1-uClibc-scratch/gcc-src/gcc-test/gcc-3.3.2/gcc/configure:3432: undefined reference to `exc_resume'
collect2: ld returned 1 exit status
configure: failed program was:
#line 3425 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char exc_resume();

int main() {
exc_resume()
; return 0; }
configure:3458: gcc -o conftest -g -O2   conftest.c -lexc   1>&5
/usr/bin/ld: cannot find -lexc
collect2: ld returned 1 exit status
configure: failed program was:
#line 3447 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char exc_resume();

int main() {
exc_resume()
; return 0; }
configure:3488: checking for library containing ldexp
configure:3506: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3557: checking for preprocessor stringizing operator
configure:3595: checking for inttypes.h
configure:3608: gcc -c -g -O2  conftest.c 1>&5
configure:3635: checking for times
configure:3635: checking for clock
configure:3635: checking for dup2
configure:3663: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3635: checking for kill
configure:3663: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3635: checking for getrlimit
configure:3663: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3635: checking for setrlimit
configure:3663: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3635: checking for atoll
configure:3663: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3635: checking for atoq
configure:3663: gcc -o conftest -g -O2   conftest.c  1>&5
/tmp/cco5mP7k.o(.text+0xa): In function `main':
/root/Project-Genesis1-uClibc-scratch/gcc-src/gcc-test/gcc-3.3.2/gcc/configure:3657: undefined reference to `atoq'
collect2: ld returned 1 exit status
configure: failed program was:
#line 3640 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char atoq(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char atoq();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_atoq) || defined (__stub___atoq)
choke me
#else
atoq();
#endif

; return 0; }
configure:3635: checking for sysconf
configure:3635: checking for strsignal
configure:3635: checking for putc_unlocked
configure:3663: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3635: checking for fputc_unlocked
configure:3663: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3635: checking for fputs_unlocked
configure:3663: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3647: warning: conflicting types for built-in function `fputs_unlocked'
configure:3635: checking for fwrite_unlocked
configure:3663: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3635: checking for fprintf_unlocked
configure:3663: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3647: warning: conflicting types for built-in function `fprintf_unlocked'
/tmp/cciC7uC7.o(.text+0xa): In function `main':
/root/Project-Genesis1-uClibc-scratch/gcc-src/gcc-test/gcc-3.3.2/gcc/configure:3657: undefined reference to `fprintf_unlocked'
collect2: ld returned 1 exit status
configure: failed program was:
#line 3640 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char fprintf_unlocked(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char fprintf_unlocked();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_fprintf_unlocked) || defined (__stub___fprintf_unlocked)
choke me
#else
fprintf_unlocked();
#endif

; return 0; }
configure:3635: checking for getrusage
configure:3635: checking for nl_langinfo
configure:3663: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3635: checking for lstat
configure:3663: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3635: checking for scandir
configure:3663: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3635: checking for alphasort
configure:3663: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3635: checking for gettimeofday
configure:3635: checking for mmap
configure:3663: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3689: checking for ssize_t
configure:3725: checking for uid_t in sys/types.h
configure:3759: checking type of array argument to getgroups
configure:3792: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3847: checking whether the printf functions support %p
configure:3868: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3898: checking whether read-only mmap of a plain file works
configure:3917: checking whether mmap from /dev/zero works
configure:3943: checking for MAP_ANON(YMOUS)
configure:3962: gcc -c -g -O2  conftest.c 1>&5
configure:3980: checking whether mmap with MAP_ANON(YMOUS) works
configure:4035: checking for pid_t
configure:4069: checking for vfork.h
configure:4104: checking for working vfork
configure:4294: checking for iconv
configure:4312: gcc -o conftest -g -O2   conftest.c  1>&5
configure:4355: checking for iconv declaration
configure:4380: gcc -c -g -O2  conftest.c 1>&5
configure:4418: checking whether getenv is declared
configure:4437: gcc -c -g -O2 -I. -I./../include  conftest.c 1>&5
configure:4418: checking whether atol is declared
configure:4437: gcc -c -g -O2 -I. -I./../include  conftest.c 1>&5
configure:4418: checking whether sbrk is declared
configure:4437: gcc -c -g -O2 -I. -I./../include  conftest.c 1>&5
configure:4418: checking whether abort is declared
configure:4437: gcc -c -g -O2 -I. -I./../include  conftest.c 1>&5
configure:4418: checking whether atof is declared
configure:4437: gcc -c -g -O2 -I. -I./../include  conftest.c 1>&5
configure:4418: checking whether getcwd is declared
configure:4437: gcc -c -g -O2 -I. -I./../include  conftest.c 1>&5
configure:4418: checking whether getwd is declared
configure:4437: gcc -c -g -O2 -I. -I./../include  conftest.c 1>&5
configure:4418: checking whether strsignal is declared
configure:4437: gcc -c -g -O2 -I. -I./../include  conftest.c 1>&5
configure:4418: checking whether putc_unlocked is declared
configure:4437: gcc -c -g -O2 -I. -I./../include  conftest.c 1>&5
configure:4418: checking whether fputs_unlocked is declared
configure:4437: gcc -c -g -O2 -I. -I./../include  conftest.c 1>&5
configure:4418: checking whether fwrite_unlocked is declared
configure:4437: gcc -c -g -O2 -I. -I./../include  conftest.c 1>&5
configure:4418: checking whether fprintf_unlocked is declared
configure:4437: gcc -c -g -O2 -I. -I./../include  conftest.c 1>&5
configure: In function `main':
configure:4432: `fprintf_unlocked' undeclared (first use in this function)
configure:4432: (Each undeclared identifier is reported only once
configure:4432: for each function it appears in.)
configure: failed program was:
#line 4423 "configure"
#include "confdefs.h"
#undef HAVE_DECL_FPRINTF_UNLOCKED
#define HAVE_DECL_FPRINTF_UNLOCKED 1
  
#include "ansidecl.h"
#include "system.h"

int main() {
#ifndef fprintf_unlocked
char *(*pfn) = (char *(*)) fprintf_unlocked ;
#endif
; return 0; }
configure:4418: checking whether strstr is declared
configure:4437: gcc -c -g -O2 -I. -I./../include  conftest.c 1>&5
configure:4418: checking whether errno is declared
configure:4437: gcc -c -g -O2 -I. -I./../include  conftest.c 1>&5
configure:4418: checking whether vasprintf is declared
configure:4437: gcc -c -g -O2 -I. -I./../include  conftest.c 1>&5
configure:4418: checking whether malloc is declared
configure:4437: gcc -c -g -O2 -I. -I./../include  conftest.c 1>&5
configure:4418: checking whether realloc is declared
configure:4437: gcc -c -g -O2 -I. -I./../include  conftest.c 1>&5
configure:4418: checking whether calloc is declared
configure:4437: gcc -c -g -O2 -I. -I./../include  conftest.c 1>&5
configure:4418: checking whether free is declared
configure:4437: gcc -c -g -O2 -I. -I./../include  conftest.c 1>&5
configure:4418: checking whether basename is declared
configure:4437: gcc -c -g -O2 -I. -I./../include  conftest.c 1>&5
configure:4418: checking whether getopt is declared
configure:4437: gcc -c -g -O2 -I. -I./../include  conftest.c 1>&5
configure: In function `main':
configure:4432: `getopt' undeclared (first use in this function)
configure:4432: (Each undeclared identifier is reported only once
configure:4432: for each function it appears in.)
configure: failed program was:
#line 4423 "configure"
#include "confdefs.h"
#undef HAVE_DECL_GETOPT
#define HAVE_DECL_GETOPT 1
  
#include "ansidecl.h"
#include "system.h"

int main() {
#ifndef getopt
char *(*pfn) = (char *(*)) getopt ;
#endif
; return 0; }
configure:4418: checking whether clock is declared
configure:4437: gcc -c -g -O2 -I. -I./../include  conftest.c 1>&5
configure:4539: checking whether getrlimit is declared
configure:4562: gcc -c -g -O2 -I. -I./../include  conftest.c 1>&5
configure:4539: checking whether setrlimit is declared
configure:4562: gcc -c -g -O2 -I. -I./../include  conftest.c 1>&5
configure:4539: checking whether getrusage is declared
configure:4562: gcc -c -g -O2 -I. -I./../include  conftest.c 1>&5
configure:4614: gcc -c -g -O2 -I. -I./../include  conftest.c 1>&5
configure:4631: checking whether times is declared
configure:4654: gcc -c -g -O2 -I. -I./../include  conftest.c 1>&5
configure:4688: checking for struct tms
configure:4707: gcc -c -g -O2 -I. -I./../include  conftest.c 1>&5
configure:4730: checking for clock_t
configure:4746: gcc -c -g -O2 -I. -I./../include  conftest.c 1>&5
configure:4772: checking for .preinit_array/.init_array/.fini_array support
configure:4782: gcc -o conftest conftest.c 1>&AS_MESSAGE_LOG_FD
configure:4811: checking if mkdir takes one argument
configure:4833: gcc -c -g -O2  conftest.c 1>&5
configure:4873: checking for main in -lunwind
configure:4888: gcc -o conftest -g -O2   conftest.c -lunwind   1>&5
/usr/bin/ld: cannot find -lunwind
collect2: ld returned 1 exit status
configure: failed program was:
#line 4881 "configure"
#include "confdefs.h"

int main() {
main()
; return 0; }
configure:5166: checking for library containing strerror
configure:5184: gcc -o conftest -g -O2   conftest.c  1>&5
configure:5229: checking for working const
configure:5304: checking for off_t
configure:5337: checking for size_t
configure:5372: checking for working alloca.h
configure:5405: checking for alloca
configure:5438: gcc -o conftest -g -O2   conftest.c  1>&5
configure:5605: checking whether we are using the GNU C Library 2.1 or newer
configure:5646: checking for argz.h
configure:5656: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:5646: checking for limits.h
configure:5646: checking for locale.h
configure:5656: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:5646: checking for nl_types.h
configure:5656: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:5646: checking for malloc.h
configure:5646: checking for stddef.h
configure:5646: checking for stdlib.h
configure:5646: checking for string.h
configure:5646: checking for unistd.h
configure:5646: checking for sys/param.h
configure:5687: checking for feof_unlocked
configure:5715: gcc -o conftest -g -O2   conftest.c  1>&5
configure:5687: checking for fgets_unlocked
configure:5715: gcc -o conftest -g -O2   conftest.c  1>&5
configure:5687: checking for getcwd
configure:5687: checking for getegid
configure:5715: gcc -o conftest -g -O2   conftest.c  1>&5
configure:5687: checking for geteuid
configure:5715: gcc -o conftest -g -O2   conftest.c  1>&5
configure:5687: checking for getgid
configure:5715: gcc -o conftest -g -O2   conftest.c  1>&5
configure:5687: checking for getuid
configure:5715: gcc -o conftest -g -O2   conftest.c  1>&5
configure:5687: checking for mempcpy
configure:5715: gcc -o conftest -g -O2   conftest.c  1>&5
configure:5687: checking for munmap
configure:5715: gcc -o conftest -g -O2   conftest.c  1>&5
configure:5687: checking for putenv
configure:5687: checking for setenv
configure:5687: checking for setlocale
configure:5715: gcc -o conftest -g -O2   conftest.c  1>&5
configure:5687: checking for stpcpy
configure:5715: gcc -o conftest -g -O2   conftest.c  1>&5
configure:5687: checking for strchr
configure:5687: checking for strcasecmp
configure:5687: checking for strdup
configure:5687: checking for strtoul
configure:5687: checking for tsearch
configure:5715: gcc -o conftest -g -O2   conftest.c  1>&5
configure:5687: checking for __argz_count
configure:5715: gcc -o conftest -g -O2   conftest.c  1>&5
configure:5687: checking for __argz_stringify
configure:5715: gcc -o conftest -g -O2   conftest.c  1>&5
configure:5687: checking for __argz_next
configure:5715: gcc -o conftest -g -O2   conftest.c  1>&5
configure:5756: checking for iconv
configure:5817: checking for iconv declaration
configure:5871: checking for nl_langinfo and CODESET
configure:5883: gcc -o conftest -g -O2   conftest.c  1>&5
configure:5906: checking for LC_MESSAGES
configure:5918: gcc -o conftest -g -O2   conftest.c  1>&5
configure:5939: checking whether NLS is requested
configure:5962: checking whether included gettext is requested
configure:5982: checking for libintl.h
configure:5992: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6013: checking for GNU gettext in libc
configure:6027: gcc -o conftest -g -O2   conftest.c  1>&5
configure:6092: checking for dcgettext
configure:6120: gcc -o conftest -g -O2   conftest.c   1>&5
configure:6149: checking for msgfmt
configure:6183: checking for gmsgfmt
configure:6220: checking for xgettext
configure:6412: checking for bison
configure:6445: checking version of bison
configure:6490: checking for catalogs to be installed
configure:6853: checking what assembler to use
configure:6947: checking what linker to use
configure:7040: checking what nm to use
configure:7052: checking what objdump to use
configure:7064: checking assembler alignment features
configure:7112: checking assembler subsection support
configure:7152: checking assembler weak support
configure:7175: checking assembler hidden support
configure:7241: checking assembler leb128 support
configure:7286: checking assembler eh_frame optimization
configure:7367: checking assembler section merging support
configure:7390: checking assembler thread-local storage support
configure:7862: checking assembler dwarf2 debug_line support
configure:7919: checking assembler --gdwarf2 support
configure:7948: checking assembler --gstabs support
configure:7983: checking linker read-only and read-write section mixing
configure:8021: checking linker PT_GNU_EH_FRAME support
configure:8045: checking whether libgloss uses STARTUP directives consistently
configure:8249: checking whether to enable maintainer-specific portions of Makefiles

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux