This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: compile native Methods in a package (solved)
- To: tromey at redhat dot com
- Subject: Re: compile native Methods in a package (solved)
- From: stefan dot wanner at ntb dot ch (Wanner Stefan)
- Date: Tue, 23 Oct 2001 18:06:23 +0200
- CC: java at gcc dot gnu dot org
- References: <3BD5511A.90308@gmx.ch> <87bsiy8i0z.fsf@creche.redhat.com>
i'm realy sorry!
i had a bug in my source. instead of ch::ntb::embeddedlinux::gui::myprog
i wrote ch::ntb::embeddedlinux::myprog. i think i'm stupid!
Tom Tromey wrote:
>>>>>>"Stefan" == Stefan Wanner <stefan.wanner@gmx.ch> writes:
>>>>>>
>
> Stefan> gcj -C path/to/myprog.java
> Stefan> gcjh path/to/myprog
> Stefan> gcj -c path/to/myprog.class -o path/to/myprog.o
> Stefan> g++ -c path/to/myprognat.cc -o path/to/myprognat.o
>
> I tried this example. It worked fine for me.
> Does it work for you?
> Is your version of g++ the same as your version of gcj?
> What system are you using?
>
> Tom
>
>
>