Compile Problems

Dave Peticolas peticola@krondo.com
Sun, 16 Jul 2000 20:15:41 -0700


"Stephen E. Hargrove" writes:
> Okay, I downloaded and installed swig1.1pre5 per the instructions as follows:
> 
> ./configure
> make
> make runtime (optional, but I figured it couldn't hurt)
> make install
> 
> It installed without a hitch.  I then ran ./configure for gnucash and got the
> following:
> 
> configure: error: Cannot find Swig.  Try using the --with-swig flag.
> 
> I did, and configure completed with no reported problems.  I then entered
> make, and I'm still looping on the following:

If you use the --with-swig flag, you must use it as

--with-swig=<path to swig binary>

Is that what you did?

dave