tags 553953 patch
thanks
Hello,
Attached is the patch we used in Ubuntu to fix this problem.
--- aview-1.3.0rc1.orig/Makefile.in
+++ aview-1.3.0rc1/Makefile.in
@@ -81,7 +81,7 @@
DEFS = @DEFS@ -I. -I$(srcdir) -I.
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
-LIBS = @LIBS@
+LIBS = @LIBS@ -lm
aview
Package: aview
Version: 1.3.0rc1-8.1
Severity: normal
Tried to build your package and it fails to build with GNU binutils-gold. The
important difference is that --no-add-needed is the default behavior of of GNU
binutils-gold. Please provide all needed libraries to the linker when building
your exe
2 matches
Mail list logo