From: Morgan R. <ms...@re...> - 2006-06-15 23:42:05
|
Hi Folks, Not really a devel Q, but not much happens on user:) I've downloaded the cvs and I'm trying to make for 2.6.16-1.2133_FC5, but I get: [root@morgansmachine Unix]# make make: *** No targets specified and no makefile found. Stop. Any ideas much appreciated (something I'm missing I suspect). Below is output of running autogen.sh. Also, can "make install" be directed to install to /usr/local or /opt? (So, I don't have to re make when I fc5->6.) Regards, M [root@morgansmachine Unix]# ./autogen.sh + Running aclocal: aclocal:configure.ac:274: warning: macro `AM_PATH_GTK' not f ound in library aclocal:configure.ac:280: warning: macro `AM_GNU_GETTEXT' not found in library done. + Running autoheader: done. + Running autoconf: done. + Running 'configure ': ** If you wish to pass arguments to ./configure, please ** specify them on the command line. 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 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 ANSI C... none needed checking whether gcc and cc understand -c and -o together... yes checking how to run the C preprocessor... gcc -E checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/install -c checking for egrep... grep -E checking for mon... no configure: WARNING: Could not find mon, ignoring --with-mon. checking for sem_init in -lposix4... no checking for timer_create in -lrt... yes checking for shm_open in -lrt... yes checking for cos in -lm... yes checking for X... libraries , headers checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for pthread_create in -lpthread... yes checking for pthread_cond_init... yes checking for pthread_cancel... yes checking for pthread_testcancel... yes checking for pthread_mutexattr_setprotocol... yes checking for pthread_mutexattr_settype... yes checking for pthread_mutexattr_setpshared... yes checking for sem_init... yes checking for XF86DGAQueryExtension in -lXxf86dga... yes configure: WARNING: Cannot have both --enable-xf86-dga and --enable-fbdev-dga, ignoring --enable-fbdev-dga. checking for XF86VidModeQueryExtension in -lXxf86vm... yes checking for pkg-config... /usr/bin/pkg-config checking for GTK+ - version >=3D 1.3.15... yes (version 2.8.18) =2E/configure: line 7064: syntax error near unexpected token `1.2.0,' =2E/configure: line 7064: ` AM_PATH_GTK(1.2.0,' [root@morgansmachine Unix]# make make: *** No targets specified and no makefile found. Stop. [root@morgansmachine Unix]# --=20 Morgan Read NEW ZEALAND <mailto:mstuffATreadDOTorgDOTnz> fedora: Freedom Forever! http://fedoraproject.org/wiki/Overview |