Re: [jnc-users] Binaries still need Runtimes?
Status: Beta
Brought to you by:
soapy
From: Marco T. <mt...@gm...> - 2007-05-10 11:50:51
|
Hey Norman Norman Rieß wrote: > Hello List, > > when i try to run my JNC-compiled Java-Code on an different machine > without gcj installed, i get the error: > > > ./AdminServer: error while loading shared libraries: libgcj.so.7: cannot > open shared object file: No such file or directory Can you give me some more info? - What operating system do you use? - Which JNC version? - Did you use a custom GCJ or mine? - What did you do? - Can you reproduce the problem with a simple "Hello World" application? There really shouldn't be a libgcj.so.7 dependency. My Linux binaries never had that... So I guess you're doing something strange or ran into a bug... Marco > I thought these binaries would need no runtimes or JRE any more. > Is this a mistake in my thinking or did i miss some settings to avoid this > and get a real stand alone application? > > Regards > Norman |