Re: [pimppa-devel] I figured out the compile problem...
Brought to you by:
iwronsky
|
From: I. W. <iwr...@us...> - 2002-06-02 16:29:34
|
On Sun, 2 Jun 2002, Jason Bobier wrote: > For anyone else who might come stumble into it, check your config.log. If > you see: that it can't find _compress and _uncompress, set this > LDFLAGS="-lz" before you ./configure pimppa itself doesn't use those routines, atleast not to my knowledge. They are probably related to gnu autoconf (and its "make dist"). As to the mysql problem, which version of pimppa are you using? 0.5.6 I presume? I tried to widen the location of paths it looks the libraries from, but obviously not all options were covered. Take a look at "configure.in" and see the autoconf/automake- related documents at www.gnu.org, or find some gnu-style (./configure -using) project that locates mysql succesfully on OS X and copy the correct operation from there. |