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: Fri, 18 Mar 2005 11:30:19 +0530
Delivered-to: realbasic-plugins at lists dot realsoftware dot com
Importance: Normal
Thanks for suggesting codewarrior.
Now, should I go for Codewarrior on host windows and targeting G++ for LINUX
Plugins. How does it work?

And which code warrior product I use?


-----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 9:14 PM
To: REALbasic Plugins <realbasic-plugins at lists dot realsoftware dot com>
Subject: Re: want to develop a simple LINUX plugin


I haven't used cygwin extensively enough to tell you, but I'm sure you can
get on a cygwin list and pose that question.


-- 
REAL World 2005 - The REALbasic User Conference
March 23-25, 2005, Austin, Texas
<http://www.realsoftware.com/realworld>



On 3/17/05 9:35 AM, "Ramana Rao" <ramana dot rao at induslogic dot com> wrote:

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

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