[oe-issues] [Bug 3363] Build fails on gcc-cross_4.1.2 - errors with gfortran
bugzilla-daemon at tinman.treke.net
bugzilla-daemon at tinman.treke.net
Mon Nov 26 01:21:23 UTC 2007
http://bugs.openembedded.org/show_bug.cgi?id=3363
--- Comment #1 from Junqian Gordon Xu <xjqian at gmail.com> 2007-11-25 17:21:22 ---
The problem is the shell scripts in libgfortran directory (such as,
mk-kinds-h.sh) calls gcc/f951, which is looking for libmpfr.so.1 at run time.
An ugly solution is:
do_compile_prepend () {
export
LD_LIBRARY_PATH=${STAGING_DIR_NATIVE}${layout_libdir}:$LD_LIBRARY_PATH
}
Anybody has better ideas?
--
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Openembedded-issues
mailing list