realbasic-games
[Top] [All Lists]

Re: quesa linux

To: "REALbasic Games <realbasic-games at lists dot realsoftware dot com>" <realbasic-games at lists dot realsoftware dot com>
Subject: Re: quesa linux
From: William Yu <william at realsoftware dot com>
Date: Fri, 25 Feb 2005 15:02:45 -0600
Delivered-to: realbasic-games at lists dot realsoftware dot com
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>

<Prev in Thread] Current Thread [Next in Thread>