[Mono-list] Configure error when compiling from svn

smalcom smal.root at gmail.com
Wed Oct 29 07:57:16 EDT 2008


have dirs: gdiplus, mcs, mono. cd mono and

bash-3.1$ CFLAGS='-O3 -march=k8 -mtune=k8' CXXFLAGS='-O3 -march=k8
-mtune=k8' autogen.sh --prefix=/usr/
Running libtoolize...                                                                                  
You should add the contents of `/usr/share/aclocal/libtool.m4' to
`aclocal.m4'.                        
Running aclocal -I .  ...                                                                              
/usr/share/aclocal/imlib.m4:9: warning: underquoted definition of
AM_PATH_IMLIB                        
/usr/share/aclocal/imlib.m4:9:   run info '(automake)Extending aclocal'                                
/usr/share/aclocal/imlib.m4:9:   or see
http://sources.redhat.com/automake/automake.html#Extending-aclocal
Running autoheader...                                                                                     
Running automake --gnu  ...                                                                               
configure.in:9: installing `./install-sh'                                                                 
configure.in:9: installing `./missing'                                                                    
ikvm-native/Makefile.am: installing `./depcomp'                                                           
mono/benchmark/Makefile.am:52: `%'-style pattern rules are a GNU make
extension                           
mono/benchmark/Makefile.am:55: `%'-style pattern rules are a GNU make
extension                           
mono/mini/Makefile.am:415: `%'-style pattern rules are a GNU make extension                               
mono/mini/Makefile.am:422: `%'-style pattern rules are a GNU make extension                               
mono/mini/Makefile.am:131: compiling `genmdesc.c' with per-target flags
requires `AM_PROG_CC_C_O' in `configure.in'
mono/monograph/Makefile.am:28: `%'-style pattern rules are a GNU make
extension                                    
mono/tests/Makefile.am:435: `%'-style pattern rules are a GNU make extension                                       
mono/tests/Makefile.am:438: `%'-style pattern rules are a GNU make extension                                       
mono/tests/cas/assembly/Makefile.am:59: `%'-style pattern rules are a GNU
make extension                           
mono/tests/cas/assembly/Makefile.am:62: `%'-style pattern rules are a GNU
make extension                           
mono/tests/cas/demand/Makefile.am:73: `%'-style pattern rules are a GNU make
extension                             
mono/tests/cas/demand/Makefile.am:76: `%'-style pattern rules are a GNU make
extension                             
mono/tests/cas/inheritance/Makefile.am:83: `%'-style pattern rules are a GNU
make extension                        
mono/tests/cas/inheritance/Makefile.am:86: `%'-style pattern rules are a GNU
make extension                        
mono/tests/cas/inheritance/Makefile.am:89: `%'-style pattern rules are a GNU
make extension                        
mono/tests/cas/inheritance/Makefile.am:92: `%'-style pattern rules are a GNU
make extension                        
mono/tests/cas/inheritance/Makefile.am:95: `%'-style pattern rules are a GNU
make extension                        
mono/tests/cas/inheritance/Makefile.am:98: `%'-style pattern rules are a GNU
make extension                        
mono/tests/cas/linkdemand/Makefile.am:95: `%'-style pattern rules are a GNU
make extension                         
mono/tests/cas/linkdemand/Makefile.am:98: `%'-style pattern rules are a GNU
make extension                         
mono/tests/cas/linkdemand/Makefile.am:113: `%'-style pattern rules are a GNU
make extension                        
mono/tests/cas/linkdemand/Makefile.am:116: `%'-style pattern rules are a GNU
make extension                        
mono/tests/cas/threads/Makefile.am:79: `%'-style pattern rules are a GNU
make extension                            
mono/tests/cas/threads/Makefile.am:82: `%'-style pattern rules are a GNU
make extension                            
mono/tests/cas/threads/Makefile.am:85: `%'-style pattern rules are a GNU
make extension                            
scripts/Makefile.am:172: shell cygpath -m $(libdir: non-POSIX variable name                                        
scripts/Makefile.am:172: (probably a GNU make extension)                                                           
scripts/Makefile.am:173: shell cygpath -m $(libdir: non-POSIX variable name                                        
scripts/Makefile.am:173: (probably a GNU make extension)                                                           
Running autoconf ...                                                                                               
Running libgc/autogen.sh ...                                                                                       
Running libtoolize...                                                                                              
You should add the contents of `/usr/share/aclocal/libtool.m4' to
`aclocal.m4'.                                    
Running aclocal  ...                                                                                               
acinclude.m4:20: warning: underquoted definition of GC_SET_VERSION                                                 
acinclude.m4:20:   run info '(automake)Extending aclocal'                                                          
acinclude.m4:20:   or see
http://sources.redhat.com/automake/automake.html#Extending-aclocal                       
Running automake --gnu  ...                                                                                        
Running autoconf ...                                                                                               
Skipping configure process.                                                                                        
Done running libgc/autogen.sh ...                                                                                  
Running ./configure --enable-maintainer-mode --enable-compile-warnings
--prefix=/usr/ ...                          
checking build system type... i686-pc-linux-gnu                                                                    
checking host system type... i686-pc-linux-gnu                                                                     
checking target system type... i686-pc-linux-gnu                                                                   
checking for a BSD-compatible install... /usr/bin/ginstall -c                                                      
checking whether build environment is sane... yes                                                                  
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p                                                           
checking for gawk... gawk                                                                                          
checking whether make sets $(MAKE)... yes                                                                          
checking how to create a ustar tar archive... gnutar                                                               
checking whether to enable maintainer-specific portions of Makefiles... yes                                        
checking whether ln -s works... yes                                                                                
checking host platform characteristics... ok                                                                       
checking for gcc... gcc                                                                                            
checking for gcc... (cached) 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 dependency style of gcc... gcc3                                                                           
checking for gcc... (cached) gcc                                                                                   
checking whether we are using the GNU C compiler... (cached) yes                                                   
checking whether gcc accepts -g... (cached) yes                                                                    
checking for gcc option to accept ISO C89... (cached) none needed                                                  
checking dependency style of gcc... (cached) gcc3                                                                  
checking for a BSD-compatible install... /usr/bin/ginstall -c                                                      
checking for gawk... (cached) gawk                                                                                 
checking for bison... yes                                                                                          
checking how to run the C preprocessor... gcc -E                                                                   
checking for grep that handles long lines and -e... /usr/bin/grep                                                  
checking for egrep... /usr/bin/grep -E                                                                             
checking for ANSI C header files... yes                                                                            
checking for a sed that does not truncate output... /usr/bin/sed                                                   
checking for ld used by gcc... /usr/i486-slackware-linux/bin/ld                                                    
checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes                                         
checking for /usr/i486-slackware-linux/bin/ld option to reload object
files... -r                                  
checking for BSD-compatible nm... /usr/bin/nm -B                                                                   
checking how to recognize dependent libraries... pass_all                                                          
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 dlfcn.h usability... yes                                                                                  
checking dlfcn.h presence... yes                                                                                   
checking for dlfcn.h... yes                                                                                        
checking for g++... g++                                                                                            
checking whether we are using the GNU C++ compiler... yes                                                          
checking whether g++ accepts -g... yes                                                                             
checking dependency style of g++... gcc3                                                                           
checking how to run the C++ preprocessor... g++ -E                                                                 
checking for g77... no                                                                                             
checking for xlf... no                                                                                             
checking for f77... no                                                                                             
checking for frt... no                                                                                             
checking for pgf77... no                                                                                           
checking for cf77... no                                                                                            
checking for fort77... no                                                                                          
checking for fl32... no                                                                                            
checking for af77... no                                                                                            
checking for xlf90... no                                                                                           
checking for f90... no                                                                                             
checking for pgf90... no                                                                                           
checking for pghpf... no                                                                                           
checking for epcf90... no                                                                                          
checking for gfortran... no                                                                                        
checking for g95... no                                                                                             
checking for xlf95... no                                                                                           
checking for f95... no                                                                                             
checking for fort... no                                                                                            
checking for ifort... no                                                                                           
checking for ifc... no                                                                                             
checking for efc... no                                                                                             
checking for pgf95... no                                                                                           
checking for lf95... no                                                                                            
checking for ftn... no                                                                                             
checking whether we are using the GNU Fortran 77 compiler... no                                                    
checking whether  accepts -g... no                                                                                 
checking the maximum length of command line arguments... 98304                                                     
checking command to parse /usr/bin/nm -B output from gcc object... ok                                              
checking for objdir... .libs                                                                                       
checking for ar... ar                                                                                              
checking for ranlib... ranlib                                                                                      
checking for strip... strip                                                                                        
checking if gcc supports -fno-rtti -fno-exceptions... no                                                           
checking for gcc option to produce PIC... -fPIC                                                                    
checking if gcc PIC flag -fPIC works... yes                                                                        
checking if gcc static flag -static works... yes                                                                   
checking if gcc supports -c -o file.o... yes                                                                       
checking whether the gcc linker (/usr/i486-slackware-linux/bin/ld) supports
shared libraries... yes                
checking whether -lc should be explicitly linked in... no                                                          
checking dynamic linker characteristics... GNU/Linux ld.so                                                         
checking how to hardcode library paths into programs... immediate                                                  
checking whether stripping libraries is possible... yes                                                            
checking if libtool supports shared libraries... yes                                                               
checking whether to build shared libraries... yes                                                                  
checking whether to build static libraries... yes                                                                  
configure: creating libtool                                                                                        
appending configuration tag "CXX" to libtool                                                                       
checking for ld used by g++... /usr/i486-slackware-linux/bin/ld                                                    
checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes                                         
checking whether the g++ linker (/usr/i486-slackware-linux/bin/ld) supports
shared libraries... yes                
checking for g++ option to produce PIC... -fPIC                                                                    
checking if g++ PIC flag -fPIC works... yes                                                                        
checking if g++ static flag -static works... yes                                                                   
checking if g++ supports -c -o file.o... yes                                                                       
checking whether the g++ linker (/usr/i486-slackware-linux/bin/ld) supports
shared libraries... yes                
checking dynamic linker characteristics... GNU/Linux ld.so                                                         
(cached) (cached) checking how to hardcode library paths into programs...
immediate                                
appending configuration tag "F77" to libtool                                                                       
checking for bash... /usr/bin/bash                                                                                 
checking if dolt supports this host... yes, replacing libtool                                                      
checking for ld used by gcc... (cached) /usr/i486-slackware-linux/bin/ld                                           
checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld...
(cached) yes                                
checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld...
(cached) yes                                
checking sys/filio.h usability... no                                                                               
checking sys/filio.h presence... no                                                                                
checking for sys/filio.h... no                                                                                     
checking sys/sockio.h usability... no                                                                              
checking sys/sockio.h presence... no                                                                               
checking for sys/sockio.h... no                                                                                    
checking netdb.h usability... yes                                                                                  
checking netdb.h presence... yes                                                                                   
checking for netdb.h... yes                                                                                        
checking utime.h usability... yes                                                                                  
checking utime.h presence... yes                                                                                   
checking for utime.h... yes                                                                                        
checking sys/utime.h usability... no                                                                               
checking sys/utime.h presence... no                                                                                
checking for sys/utime.h... no                                                                                     
checking semaphore.h usability... yes                                                                              
checking semaphore.h presence... yes                                                                               
checking for semaphore.h... yes                                                                                    
checking sys/un.h usability... yes                                                                                 
checking sys/un.h presence... yes                                                                                  
checking for sys/un.h... yes                                                                                       
checking linux/rtc.h usability... yes                                                                              
checking linux/rtc.h presence... yes                                                                               
checking for linux/rtc.h... yes                                                                                    
checking sys/syscall.h usability... yes                                                                            
checking sys/syscall.h presence... yes                                                                             
checking for sys/syscall.h... yes                                                                                  
checking sys/mkdev.h usability... no                                                                               
checking sys/mkdev.h presence... no                                                                                
checking for sys/mkdev.h... no                                                                                     
checking zlib.h usability... yes                                                                                   
checking zlib.h presence... yes                                                                                    
checking for zlib.h... yes                                                                                         
Using system zlib                                                                                                  
checking elf.h usability... yes                                                                                    
checking elf.h presence... yes                                                                                     
checking for elf.h... yes                                                                                          
checking poll.h usability... yes                                                                                   
checking poll.h presence... yes                                                                                    
checking for poll.h... yes                                                                                         
checking sys/poll.h usability... yes                                                                               
checking sys/poll.h presence... yes                                                                                
checking for sys/poll.h... yes                                                                                     
checking sys/wait.h usability... yes                                                                               
checking sys/wait.h presence... yes                                                                                
checking for sys/wait.h... yes                                                                                     
checking grp.h usability... yes                                                                                    
checking grp.h presence... yes                                                                                     
checking for grp.h... yes                                                                                          
checking syslog.h usability... yes                                                                                 
checking syslog.h presence... yes                                                                                  
checking for syslog.h... yes                                                                                       
checking wchar.h usability... yes                                                                                  
checking wchar.h presence... yes                                                                                   
checking for wchar.h... yes                                                                                        
checking ieeefp.h usability... no                                                                                  
checking ieeefp.h presence... no                                                                                   
checking for ieeefp.h... no                                                                                        
checking for isinf... yes                                                                                          
checking size of void *... 4                                                                                       
checking for -Wdeclaration-after-statement option to gcc... yes                                                    
checking integrity of package... ok                                                                                
checking whether NLS is requested... yes                                                                           
checking for msgfmt... /usr/bin/msgfmt                                                                             
checking for gmsgfmt... /usr/bin/msgfmt                                                                            
checking for xgettext... /usr/bin/xgettext                                                                         
checking for msgmerge... /usr/bin/msgmerge                                                                         
checking for pkg-config... /usr/bin/pkg-config                                                                     
checking pkg-config is at least version 0.9.0... yes                                                               
checking for BASE_DEPENDENCIES... yes                                                                              
checking for -mno-tls-direct-seg-refs option to gcc... yes                                                         
checking for visibility __attribute__... yes                                                                       
checking for library containing clock_gettime... -lrt                                                              
checking for dlopen... no                                                                                          
checking for dlopen in -ldl... yes                                                                                 
checking for preceeding underscore in symbols... no                                                                
checking for dlerror... yes                                                                                        
checking execinfo.h usability... yes                                                                               
checking execinfo.h presence... yes                                                                                
checking for execinfo.h... yes                                                                                     
checking for getgrgid_r... yes                                                                                     
checking for getgrnam_r... yes                                                                                     
checking for getpwnam_r... yes                                                                                     
checking for getpwuid_r... yes                                                                                     
checking for getresuid... yes                                                                                      
checking for setresuid... yes                                                                                      
checking for kqueue... no                                                                                          
checking for backtrace_symbols... yes                                                                              
checking for mkstemp... yes                                                                                        
checking for mmap... yes                                                                                           
checking for madvise... yes                                                                                        
checking for getrusage... yes                                                                                      
checking for getpriority... yes                                                                                    
checking for setpriority... yes                                                                                    
checking for sched_setaffinity... yes                                                                              
checking if off_t is 64 bits wide... no                                                                            
checking if _FILE_OFFSET_BITS=64 gives 64 bit off_t... ok                                                          
checking for socket in -lsocket... no                                                                              
checking for MSG_NOSIGNAL... yes                                                                                   
checking for SOL_IP... yes                                                                                         
checking for SOL_IPV6... yes                                                                                       
checking for SOL_TCP... no                                                                                         
checking for IP_PKTINFO... yes                                                                                     
checking for IPV6_PKTINFO... yes                                                                                   
checking for IP_DONTFRAGMENT... no                                                                                 
checking for IP_MTU_DISCOVER... yes                                                                                
checking for struct ip_mreqn... yes                                                                                
checking for gethostbyname2_r... yes                                                                               
checking for gethostbyaddr... yes                                                                                  
checking for inet_pton... yes                                                                                      
checking for inet_aton... yes                                                                                      
checking size of sockaddr_un.sun_path... 108                                                                       
checking whether gcc supports zero length arrays... yes                                                            
checking for main in -lpthread... yes                                                                              
checking pthread.h usability... yes                                                                                
checking pthread.h presence... yes                                                                                 
checking for pthread.h... yes                                                                                      
checking for pthread_mutex_timedlock... yes                                                                        
checking for pthread_getattr_np... yes                                                                             
checking for pthread_attr_get_np... no                                                                             
checking for PTHREAD_MUTEX_RECURSIVE... ok                                                                         
checking for pthread_attr_setstacksize... yes                                                                      
checking for pthread_attr_getstack... yes                                                                          
checking for pthread_get_stacksize_np... no                                                                        
checking for pthread_get_stackaddr_np... no                                                                        
checking for working __thread... yes                                                                               
checking for working sigaltstack... yes                                                                            
checking for library containing sem_init... none required                                                          
checking for library containing shm_open... none required                                                          
checking for shm_open... yes                                                                                       
checking for tm_gmtoff in struct tm... yes                                                                         
checking for finite... yes                                                                                         
checking for isfinite... no                                                                                        
checking for isfinite in math.h... yes                                                                             
checking for poll... yes                                                                                           
checking for signbit... yes                                                                                        
checking sys/epoll.h usability... yes                                                                              
checking sys/epoll.h presence... yes                                                                               
checking for sys/epoll.h... yes                                                                                    
checking for epoll_ctl... yes                                                                                      
checking sys/ioctl.h usability... yes                                                                              
checking sys/ioctl.h presence... yes                                                                               
checking for sys/ioctl.h... yes                                                                                    
checking net/if.h usability... yes                                                                                 
checking net/if.h presence... yes                                                                                  
checking for net/if.h... yes                                                                                       
checking for ifreq... yes                                                                                          
checking for sockaddr_in.sin_len... no                                                                             
checking for sockaddr_in6.sin6_len... no                                                                           
checking checklist.h usability... no                                                                               
checking checklist.h presence... no                                                                                
checking for checklist.h... no                                                                                     
checking fstab.h usability... yes                                                                                  
checking fstab.h presence... yes                                                                                   
checking for fstab.h... yes                                                                                        
checking attr/xattr.h usability... yes                                                                             
checking attr/xattr.h presence... yes                                                                              
checking for attr/xattr.h... yes                                                                                   
checking sys/extattr.h usability... no                                                                             
checking sys/extattr.h presence... no                                                                              
checking for sys/extattr.h... no                                                                                   
checking sys/sendfile.h usability... yes                                                                           
checking sys/sendfile.h presence... yes                                                                            
checking for sys/sendfile.h... yes                                                                                 
checking sys/statvfs.h usability... yes                                                                            
checking sys/statvfs.h presence... yes                                                                             
checking for sys/statvfs.h... yes                                                                                  
checking sys/vfstab.h usability... no                                                                              
checking sys/vfstab.h presence... no                                                                               
checking for sys/vfstab.h... no                                                                                    
checking sys/xattr.h usability... yes                                                                              
checking sys/xattr.h presence... yes                                                                               
checking for sys/xattr.h... yes                                                                                    
checking sys/mman.h usability... yes                                                                               
checking sys/mman.h presence... yes                                                                                
checking for sys/mman.h... yes                                                                                     
checking for getdomainname... yes                                                                                  
checking for setdomainname... yes                                                                                  
checking for fgetgrent... yes                                                                                      
checking for fgetpwent... yes                                                                                      
checking for fgetpwent... (cached) yes                                                                             
checking for getfsstat... no                                                                                       
checking for lutimes... yes                                                                                        
checking for mremap... yes                                                                                         
checking for remap_file_pages... yes                                                                               
checking for posix_fadvise... yes                                                                                  
checking for posix_fallocate... yes                                                                                
checking for posix_madvise... yes                                                                                  
checking for vsnprintf... yes                                                                                      
checking for sendfile... yes                                                                                       
checking for sethostid... yes                                                                                      
checking for statfs... yes                                                                                         
checking for fstatfs... yes                                                                                        
checking for statvfs... yes                                                                                        
checking for fstatvfs... yes                                                                                       
checking for stime... yes                                                                                          
checking for strerror_r... yes                                                                                     
checking for ttyname_r... yes                                                                                      
checking size of size_t... 4                                                                                       
checking for blksize_t... yes                                                                                      
checking for blkcnt_t... yes                                                                                       
checking for suseconds_t... yes                                                                                    
checking for struct flock... yes                                                                                   
checking for struct pollfd... yes                                                                                  
checking for struct stat... yes                                                                                    
checking for struct timespec... yes                                                                                
checking for struct timeval... yes                                                                                 
checking for struct timezone... yes                                                                                
checking for struct utimbuf... yes                                                                                 
checking for struct dirent.d_off... yes                                                                            
checking for struct dirent.d_reclen... yes                                                                         
checking for struct dirent.d_type... yes                                                                           
checking for lsetxattr... yes                                                                                      
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking for term.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for socklen_t... yes
checking for array element initalizer support... yes
checking for trunc... yes
checking for aintl in -lsunmath... no
checking if usage of random device is requested... yes
checking for random device... yes
checking if inter-process shared handles are requested... yes
checking if big-arrays are to be enabled... no
checking for X... libraries , headers
checking for the soname of libX11.so... libX11.so.6
checking valgrind/memcheck.h usability... no
checking valgrind/memcheck.h presence... no
checking for valgrind/memcheck.h... no
checking if the Mono Debugger is supported on this platform... yes
checking if the tls_model attribute is supported... yes
./configure: line 41132: syntax error near unexpected token `('
./configure: line 41132: `  for ac_var in `(set) 2>&1 | sed -n
's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do'

-- 
View this message in context: http://www.nabble.com/Configure-error-when-compiling-from-svn-tp20225549p20225549.html
Sent from the Mono - General mailing list archive at Nabble.com.



More information about the Mono-list mailing list