[Mono-osx] Building Mono
PoulStaugaard
poul.staugaard at gmail.com
Sat Dec 20 16:27:25 EST 2008
The instructions for building glib don't work:
$ tar xvf glib-2.18.2
$ cd pkg-config-2.18.2
$ CC="cc -LDIR" ./configure --prefix=DIR
$ make
$ make install
Apart from the obvious error in the "cd ..." line, I get an error in the
next line where I substitute /mono for DIR, making it
CC="cc -L/mono" ./configure --prefix=/mono
which results in the error message:
configure: error:
*** You must have either have gettext support in your C library, or use the
*** GNU gettext library. (http://www.gnu.org/software/gettext/gettext.html
I had previously successfully built gettext-0.17 into /mono as instructed.
--
View this message in context: http://www.nabble.com/Building-Mono-tp21109061p21109061.html
Sent from the Mono - OSX mailing list archive at Nabble.com.
More information about the Mono-osx
mailing list