Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 329692 Details for
Bug 443604
dev-dotnet/libgdiplus-2.10 - ../src/.libs/libgdiplus.so: error: undefined reference to 'atan' /// (missing -lm)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to add -lm to the linker flags
gold.patch (text/plain), 333 bytes, created by
Moritz Schlarb
on 2012-11-17 11:05:10 UTC
(
hide
)
Description:
patch to add -lm to the linker flags
Filename:
MIME Type:
Creator:
Moritz Schlarb
Created:
2012-11-17 11:05:10 UTC
Size:
333 bytes
patch
obsolete
>--- tests/Makefile.in 2011-01-13 23:42:56.000000000 +0100 >+++ tests/Makefile.in~ 2012-11-17 12:00:41.596274499 +0100 >@@ -219,7 +219,8 @@ > $(top_builddir)/src/libgdiplus.la > > LDADDS = \ >- $(top_builddir)/src/libgdiplus.la >+ $(top_builddir)/src/libgdiplus.la \ >+ -lm > > testgdi_DEPENDENCIES = $(TEST_DEPS) > testgdi_LDADD = $(LDADDS)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 443604
: 329692