Bug 1562 - Hard-coding of /opt/frysk/lib doesn't work for 64-bit system configuration
Summary: Hard-coding of /opt/frysk/lib doesn't work for 64-bit system configuration
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P3 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 2127
  Show dependency treegraph
 
Reported: 2005-10-26 18:14 UTC by Jeff Johnston
Modified: 2006-01-09 21:16 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 Jeff Johnston 2005-10-26 18:14:41 UTC
Within frysk configuration, there is a hard-coding of the directory
/opt/frysk/lib.  On AMD64, this directory is actually /opt/frysk/lib64

Particular instances are:

PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/frysk/lib/pkgconfig

This can be fixed by appending/prepending /opt/frysk/lib64/pkgconfig to the path.

The cdtparser configuration also hard-codes the directory to find
libcdtparser.jar.so.  Another bug has been opened to give cdtparser a pkgconfig
so this is unnecessary.

In frysk-imports/tests, the Makefile.am has the directory hard-coded for
building tests.  This can be changed to be a variable (e.g. $LIBNAME) which is
set earlier in configuration.
Comment 1 Andrew Cagney 2006-01-09 21:16:10 UTC
configury now uses pkg-config and that contains correct information