trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: January 2012

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

From: /dev/ammo42 <mickeytintincolle@...>
Date: Wed, 4 Jan 2012 01:36:51 +0100
On Tue, 3 Jan 2012 08:43:46 -0800 (PST)
Darrell Anderson <humanreadable@...> wrote:

> > > 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.
I don't know either, but at this time I think it is better to let the
real experts take care of the autotools files since the problem is now
precisely determined. Also, did Fran�ois Andriot build KOffice on
RH/Fedora platforms ? The linker problems look like the ones he
experienced (and fixed) while building Trinity on RH/Fedora.
> 
> Darrell
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail:
> trinity-devel-unsubscribe@... For additional
> commands, e-mail: trinity-devel-help@... Read
> list messsages on the Web archive:
> http://trinity-devel.pearsoncomputing.net/ Please remember not to
> top-post:
> http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
>