On Mon, 2006-12-18 at 09:20 +0930, Iain Buchanan wrote:
> Hi all,
> 
> I'm trying to figure out an error compiling librapi... I have the
> correct version of automake and autoconf, and I can run ./configure
> correctly.  (libsynce also compiles and installs ok).

OK I managed to solve it by compiling librapi2 like this:

cd librapi2/
./bootstrap
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/
./configure
make LIBS=/usr/local/lib/libsynce.so
sudo make install


note the "make LIBS=..."

To me, this doesn't seem like the "right way".  Can someone comment on
why I had to do this, and what should be the "right way"?!

thanks heaps,
-- 
Iain Buchanan <iaindb at netspace dot net dot au>

Promptness is its own reward, if one lives by the clock instead of the sword.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Synce-devel mailing list
Synce-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synce-devel

Reply via email to