Gee -static to create a shared .so file ? maybe u wanna look at -shared ! > > libHelloNative.so: HelloNative.c HelloNative.h > > gcc -c -o libHelloNative.so \ > > -static \ > > -I/usr/java/include \ > > -I/usr/java/include/genunix \ > > HelloNative.c > >
- Help me compile for Native Methods? Peter Gutowski
- Re: Help me compile for Native Methods? Moses DeJong
- Re: Help me compile for Native Methods? Raju Karia
- Re: Help me compile for Native Methods? Roel Hofkens
- Re: Help me compile for Native Methods? Jeff Galyan
- Uncle George