This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: library created with gcc acceptable in MS VC++ application ?


I did stumble upon gcj and am considering it. My main concern is for the
algorithms and utilities (not stand alone apps) that I want my customers to
integrate into their applications. It seems that if I use GCJ (and CNI) to
expose my java functionality as a C API in .DLLs (.so etc) rather than
static .o, .lib etc. my customers should not have a problems calling them
from their non-gcc compiled parent applications.
Thanks.
-Anup

-----Original Message-----
From: llewelly@xmission.xmission.com
[mailto:llewelly@xmission.xmission.com]On Behalf Of
llewelly@xmission.com
Sent: Monday, April 12, 2004 12:22 PM
To: Eljay Love-Jensen
Cc: anup_s@depusa.com; gcc-help@gcc.gnu.org
Subject: Re: library created with gcc acceptable in MS VC++ application
?


Eljay Love-Jensen <eljay@adobe.com> writes:
[snip]
> I'm not sure what you are using Java for, since Java compiles to
> bytecode for a JVM.
[snip]

This isn't necessarily so. gcj (GCC's java frontend) can generate
    target-specific binaries, executables, shared libraries, and
    static libraries.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]