gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-dev] libdirectfb issue


From: Michael Carlson
Subject: [Gnash-dev] libdirectfb issue
Date: Fri, 3 Mar 2006 14:59:39 +0800

I don't have the libdirectfb development libraries installed. Today
after updating, autogen.sh'ing, configuring, and making gnash, gnash
tried to link this library in anyways, even though configure should
have realized it wasn't there. Make choked when it couldn't find it in
the default location (/usr/lib/libdirectfb.la) place.

Rob (or someone with a clue about automake), could you fix it to
search for this library in configure?

Relevant output "make" is immediately below, followed by "configure"
script output.

Making all in backend
make[2]: Entering directory `/home/corfe/cvs/gnash/backend'
/bin/bash ../libtool --tag=CXX --mode=link g++  -g -O2 -ljpeg -lpng
-logg -L/usr/lib -lxml2 -lz -lm -lSDL -lSDL_mixer -lGL -lGLU  
-L/usr/X11R6/lib   -lpthread  -o gnash -module -avoid-version
-no-undefined gnash.o -ljpeg -lpng -logg -L/usr/lib -lxml2 -lz -lm
-lSDL -lSDL_mixer -lGL -lGLU   -L/usr/X11R6/lib   -lpthread
../backend/libgnashbackend.la ../server/libgnashserver.la
../server/libgnashasobjs.la ../libgeometry/libgnashgeo.la
../libbase/libgnashbase.la -lSDL_mixer -lrt
libtool: link: cannot find the library `/usr/lib/libdirectfb.la' or
unhandled argument `/usr/lib/libdirectfb.la'
make[2]: *** [gnash] Error 1
make[2]: Leaving directory `/home/corfe/cvs/gnash/backend'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/corfe/cvs/gnash'
make: *** [all] Error 2



~/cvs/gnash$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make sets $(MAKE)... (cached) yes
checking for xml2-config... /usr/bin/xml2-config
checking for libxml2... yes
checking for gcc... gcc
checking for C compiler default output file name... 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 for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking for library file name specifics... no
checking how to run the C preprocessor... gcc -E
checking for egrep... 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... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for mallinfo... yes
checking for firefox-config... no
checking for mozilla-config... mozilla-config
checking for Firefox/Mozilla SDK... yes
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking dejagnu.h usability... yes
checking dejagnu.h presence... yes
checking for dejagnu.h... yes
checking for XmuCvtStringToOrientation in -lXmu... no
checking for XInput_find_display in -lXi... no
checking for XDisableAccessControl in -lX11... no
checking for shm_unlink in -lrt... yes
checking for shm_open... yes
checking for finite... yes
checking for isfinite... no
checking for strcasecmp... yes
checking for stricmp... no
checking for vsnprintf... yes
checking how to run the C++ preprocessor... g++ -E
checking ext/hash_map usability... yes
checking ext/hash_map presence... yes
checking for ext/hash_map... yes
checking for zlib header... /usr/include
checking for zlib library... /usr/lib
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for jpeg_mem_init in -ljpeg... yes
checking for png.h header in specified directory... no
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking for png_check_sig in -lpng... yes
checking for ming-config... /usr/local/bin/ming-config
checking for makeswf... /usr/local/bin/makeswf
checking for doxygen... no
checking ogg.h usability... no
checking ogg.h presence... no
checking for ogg.h... no
checking for libogg header... checking for ogg_sync_init in -logg... yes
checking for SDL header... /usr/include/SDL
checking for sdl library... checking for SDL_Init in -lSDL... yes
checking for SDL_mixer header... /usr/include/SDL
checking for sdl_mixer library... checking for Mix_Linked_Version in
-lSDL_mixer... yes
checking for Mix_Linked_Version in -lSDL_mixer-1.2... no
no
checking for SDL_mixer library... checking GL/gl.h usability... yes
checking GL/gl.h presence... yes
checking for GL/gl.h... yes
checking for glBegin in -lGL... yes
no
checking for pthread.h... no
checking for libpthread header... checking for pthread_kill in -lpthread... yes
configure: WARNING: You need to install scrollkeeper for gnome help
./configure: line 14364: test: =: unary operator expected
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/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 dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libbase/Makefile
config.status: creating libgeometry/Makefile
config.status: creating server/Makefile
config.status: creating libamf/Makefile
config.status: creating backend/Makefile
config.status: creating utilities/Makefile
config.status: creating doc/Makefile
config.status: creating doc/C/Makefile
config.status: creating doc/Doxyfile
config.status: creating testsuite/Makefile
config.status: creating testsuite/actionscript.all/Makefile
config.status: creating plugin/Makefile
config.status: creating plugin/mozilla-sdk/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands

Configurable options are:
        Intel 810 LOD bias hack disabled (default)
        MP3 (libmad) support disabled (default). Use --enable-mp3 to enable
        POSIX Threads support enabled
        Web server support disabled (default)
        DMalloc support disabled (default)
        XML and XMLSocket enabled (default)
        Firefox plugin enabled (default)
        GNOME help disabled (default)
        Unit testing support enabled (default)

Configured paths for i686-pc-linux-gnu are:
        DocBook document processing disabled (default)
        XML flags are: -I/usr/include/libxml2
        XML libs are: -L/usr/lib -lxml2 -lz -lm
        PNG flags are: default include path
        PNG libs are: -lpng
        JPEG flags are: default include path
        JPEG libs are: -ljpeg
        OGG flags are: default include path
        OGG libs are: -logg
        Opengl flags are: default include path
        Opengl libs are: -lGL -lGLU
        SDL flags are: -I/usr/include/SDL
        SDL libs are: -lSDL
        SDL_Mixer flags are: -I/usr/include/SDL
        SDL_Mixer libs are: -lSDL_mixer
        Firefox flags are: -I/usr/include/mozilla/java
-I/usr/include/mozilla/plugin -I/usr/include/mozilla
-I/usr/include/mozilla/nspr
        Firefox libs are: -L/usr/lib/mozilla
        Plugin will be installed in /usr/lib/mozilla/plugins
        POSIX Threads flags are: default include path
        POSIX Threads libs are: -lpthread




reply via email to

[Prev in Thread] Current Thread [Next in Thread]