trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: January 2012

Re: [trinity-devel] "undefined reference to" error

From: Darrell Anderson <humanreadable@...>
Date: Tue, 3 Jan 2012 08:43:46 -0800 (PST)
> > I just don't know what to do next. (Newbie!)
> I looked at the Makefile.am files and actually there are
> two libraries:
> -libkexidb.so, which contains the .cpp files of the kexidb/
> directory
> -libkexidbparser.so, which contains the .cpp files of the
> kexidb/parser/ directory
> and libkexidb.so apparently can't be used without
> libkexidbparser.so.
> I think the solution is to add "-lkexidbparser" to the
> failing linker
> commands, and, if it isn't already done, to make
> libkexidb.so depend on
> libkexidbparser.so.

Do you know how to build just kexi? As that is where the problem lies, and the failure occurs within the final minutes of fully building koffice, I could save some troubleshooting time by just building kexi.

Darrell