Re: [Plib-users] Example config problem
Brought to you by:
sjbaker
From: Norman V. <nh...@ca...> - 2002-11-19 23:11:23
|
C. Hotchkiss writes: > > Norman Vine wrote: >> > > > This sounds as if you are missing something required for > > the 'devel' version of autoconf or perhaps a 'perl' problem > > > > as a work around .. > > try adding the AC_PREREQ(2.13) line as below to your configure.in file > > and then rerun > > > > aclocal > > automake -a > > autoconf > > ./configure > > No change in effect. autoconf still complains about autom4te.cfg being > missing at line 428. > > It puzzles me that I can build plib without a hitch and the examples > dies on this. Shall I scrape off cygwin and then clean install it, Plib > and then the examples? > > I only hope this improves things for anyone taking an interest in using > both Plib and Cygwin. Something is definately hosed with your installation in that after adding the AC_PREREQ(2.13) autom4te.cfg shouldn't even be needed never mind causing an error as this was introduced with automake 1.5 and autoconf 2.13 should be calling automake 1.4 FYI automake 1.5 is the future but it is INCOMPATABLE with earlier versions and has been causing lots of grief If you want you can send me < NOT the list > the output of cygcheck -s -v -r and mount and I 'might' be able to spot the problem On the other hand if you are on a FAST pipe and don't have a lot of 'locally generated' Cygwin files you could just delete your Cygwin tree and start over with the latest Norman |