Compiler FreeType Error!_LT_DECL(build_libtool_libs, enable_

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
lifecat9
Posts: 7
Joined: Fri Aug 29, 2008 12:45 pm

Compiler FreeType Error!_LT_DECL(build_libtool_libs, enable_

Post by lifecat9 »

I have install PSPDev in Red Hat Linux5.0

I have install automake 1.9.4,libtool 1.5.6,autoconf 2.59

follow command:
#cd /user/local

#svn co svn://svn.ps2dev.org/psp/trunk/freetype
*svn no error

#cd freetype

#sh autogen.sh
*running `aclocal -I .'
*running `libtoolize --copy'
*libtoolize: `config.sub' exists: use `--force' to overwrite
*running `autoconf'

#LDFLAGS="-L$(psp-config --pspsdk-path)/lib -lc -lpspuser" ./configure --host psp --prefix=$(psp-config --psp-prefix)

*cd builds/unix; ./configure --host psp --prefix=/usr/local/pspdev/psp
*configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
*checking build system type... i686-pc-linux-gnu
*checking host system type... mipsallegrexel-psp-elf
*checking target system type... mipsallegrexel-psp-elf
*checking for psp-gcc... psp-gcc
*checking for C compiler default output file name... a.out
*checking whether the C compiler works... yes
*checking whether we are cross compiling... yes
*checking for suffix of executables...
*checking for suffix of object files... o
*checking whether we are using the GNU C compiler... yes
*checking whether psp-gcc accepts -g... yes
*checking for psp-gcc option to accept ISO C89... none needed
*checking how to run the C preprocessor... psp-gcc -E
*checking for rm... rm -f
*checking for rmdir... rmdir
*checking for a BSD-compatible install... /usr/bin/install -c
*checking for grep that handles long lines and -e... /bin/grep
*checking for egrep... /bin/grep -E
*checking for ANSI C header files... yes
*checking for sys/types.h... yes
*checking for sys/stat.h... yes
*checking for stdlib.h... yes
*checking for string.h... yes
*checking for memory.h... no
*checking for strings.h... no
*checking for inttypes.h... yes
*checking for stdint.h... yes
*checking for unistd.h... yes
*checking fcntl.h usability... yes
*checking fcntl.h presence... yes
*checking for fcntl.h... yes
*checking for unistd.h... (cached) yes
*checking for an ANSI C-conforming const... yes
*checking for int... yes
*checking size of int... 4
*checking for long... yes
*checking size of long... 4
*checking for stdlib.h... (cached) yes
*checking for unistd.h... (cached) yes
*checking for getpagesize... no
*checking for working mmap... no
*checking for memcpy... no
*checking for memmove... no
*checking for gzsetparams in -lz... no
*./configure: line 5821: syntax error near unexpected token *`build_libtool_libs,'
*./configure: line 5821: ` _LT_DECL(build_libtool_libs, enable_shared, 0,'
*make: *** [builds/unix/unix-def.mk] Error 2


!!!!!Oh My God,what't wrong with _LT_DECL????????????
Post Reply