Bug 1514 - frysk-gui/gij.sh doesn't work
Summary: frysk-gui/gij.sh doesn't work
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P1 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 2235 2247
  Show dependency treegraph
 
Reported: 2005-10-21 19:55 UTC by Andrew Cagney
Modified: 2006-10-18 18:20 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-10-21 19:55:08 UTC
The command needs to include LD_LIBRARY_PATH to the location of all the shared
libraries used by the code base.
Comment 1 Andrew Cagney 2005-11-15 18:20:45 UTC
Index: frysk-core/common/ChangeLog
2005-11-15  Andrew Cagney  <cagney@redhat.com>

        * Makefile.rules (fryski): New program.
        (gij.sh): Re-implement.
        (GEN_GCJ_SO_FLAGS, GEN_GCJ_SO_DIRS): New, list of -L/-l flags.
        (GEN_GCJ_RPATHS, GEN_GCJ_RPATH_FLAGS): Use.

This gets gij.sh again behaving like an interpreter (and it can be used to load
up other .jar files).  Note that frysk's code isn't interpreted - the system
quickly jumps into native code.
Comment 2 Andrew Cagney 2005-11-15 18:25:28 UTC
treat this as "fixed"