How to produce shared libraries with gcj?
Everton da Silva Marques
everton@lab.ipaccess.diveo.net.br
Tue Oct 21 21:40:00 GMT 2003
Is it possible to use gcj to generate a shared library?
This does not work, as there is no 'main' method:
$ gcj -o dist/lib/libservlet.so obj/servlet/*.o
/usr/lib/gcc-lib/i486-linux/3.3.2/../../../crt1.o(.text+0x18): In function `_start':
: undefined reference to `main'
collect2: ld returned 1 exit status
What is the recommended way?
Thanks,
Everton
More information about the Java
mailing list