Re: [Cpu-users] Compiling Issues
Brought to you by:
matheny
From: Caylan V. L. <ca...@cs...> - 2002-06-21 22:15:52
|
Ok, I upgraded both packages: autoconf (GNU Autoconf) 2.53 Written by David J. MacKenzie and Akim Demaille. and automake (GNU automake) 1.6 Written by Tom Tromey <tr...@re...>. But when I run make: . . . checking for isascii... yes checking for memset... yes checking for mkdir... yes checking for strchr... yes checking for strdup... yes checking for strspn... yes checking your OS... linux configure: creating ./config.status cd . && \ CONFIG_HEADERS= CONFIG_LINKS= \ CONFIG_FILES=Makefile /bin/sh ./config.status config.status: creating Makefile Making all in src make[1]: Entering directory `/usr/local/src/source/cpu-1.3.13/src' cd .. && \ CONFIG_HEADERS= CONFIG_LINKS= \ CONFIG_FILES=src/Makefile /bin/sh ./config.status config.status: creating src/Makefile make[1]: Leaving directory `/usr/local/src/source/cpu-1.3.13/src' make[1]: Entering directory `/usr/local/src/source/cpu-1.3.13/src' Makefile:155: *** missing separator. Stop. make[1]: Leaving directory `/usr/local/src/source/cpu-1.3.13/src' make: *** [all-recursive] Error 1 Bad news bears! BTW: # echo $CPPFLAGS -I/usr/local/include # echo $LDFLAGS -L/usr/local/lib Any ideas/fixes? Thanks, Caylan Van Larson Unix Administrator - Systems Team Member University of North Dakota (Aerospace College) ca...@cs... 701-777-6151 (work) On Tue, 4 Jun 2002, Blake Matheny wrote: > Is it possible for you to upgrade to newer versions of > autoconf/automake? Currently cpu needs autoconf >= 2.52 and automake > >= 1.5. Other versions may work, but more likely is that you will get > results like you did. If it isn't possible let me know, I'll try and > figure something out. I know someone produced an rpm of cpu at some > point, try searching google. Thanks. > > -Blake > > >Whatchu talkin' 'bout, Willis? > > Yes sir, my appologies, > > > > This should aid you in aiding me ;D > > > > [root@slurpy source]# rpm -qa | grep auto > > autoconf-2.13-14 > > automake-1.4p5-2 > > autofs-3.1.7-21 > > [root@slurpy source]# rpm -qa | grep glib > > glib-devel-1.2.10-5 > > glibc-2.2.4-13 > > glibc-common-2.2.4-13 > > glib-1.2.10-5 > > glibc-devel-2.2.4-13 > > [root@slurpy source]# > > > > > > > > Caylan Van Larson > > Unix Administrator - Systems Team Member > > University of North Dakota (Aerospace College) > > ca...@cs... > > 701-777-6151 (work) > > > > On Tue, 4 Jun 2002, Blake Matheny wrote: > > > > > Could you please reply with the versions of autoconf and automake? > > > Thanks. > > > > > > -Blake > > > > > > Whatchu talkin' 'bout, Willis? > > > > Hello, > > > > > > > > Anyone know what is happening here? > > > > > > > > [root@slurpy cpu-1.3.13]# make > > > > cd . && /bin/sh /usr/local/src/source/cpu-1.3.13/missing --run aclocal > > > > cd . && \ > > > > /bin/sh /usr/local/src/source/cpu-1.3.13/missing --run automake --gnu > > > > Makefile > > > > cd . && /bin/sh /usr/local/src/source/cpu-1.3.13/missing --run autoconf > > > > autoconf: Undefined macros: > > > > configure.in:51:AC_FUNC_CHOWN > > > > configure.in:52:AC_FUNC_MALLOC > > > > configure.in:53:AC_FUNC_STAT > > > > WARNING: `autoconf' is missing on your system. You should only need it if > > > > you modified `configure.in'. You might want to install the > > > > `Autoconf' and `GNU m4' packages. Grab them from any GNU > > > > archive site. > > > > /bin/sh ./config.status --recheck > > > > running /bin/sh ./configure --no-create --no-recursion > > > > configure: error: can not find sources in . or .. > > > > make: *** [config.status] Error 1 > > > > > > > > > > > > I have tried: > > > > ./configure > > > > ./configure --with-ldap=/usr/local/lib > > > > ./configure --with-ldap=/usr/local > > > > > > > > All to no good compliation, > > > > > > > > Thank you very much, > > > > > > > > > > > > Caylan Van Larson > > > > Unix Administrator - Systems Team Member > > > > University of North Dakota (Aerospace College) > > > > ca...@cs... > > > > 701-777-6151 (work) > > > > > > > > > > > > _______________________________________________________________ > > > > > > > > Don't miss the 2002 Sprint PCS Application Developer's Conference > > > > August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm > > > > > > > > _______________________________________________ > > > > Cpu-users mailing list > > > > Cpu...@li... > > > > https://lists.sourceforge.net/lists/listinfo/cpu-users > > > > > > -- > > > Blake Matheny > > > ma...@db... > > > http://www.dbaseiv.net > > > > > > > > > _______________________________________________________________ > > > > Don't miss the 2002 Sprint PCS Application Developer's Conference > > August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm > > > > _______________________________________________ > > Cpu-users mailing list > > Cpu...@li... > > https://lists.sourceforge.net/lists/listinfo/cpu-users > > -- > Blake Matheny > ma...@db... > http://www.dbaseiv.net > |