realbasic-plugins
[Top] [All Lists]

RE: want to develop a simple LINUX plugin

To: "'REALbasic Plugins'" <realbasic-plugins at lists dot realsoftware dot com>
Subject: RE: want to develop a simple LINUX plugin
From: "Ramana Rao" <ramana dot rao at induslogic dot com>
Date: Thu, 17 Mar 2005 21:05:49 +0530
Delivered-to: realbasic-plugins at lists dot realsoftware dot com
Importance: Normal
Can I use gcc on windows box thru cygwin..

-----Original Message-----
From: realbasic-plugins-bounces at lists dot realsoftware dot com
[mailto:realbasic-plugins-bounces at lists dot realsoftware dot com] On Behalf 
Of
William Yu
Sent: Thursday, March 17, 2005 8:57 PM
To: REALbasic Plugins <realbasic-plugins at lists dot realsoftware dot com>
Subject: Re: want to develop a simple LINUX plugin

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>

_______________________________________________
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>