Hi All,

I'm trying to build the 3rd party tools on SLES Linux and hit an odd libtool error. Has anyone else hit this?

/bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"SDL_gfx\" -DVERSION=\"2.0.22\" -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 -DLT_OBJDIR=\".libs/\" -DSIZEOF_LONG=8 -DBUILD_DLL -I. -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT SDL_gfxPrimitives.lo -MD -MP -MF .deps/SDL_gfxPrimitives.Tpo -c -o SDL_gfxPrimitives.lo SDL_gfxPrimitives.c
./libtool: line 847: X--tag=CC: command not found
./libtool: line 880: libtool: ignoring unknown tag : command not found
./libtool: line 847: X--mode=compile: command not found
./libtool: line 1014: *** Warning: inferring the mode of operation is deprecated.: command not found ./libtool: line 1015: *** Future versions of Libtool will require --mode=MODE be specified.: command not found
./libtool: line 1158: Xgcc: command not found
./libtool: line 1158: X-DPACKAGE_NAME="": command not found
./libtool: line 1158: X-DPACKAGE_TARNAME="": command not found
./libtool: line 1158: X-DPACKAGE_VERSION="": command not found
./libtool: line 1158: X-DPACKAGE_STRING="": command not found
./libtool: line 1158: X-DPACKAGE_BUGREPORT="": command not found
./libtool: line 1158: X-DPACKAGE="SDL_gfx": command not found
./libtool: line 1158: X-DVERSION="2.0.22": command not found
./libtool: line 1158: X-DSTDC_HEADERS=1: command not found
./libtool: line 1158: X-DHAVE_SYS_TYPES_H=1: command not found
./libtool: line 1158: X-DHAVE_SYS_STAT_H=1: command not found
./libtool: line 1158: X-DHAVE_STDLIB_H=1: command not found
./libtool: line 1158: X-DHAVE_STRING_H=1: command not found
./libtool: line 1158: X-DHAVE_MEMORY_H=1: command not found
./libtool: line 1158: X-DHAVE_STRINGS_H=1: command not found
./libtool: line 1158: X-DHAVE_INTTYPES_H=1: command not found
./libtool: line 1158: X-DHAVE_STDINT_H=1: command not found
./libtool: line 1158: X-DHAVE_UNISTD_H=1: command not found
./libtool: line 1158: X-DHAVE_DLFCN_H=1: command not found
./libtool: line 1158: X-DLT_OBJDIR=".libs/": No such file or directory
./libtool: line 1158: X-DSIZEOF_LONG=8: command not found
./libtool: line 1158: X-DBUILD_DLL: command not found
./libtool: line 1158: X-I.: command not found
./libtool: line 1158: X-I/usr/include/SDL: No such file or directory
./libtool: line 1158: X-D_GNU_SOURCE=1: command not found
./libtool: line 1158: X-D_REENTRANT: command not found
./libtool: line 1158: X-MT: command not found
./libtool: line 1158: XSDL_gfxPrimitives.lo: command not found
./libtool: line 1158: X-MD: command not found
./libtool: line 1158: X-MP: command not found
./libtool: line 1158: X-MF: command not found
./libtool: line 1158: X.deps/SDL_gfxPrimitives.Tpo: No such file or directory
./libtool: line 1158: X-c: command not found
./libtool: line 1211: XSDL_gfxPrimitives.lo: command not found
./libtool: line 1216: libtool: compile: cannot determine name of library object from `': command not found
make: *** [SDL_gfxPrimitives.lo] Error 1


Thanks!

D
_______________________________________________
Matterhorn-users mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn-users

Reply via email to