On 2/25/05 1:23 PM, "LMSpam at neuropop dot com" <LMSpam at neuropop dot com>
wrote:
> I've installed quesa on my Linux box, and I'm able to run their
> Geomtest. However, my RB app generates:
>
> ../Common/loaderX86.cpp
> Failure Condition: lib->mLibraryHandle
> Missing shared library Quesa
>
> I tried linking /usr/local/lib/libquesa.a into my app's directory, but
> still got the same error. Is the Quesa my app is looking for installed
> elsewhere?
Looks like you've got declares against Quesa. Which is fine, but you'll
have to declare it against a different library name, since practically all
shared libraries begin with lib... on Linux. Try libQuesa, or libQuesa.so,
but to be certain you'll want to look in /usr/local/lib or /usr/lib wherever
you have it installed in. Look for .so, and not .a.
> And if so, what do I tell other Linux users to do when they download my
> app?
Well, we statically link in Quesa, so they don't need to download it, unless
of course you're doing what you're doing, and using declares against Quesa.
--
REAL World 2005 - The REALbasic User Conference
March 23-25, 2005, Austin, Texas
<http://www.realsoftware.com/realworld>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|