Bug 1870 - -Dgnu.gcj.precompiled.db.path ignored?
Summary: -Dgnu.gcj.precompiled.db.path ignored?
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P3 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 1839
  Show dependency treegraph
 
Reported: 2005-11-15 18:28 UTC by Andrew Cagney
Modified: 2006-11-28 16:44 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.