Hi, From: "Luis_Alberto_Pérez_Paz" <[EMAIL PROTECTED]> Subject: Re: [Pgpool-general] PGPOOL-II and FUNCTIONS Date: Mon, 10 Mar 2008 18:39:04 -0600
> I tried with the CVS head version however I couldn't compile it: > * > make all-recursive > make[1]: Entering directory `/home/luis/tmp/pgpool/pgpool-II' > Making all in parser > make[2]: Entering directory `/home/luis/tmp/pgpool/pgpool-II/parser' > byacc -d gram.y Hmm... configure script detected byacc, not bison. Could you try the following command? % touch parser/gram.[ch] % make Regards, -- Yoshiyuki Asaba [EMAIL PROTECTED] _______________________________________________ Pgpool-general mailing list [email protected] http://pgfoundry.org/mailman/listinfo/pgpool-general
