Re: [q-lang-users] CVS head doesn't build under Cygwin
Brought to you by:
agraef
From: John C. <co...@cc...> - 2007-02-27 07:27:49
|
Albert Graef scripsit: > Hmm, those underquoted definition warnings should be harmless. So that > missing config.rpath seems to be the culprit. Unfortunately I have no > idea what that file does, my build doesn't have it and apparently > doesn't need it. I'd guess it's something related to libtool. But then > libtoolize should add it. Or maybe the current libtool version of Cygwin > is broken? Did you try to run autogen.sh on older Cygwin versions before? Googling shows that what needs to be done is to copy config.rpath from /usr/share/gettext into the q directory, and then to add the line AM_PROG_CC_C_O to configure.in, just after AC_PROG_LIBTOOL. Autotools. *sigh* Too old, they don't work. Too new, they don't work. -- John Cowan co...@cc... http://ccil.org/~cowan The present impossibility of giving a scientific explanation is no proof that there is no scientific explanation. The unexplained is not to be identified with the unexplainable, and the strange and extraordinary nature of a fact is not a justification for attributing it to powers above nature. --The Catholic Encyclopedia, s.v. "telepathy" (1913) |