Building the Strace Package

From Linux/Xtensa
Revision as of 11:15, 1 December 2009 by Piet (talk | contribs) (New page: [root@hifi ~]# '''cd /home/default/src/strace-4.5.15''' ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
   [root@hifi ~]# cd /home/default/src/strace-4.5.15                                                                                                                                            
   [root@hifi strace-4.5.15]# ./configure                                                                                                                                                       
   checking for a BSD-compatible install... /usr/bin/install -c                                                                                                                                 
   checking whether build environment is sane... yes                                                                                                                                            
   checking for gawk... no                                                                                                                                                                      
   checking for mawk... no                                                                                                                                                                      
   checking for nawk... no                                                                                                                                                                      
   checking for awk... awk                                                                                                                                                                      
   checking whether make sets $(MAKE)... yes                                                                                                                                                    
   checking whether to enable maintainer-specific portions of Makefiles... no                                                                                                                   
   checking build system type... xtensa_test_mmuhifi_c3-unknown-linux-uclibc                                                                                                                    
   checking host system type... xtensa_test_mmuhifi_c3-unknown-linux-uclibc                                                                                                                     
   checking for supported operating system... linux                                                                                                                                             
   checking for supported architecture... xtensa                                                                                                                                                
   checking for gcc... gcc                                                                                                                                                                      
   checking for C compiler default output file name... a.out                                                                                                                                    
   checking whether the C compiler works... yes                                                                                                                                                 
   checking whether we are cross compiling... no                                                                                                                                                
   checking for suffix of executables...                                                                                                                                                        
   checking for suffix of object files... o                                                                                                                                                     
   checking whether we are using the GNU C compiler... yes
   checking whether gcc accepts -g... yes
   checking for gcc option to accept ISO C89... none needed
   checking for style of include used by make... GNU
   checking dependency style of gcc... gcc3
   checking how to run the C preprocessor... gcc -E
   checking for grep that handles long lines and -e... /bin/grep
   checking for egrep... /bin/grep -E
   checking for ANSI C header files... yes
   checking for sys/types.h... yes
   checking for sys/stat.h... yes
   checking for stdlib.h... yes
   checking for string.h... yes
   checking for memory.h... yes
   checking for strings.h... yes
   checking for inttypes.h... yes
   checking for stdint.h... yes
   checking for unistd.h... yes
   checking minix/config.h usability... no
   checking minix/config.h presence... no
   checking for minix/config.h... no
   checking whether it is safe to define __EXTENSIONS__... yes
   checking for primary include directory... /usr/include
   checking how to run the C preprocessor... gcc -E
   checking whether gcc needs -traditional... no
   checking for a BSD-compatible install... /usr/bin/install -c
   checking for an ANSI C-conforming const... yes
   checking for ANSI C header files... (cached) yes
   checking for dirent.h that defines DIR... yes
   checking for library containing opendir... none required
   checking whether stat file-mode macros are broken... no
   checking for struct stat.st_blksize... yes
   checking for struct stat.st_blocks... yes
   checking for struct stat.st_aclcnt... no
   checking for struct stat.st_flags... no
   checking for struct stat.st_fstype... no
   checking for struct stat.st_gen... no
   checking for struct stat.st_level... no
   checking for struct stat.st_rdev... yes
   checking for stat64 in (asm|sys)/stat.h... yes
   checking for statfs64 in sys/(statfs|vfs).h... yes
   checking return type of signal handlers... void
   checking for uid_t in sys/types.h... yes
   checking for mode_t... yes
   checking type of array argument to getgroups... gid_t
   checking whether sys/types.h defines makedev... yes
   checking for sig_atomic_t... yes
   checking for siginfo_t... yes
   checking for struct sockaddr_in6.sin6_scope_id... yes
   checking for long long... yes
   checking for little endian long long...

[piet@fc9desktop ~]$