Re: [PHP-GTK-DEV] php-gtk-0.5.2 doesn't compile
by Alan Knowles other posts by this author
Jun 30 2003 9:39AM messages near this date
[PHP-GTK-DEV] php-gtk-0.5.2 doesn't compile
|
[PHP-GTK-DEV] gtkmozembed
What version of Linux/BSD
What version of PHP
PHP installed from rpm/deb or from source
Are the -dev/-devel packages installed and are the same version as php?
do autoconf/automake match the recommended ones..
Regards
Alan
u.guengerich@[...].de wrote:
> Hi developers,
>
> for some reason compiling php-gtk aborts with the following error message:
>
> /usr/share/php-gtk-0.5.2/build/dynlib.mk:22:
> /usr/share/php-gtk-0.5.2//libs.mk: File or directory not found
> make: *** No rule to build »/usr/share/php-gtk-0.5.2//libs.mk«
> Exit.
>
> what am I missing or which dependency did I not fullfill??
>
> For clarification, I appended the output of the configure script,
> see below for call:
>
> ./configure --enable-scintilla --enable-gtkhtml --enable-gdkpixbuf
> --prefix=/usr
>
> Please help me on with this,
>
> Regards,
>
> Udo Güngerich
>
>
> ------------------------------------------------------------------------
>
> checking for gcc... gcc
> checking for C compiler default output... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking whether gcc and cc understand -c and -o together... yes
> checking for PHP prefix... /usr/share
> checking for PHP includes... -I/usr/include/php -I/usr/include/php/main -I/usr/include/php
/Zend -I/usr/include/php/TSRM
> checking for PHP extension directory... /usr/share/extensions/no-debug-non-zts-20020429
> checking for PHP-GTK support... yes, shared
> checking for gawk... gawk
> checking for PHP executable in /usr/share/bin... found
> checking build system type... i686-suse-linux
> checking host system type... i686-suse-linux
> checking for ld used by GCC... /usr/i486-suse-linux/bin/ld
> checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld... yes
> checking for /usr/i486-suse-linux/bin/ld option to reload object files... -r
> checking for BSD-compatible nm... /usr/bin/nm -B
> checking whether ln -s works... yes
> checking how to recognise dependant libraries... pass_all
> checking command to parse /usr/bin/nm -B output... ok
> checking how to run the C preprocessor... gcc -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... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking dlfcn.h usability... yes
> checking dlfcn.h presence... yes
> checking for dlfcn.h... yes
> checking for ranlib... ranlib
> checking for strip... strip
> checking for objdir... .libs
> checking for gcc option to produce PIC... -fPIC
> checking if gcc PIC flag -fPIC works... yes
> checking if gcc static flag -static works... yes
> checking if gcc supports -c -o file.o... yes
> checking if gcc supports -c -o file.lo... yes
> checking if gcc supports -fno-rtti -fno-exceptions... yes
> checking whether the linker (/usr/i486-suse-linux/bin/ld) supports shared libraries... yes
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... no
> checking whether -lc should be explicitly linked in... no
> creating libtool
> checking for working mkdir -p... yes
> creating config_vars.mk
> fastgen.sh: creating Makefile
> configure: creating ./config.status
> config.status: creating config.h
> config.status: config.h is unchanged
>
--
Can you help out?
Need Consulting Services or Know of a Job?
http://www.akbkhome.com
--
PHP-GTK Development Mailing List (http://gtk.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thread:
Alan Knowles
|