[Mono-list] error compilation on PLD

Xgreg gmiernik@go2.pl
Wed, 13 Apr 2005 10:24:42 +0200


Hi,
I can't compile mono 1.1 from svn repository.
Mono 1.0.6 from tar was compiled fine.

Message error:
depmode=gcc /bin/sh ./depcomp \
/bin/sh ./libtool --mode=compile gcc -DPACKAGE_NAME=\"libgc-mono\" 
-DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.3alpha6\" 
-DPACKAGE_STRING=\"libgc-mono\ 6.3alpha6\" 
-DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_LINUX_THREADS=1 
-D_REENTRANT=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 
-DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 
-D_IN_LIBGC=1  -I./include -I./include   -fexceptions -g -O2 
-fexceptions  -c -o allchblk.lo `test -f 'allchblk.c' || echo 
'./'`allchblk.c
./libtool[323]: s,^.*/,,g: not found
./libtool[670]: -e: not found
*** Warning: inferring the mode of operation is deprecated.
*** Future versions of Libtool will require -mode=MODE be specified.
./libtool[6485]: -e: not found
./libtool[6485]: -e: not found
./libtool[6485]: -e: not found
./libtool[6485]: -e: not found
./libtool[6485]: -e: not found
./libtool[6485]: -e: not found
./libtool[6485]: -e: not found
./libtool[6485]: -e: not found
./libtool[6485]: -e: not found
./libtool[6485]: -e: not found
./libtool[6485]: -e: not found
./libtool[6485]: -e: not found
./libtool[6485]: -e: not found
./libtool[6485]: -e: not found
./libtool[6485]: -e: not found
./libtool[6485]: -e: not found
./libtool[6485]: -e: not found
./libtool[6485]: -e: not found
./libtool[6485]: -e: not found
./libtool[6485]: -e: not found
./libtool[6485]: -e: not found
./libtool[6485]: -e: not found
./libtool[6485]: -e: not found
./libtool[6485]: -e: not found
./libtool[6485]: -e: not found
./libtool[6485]: -e: not found
./libtool[6485]: -e: not found
./libtool[6485]: -e: not found
./libtool[6485]: -e: not found
./libtool[6485]: -e: not found
./libtool[6485]: -e: not found
./libtool[6485]: -e: not found
./libtool[6485]: -e: not found
./libtool[6485]: -e: not found
./libtool[6485]: -e: not found
./libtool[6485]: -e: not found
: compile: cannot determine name of library object from `'
make[3]: *** [allchblk.lo] Błąd 1

Maybe I have old gcc or other library?
What is it requirement for mono 1.1?
Of course I have installed pkgconfig and glib2.

thanks
Gregor