[Mono-bugs] [Bug 74896][Wis] Changed - x_putimage when running windows form on solaris
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 10 May 2005 13:04:57 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by dougpostman@yahoo.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74896
--- shadow/74896 2005-05-10 12:25:05.000000000 -0400
+++ shadow/74896.tmp.17084 2005-05-10 13:04:57.000000000 -0400
@@ -58,6 +58,25 @@
Although libgif and libungif are properly installed, the libgdiplus says
they are not when compiling. Not sure why, but this may be the cause of
the error although unsure.
------- Additional Comments From vargaz@gmail.com 2005-05-10 12:25 -------
-> winforms
+
+------- Additional Comments From dougpostman@yahoo.com 2005-05-10 13:04 -------
+When doing the configure for libgdiplus, The line with gcc -o
+conftest -pthreads -g -O2 -pthread conftest.c -lungif>&5
+ Undefined Symbol First referenced in file
+Xgetimage /usr/local/lib/gcc/sparc-sun-
+solaris2.9/3.4.2/../../libungif.so
+XQueryColors /usr/local/lib/gcc/sparc-sun-
+solaris2.9/3.4.2/../../libungif.so
+XGetWindowAttributes /usr/local/lib/gcc/sparc-sun-
+solaris2.9/3.4.2/../../libungif.so
+XGetPixel /usr/local/lib/gcc/sparc-sun-
+solaris2.9/3.4.2/../../libungif.so
+
+XDestroyImage /usr/local/lib/gcc/sparc-sun-
+solaris2.9/3.4.2/../../libungif.so
+ld:fatal: Symbol referencing errors. No output written to conftest
+
+Not sure how to fix this???