Re: [Plib-users] Example config problem
Brought to you by:
sjbaker
From: Sebastian U. <ud...@ha...> - 2002-11-16 14:59:04
|
On Fri, 15 Nov 2002, cho...@at... (C. Hotchkiss) wrote: > Date: Fri, 15 Nov 2002 22:58:24 -0800 > To: pli...@li... > From: cho...@at... (C. Hotchkiss) > Reply-To: pli...@li... > Subject: [Plib-users] Example config problem > > I tried building the examples from the 1.6.1 tar ball and, as noted in a > previous post in the archives, it fails for lack of three files, > install-sh, config.sub and config.guess. These files are not available > to me and are not in the 1.6.0 archive. > > Looking and the directory for the last version of the examples that I > built, 1.4.1, I found an install-sh file and tried using a copy of that. > It worked, but the other two files mentioned were never generated or are > long since gone. How do I generate them or should someone e-mail them to > me? I'm using cygwin in the standard default configuration set up. (Plib > 1.6.0 built nicely with no complaints.) Known problem. For now, cd into the plib_examples-1.6.1 and type: aclocal automake --add-missing autoconf The missing files should be created during this process. - Sebastian |