[Mono-devel-list] libgdiplus link error

Ravindra rkumar at novell.com
Mon Jul 19 05:33:29 EDT 2004


Hello,

On Mon, 2004-07-19 at 04:05, Chris Nuernberger wrote:
> Adding -lexpat to the configure.in GDIPLUS_LIBS variable worked then
> recompile and install, and my program produced something.

I don't have '-lexpat' in the configure.in and everything works fine
here. See the following 'grep' results,

[ravi at ravi libgdiplus]$ grep "expat" configure.in
[ravi at ravi libgdiplus]$ grep "-lexpat" configure.in
[ravi at ravi libgdiplus]$ 
[ravi at ravi libgdiplus]$ grep -n "GDIPLUS_LIBS" configure.in
25:GDIPLUS_LIBS="`pkg-config --libs cairo glib-2.0 ` `freetype-config
--libs`"
140:  GDIPLUS_LIBS="$GDIPLUS_LIBS $LIBTIFF"
170:  GDIPLUS_LIBS="$GDIPLUS_LIBS $LIBJPEG"
184:  GDIPLUS_LIBS="$GDIPLUS_LIBS $LIBUNGIF"
223:  GDIPLUS_LIBS="$GDIPLUS_LIBS $LIBPNG"
229:AC_SUBST(GDIPLUS_LIBS)
[ravi at ravi libgdiplus]$

I'm using RH9. Btw, what setup you are using ? Which mono, 1.0 or cvs?

-Ravi




More information about the Mono-devel-list mailing list