[Bug 478372] Review request: Mathgl - Scientific plotting library.

bugzilla at redhat.com bugzilla at redhat.com
Thu Jul 9 13:34:29 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=478372





--- Comment #11 from Jussi Lehtola <jussi.lehtola at iki.fi>  2009-07-09 09:34:28 EDT ---
(In reply to comment #10)
> Rpmlint provides one warning worth mentioning:
> mathgl.i386: W: unused-direct-shlib-dependency /usr/lib/libmgl.so.5.0.0
> /usr/lib/libgomp.so.1
> mathgl.i386: W: unused-direct-shlib-dependency /usr/lib/libmgl.so.5.0.0
> /usr/lib/libgslcblas.so.0
> 
> Using the suggested fix (below) to set libtool to tell the linker to "link as
> needed" fails.
> 
> sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
> 
> Modifying the GSL_FLAGS before the ./configure to "-lgsl" also causes the build
> to fail:
> /usr/lib/libgsl.so.0: undefined reference to `cblas_ztrsv'
> /usr/lib/libgsl.so.0: undefined reference to `cblas_scasum'
> /usr/lib/libgsl.so.0: undefined reference to `cblas_izamax'
> ...

This looks like you are missing -lgslcblas.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the package-review mailing list