<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello, when I try to compile gtk-sharp I have the following text:<br>
<br>
<font color="#cc33cc">$ ./configure<br>
checking build system type... i386-apple-darwin8.8.3<br>
checking host system type... i386-apple-darwin8.8.3<br>
checking target system type... i386-apple-darwin8.8.3<br>
checking for a BSD-compatible install... /usr/bin/install -c<br>
checking whether build environment is sane... yes<br>
checking for gawk... no<br>
checking for mawk... no<br>
checking for nawk... no<br>
checking for awk... awk<br>
checking whether make sets $(MAKE)... yes<br>
checking whether to enable maintainer-specific portions of Makefiles...
no<br>
checking for gcc... gcc<br>
checking for gcc... (cached) gcc<br>
checking for C compiler default output file name... a.out<br>
checking whether the C compiler works... yes<br>
checking whether we are cross compiling... no<br>
checking for suffix of executables... <br>
checking for suffix of object files... o<br>
checking whether we are using the GNU C compiler... yes<br>
checking whether gcc accepts -g... yes<br>
checking for gcc option to accept ANSI C... none needed<br>
checking for style of include used by make... GNU<br>
checking dependency style of gcc... gcc3<br>
checking for gcc... (cached) gcc<br>
checking whether we are using the GNU C compiler... (cached) yes<br>
checking whether gcc accepts -g... (cached) yes<br>
checking for gcc option to accept ANSI C... (cached) none needed<br>
checking dependency style of gcc... (cached) gcc3<br>
checking for a BSD-compatible install... /usr/bin/install -c<br>
checking how to run the C preprocessor... gcc -E<br>
checking for egrep... grep -E<br>
checking for ANSI C header files... yes<br>
checking for a sed that does not truncate output... /usr/bin/sed<br>
checking for ld used by gcc... /usr/bin/ld<br>
checking if the linker (/usr/bin/ld) is GNU ld... no<br>
checking for /usr/bin/ld option to reload object files... -r<br>
checking for BSD-compatible nm... /usr/bin/nm -p<br>
checking whether ln -s works... yes<br>
checking how to recognise dependent libraries... pass_all<br>
checking for sys/types.h... yes<br>
checking for sys/stat.h... yes<br>
checking for stdlib.h... yes<br>
checking for string.h... yes<br>
checking for memory.h... yes<br>
checking for strings.h... yes<br>
checking for inttypes.h... yes<br>
checking for stdint.h... yes<br>
checking for unistd.h... yes<br>
checking dlfcn.h usability... yes<br>
checking dlfcn.h presence... yes<br>
checking for dlfcn.h... yes<br>
checking for g++... g++<br>
checking whether we are using the GNU C++ compiler... yes<br>
checking whether g++ accepts -g... yes<br>
checking dependency style of g++... gcc3<br>
checking how to run the C++ preprocessor... g++ -E<br>
checking for g77... no<br>
checking for f77... no<br>
checking for xlf... no<br>
checking for frt... no<br>
checking for pgf77... no<br>
checking for fort77... no<br>
checking for fl32... no<br>
checking for af77... no<br>
checking for f90... no<br>
checking for xlf90... no<br>
checking for pgf90... no<br>
checking for epcf90... no<br>
checking for f95... no<br>
checking for fort... no<br>
checking for xlf95... no<br>
checking for ifc... no<br>
checking for efc... no<br>
checking for pgf95... no<br>
checking for lf95... no<br>
checking for gfortran... no<br>
checking whether we are using the GNU Fortran 77 compiler... no<br>
checking whether accepts -g... no<br>
checking the maximum length of command line arguments... 196608<br>
checking command to parse /usr/bin/nm -p output from gcc object... ok<br>
checking for objdir... .libs<br>
checking for ar... ar<br>
checking for ranlib... ranlib<br>
checking for strip... strip<br>
checking if gcc supports -fno-rtti -fno-exceptions... no<br>
checking for gcc option to produce PIC... -fno-common<br>
checking if gcc PIC flag -fno-common works... yes<br>
checking if gcc static flag -static works... no<br>
checking if gcc supports -c -o file.o... yes<br>
checking whether the gcc linker (/usr/bin/ld) supports shared
libraries... yes<br>
checking dynamic linker characteristics... darwin8.8.3 dyld<br>
checking how to hardcode library paths into programs... immediate<br>
checking whether stripping libraries is possible... yes<br>
checking if libtool supports shared libraries... yes<br>
checking whether to build shared libraries... yes<br>
checking whether to build static libraries... yes<br>
configure: creating libtool<br>
appending configuration tag "CXX" to libtool<br>
checking for ld used by g++... /usr/bin/ld<br>
checking if the linker (/usr/bin/ld) is GNU ld... no<br>
checking whether the g++ linker (/usr/bin/ld) supports shared
libraries... yes<br>
checking for g++ option to produce PIC... -fno-common<br>
checking if g++ PIC flag -fno-common works... yes<br>
checking if g++ static flag -static works... no<br>
checking if g++ supports -c -o file.o... yes<br>
checking whether the g++ linker (/usr/bin/ld) supports shared
libraries... yes<br>
checking dynamic linker characteristics... darwin8.8.3 dyld<br>
checking how to hardcode library paths into programs... immediate<br>
appending configuration tag "F77" to libtool<br>
checking for void *... yes<br>
checking size of void *... 4<br>
checking for pkg-config... /opt/local/bin/pkg-config<br>
checking pkg-config is at least version 0.9.0... yes<br>
checking for MONO_DEPENDENCY... checking for gacutil...
/usr/local/bin/gacutil<br>
checking for al... /usr/local/bin/al<br>
checking for csc.exe... no<br>
configure: error: You need to install either mono or .Net<br>
<br>
<font color="#000000">however, I have installed mono, and it's amazing
that gtk-sharp searches for csc.exe on a macosX...<br>
bad parameters?<br>
<br>
moreover, mono 's compiler is mcs, not csc.<br>
If you want, I will give you the summary of the compilation of mono (on
demand, because I have to compile mono entirely to obtain that).<br>
<br>
<br>
Do you have any hint?<br>
<br>
lolveley.<br>
</font></font>
</body>
</html>