From: Warren Young Date: May 26 2006 8:06am Subject: Re: No rule to make target custom.pl - gcc 3.3 & gcc 4.0 - Mac OSX Tiger 10.4.6 - Mysql 5.0.21 - mysql++ 2.1.1 List-Archive: http://lists.mysql.com/plusplus/5699 Message-Id: <4476B712.2050001@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Andrea Fastame wrote: > basically "cd build;../configure". I configured and then made from > mysql++ root and it worked like a charm. My mistake. Ah. I'm not sure if that use of autoconf would be easy to support or not. I'd welcome a patch if you wanted to look into it. The problem is that we use a hard-coded path to custom.pl, but you need to use something like $(top_builddir) instead. The tricky bit is that you have to make it so it doesn't break under other build systems.