The deed has been done
The battle was won
It wasn't much fun
The GCJ-node will run!

On a less poetical note, I have a real question about libraries and
linking. Currently I compile Fred to a shared library, like

libfred.so:
        gcj --encoding=8859_1 -shared -o $@ $(SOURCES)

However, the library produced depends upon some other Java libraries, and
of course my version of glibc. (I think.) Thus, I'd like to statically
link the required libraries into libfred.so, so anyone can download and
use it. How?


-- 
Mark Roberts
mjr at statesmean.com



_______________________________________________
Devl mailing list
Devl at freenetproject.org
http://www.uprizer.com/mailman/listinfo/devl

Reply via email to