This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gcj with date manip. and french locale (intel AND linuxppc)


Hi,

On Wed, Mar 07, 2001 at 04:27:47PM +0100, Maurice DIAMANTINI wrote:
 
> gcj -O0 -g -static  --main=Test -o test Test.java
> ./test

I am not sure what goes wrong exactly. But it seems to work if you compile
without -static. You will have define LD_LIBRARY_PATH:
export LD_LIBRARY_PATH=/usr/local/pack/gcc-3.0-cvs-20010306/powerpc-linux/lib

On my system it then gives:

mark@multatuli:~$ ./test
getTime=983983522395
date=Wed Mar 07 17:45:22 GMT-01:00 2001

Cheers,

Mark

-- 
Stuff to read:
    <http://www.toad.com/gnu/whatswrong.html>
  What's Wrong with Copy Protection, by John Gilmore


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]