On 3/17/05 8:57 AM, "Ramana Rao" <ramana dot rao at induslogic dot com> wrote:
> I compiled using a makefile(obtained fro mailing list archive) and generated
> a shared library.
> I have two questions:
> 1)I had compiled wih g++ on my LINUX box and then used the RB converter to
> convert it into a RB plugin on my Windows box which has the RB application.
> I am getting to wonder if I should have first of all used g++ on my windows
> box thru cygwin or similar utility, instead of directly compiling on the
> LINUX box.
You'd need a cross compiler, so you could in theory, but that's for another
discussion (search the archives, there might be some mention of it).
> 2) The makefile specified an option -shared. Should't it be -static?
No, RB does not know how to compile in static objects from another language.
--
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>
|