Bug 1870

Summary: -Dgnu.gcj.precompiled.db.path ignored?
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Unassigned <frysk-bugzilla>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 1839    

Description Andrew Cagney 2005-11-15 18:28:39 UTC
When trying to run frysk from gij vis:

#!/bin/sh
export LD_LIBRARY_PATH=./:/home/scratch/frysk/h/native/frysk-imports/./
export CLASSPATH="classes:jargs.jar:junit.jar"
exec gij  -Dgnu.gcj.precompiled.db.path=$PWD/frysk-imports.db:jargs.db:junit.db "$@"

the error:

testMmap(inua.eio.TestMmap)java.lang.UnsatisfiedLinkError: mmap

occures.  For some reason gij is ignoring gnu.gcj.precompiled.db.path.