Note that there are some explanatory texts on larger screens.

plurals
  1. POCompiling libgdiplus-2.10.9 on Centos5 for Mono
    primarykey
    data
    text
    <p>Fresh install of Centos5 32 &amp; 64 on vmware vps...</p> <pre><code>yum install gcc glib2-devel bison libX11-devel freetype-devel fontconfig-devel gcc-c++ libpng-devel wget http://download.mono-project.com/sources/libgdiplus/libgdiplus-2.10.9.tar.bz2 tar jxfv libgdiplus-2.10.9.tar.bz2 cd libgdiplus-2.10.9 ./configure --prefix=/opt/mono make &amp;&amp; make install </code></pre> <p>Here is the output:</p> <pre><code>[root@localhost libgdiplus-2.10.9]# make make all-recursive make[1]: Entering directory `/usr/local/src/libgdiplus-2.10.9' Making all in pixman make[2]: Entering directory `/usr/local/src/libgdiplus-2.10.9/pixman' make all-recursive make[3]: Entering directory `/usr/local/src/libgdiplus-2.10.9/pixman' Making all in pixman make[4]: Entering directory `/usr/local/src/libgdiplus-2.10.9/pixman/pixman' source='pixman-access.c' object='pixman-access.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh ../depcomp \ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -fvisibility=hidden -c -o pixman-access.lo pixman-access.c ../libtool: line 852: X--tag=CC: command not found ../libtool: line 885: libtool: ignoring unknown tag : command not found ../libtool: line 852: X--mode=compile: command not found ../libtool: line 1018: *** Warning: inferring the mode of operation is deprecated.: command not found ../libtool: line 1019: *** Future versions of Libtool will require --mode=MODE be specified.: command not found ../libtool: line 1162: Xgcc: command not found ../libtool: line 1162: X-DHAVE_CONFIG_H: command not found ../libtool: line 1162: X-I.: command not found ../libtool: line 1162: X-I..: command not found ../libtool: line 1162: X-g: command not found ../libtool: line 1162: X-O2: command not found ../libtool: line 1162: X-Wall: command not found ../libtool: line 1162: X-fvisibility=hidden: command not found ../libtool: line 1162: X-c: command not found ../libtool: line 1214: Xpixman-access.lo: command not found ../libtool: line 1219: libtool: compile: cannot determine name of library object from `': command not found make[4]: *** [pixman-access.lo] Error 1 make[4]: Leaving directory `/usr/local/src/libgdiplus-2.10.9/pixman/pixman' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/usr/local/src/libgdiplus-2.10.9/pixman' make[2]: *** [all] Error 2 make[2]: Leaving directory `/usr/local/src/libgdiplus-2.10.9/pixman' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/libgdiplus-2.10.9' make: *** [all] Error 2 [root@localhost libgdiplus-2.10.9]# </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload