[Mono-list] mono compiling error - please help me

Dick Porter dick@ximian.com
Tue, 19 Mar 2002 17:18:05 +0000


On Tue, Mar 19, 2002 at 02:34:53PM +0100, Guenther Roith wrote:
> mcs compiles well, but mono stops with an error.
> please help me.
> The last lines are:
> 
> gcc -mno-cygwin -shared  .libs/wrapper.o   -L/usr/monob/install/lib  -o
> .libs/cy
> gmonowrapper-0.dll -Wl,--image-base=0x10000000 -Wl,--out-implib,.libs/libmon
> owra
> pper.dll.a
> Creating library file: .libs/libmonowrapper.dll.a
> .libs/wrapper.o: In function `mono_wrapper_ftruncate':
> /usr/monob/mono/mono/wrapper/wrapper.c:80: undefined reference to
> `g_win32_ftrun
> cate'

How are you compiling this? With the build script?

Which versions of automake, autoconf, libtool, etc do you have installed?

- Dick