bugGnash - The GNU Flash player - Bugs: bug #24353, have to specify...

 
 

bug #24353: have to specify --with-ffmpeg-incl=/usr/include for ffmpeg support

Submitted by:  Dongxu Li <butdiene>
Submitted on:  Tue 23 Sep 2008 09:15:24 AM UTC  
 
Category: buildSeverity: 3 - Normal
Release: NoneStatus: Fixed
Privacy: PublicAssigned to: Sandro Santilli <strk>
Open/Closed: Closed

Add a New Comment(Rich Markup)
   

You are not logged in

Please log in, so followups can be emailed to you.

 

(Jump to the original submission Jump to the original submission)

Thu 30 Oct 2008 10:16:35 AM UTC, comment #9:

Works for me now, without --with-ffmpeg-incl=/usr/include

thanks

Dongxu Li <butdiene>
Wed 29 Oct 2008 03:41:50 PM UTC, comment #8:

FYI, on Debian Etch:
nelson@debian:~/gnash-0.8.4$ pkg-config --cflags libavcodec
-I/usr/include/ffmpeg
nelson@debian:~/gnash-0.8.4$

Russ Nelson <nelsonrn>
Wed 29 Oct 2008 01:56:52 PM UTC, comment #7:

Oh... last reccomandation, use current trunk as I modified ffmpeg.m4 to give you more info in configure output.

Sandro Santilli <strk>
Project MemberIn charge of this item.
Wed 29 Oct 2008 01:53:49 PM UTC, comment #6:

And what abouit:
pkg-config --cflags-only-I libavcodec

Sandro Santilli <strk>
Project MemberIn charge of this item.
Wed 29 Oct 2008 01:44:08 PM UTC, comment #5:

What does these commands return:

pkg-config --exists libavcodec
pkg-config --cflags libavcodec

Sandro Santilli <strk>
Project MemberIn charge of this item.
Sat 04 Oct 2008 11:43:34 AM UTC, comment #4:

if test $ffmpeg_num_version -gt 514003; then
if test -f "${topdir}/ffmpeg/swscale.h"; then
have_ffmpeg_swscale=yes

cat >>confdefs.h <<\_ACEOF
#define HAVE_FFMPEG_SWSCALE_H 1
_ACEOF

fi
if test -f "${topdir}/libswscale/swscale.h"; then
have_ffmpeg_swscale=yes

cat >>confdefs.h <<\_ACEOF
#define HAVE_LIBSWSCALE_SWSCALE_H 1
_ACEOF

fi
fi

if test x"$have_ffmpeg_swscale" = "xno" -a $ffmpeg_num_version -ge 520000; then

Dongxu Li <butdiene>
Sat 04 Oct 2008 07:45:22 AM UTC, comment #3:

Could you paste a few lines around 52296 and 52315 of configure ?

Sandro Santilli <strk>
Project MemberIn charge of this item.
Fri 03 Oct 2008 11:43:22 PM UTC, comment #2:

./configure --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-cygnal --disable-docbook --enable-ghelp --enable-npapi --disable-kparts --disable-i810-lod-bias --enable-mit-shm --enable-gui=gtk --with-npapi-plugindir=/opt/netscape/plugins --enable-renderer=agg --enable-media=ffmpeg --libdir=/usr/lib64 --build=x86_64-pc-linux-gnu

checking for expat-config... no
checking location of avcodec.h...
configure: WARNING: Could not check ffmpeg version (dunno where avcodec.h is)
checking for avformat.h...
./configure: line 52296: test: -gt: unary operator expected
./configure: line 52315: test: too many arguments
checking for libdts library... -ldca

ERROR: FFMPEG's libavcodec header is installed but not libavformat.
You can install FFMPEG from http://ffmpeg.mplayerhq.hu
or .deb users: apt-get install libavformat-dev
or YaST users: yast -i libavformat-api (but currently installs into /usr/lib64)
or reconfigure with --enable-media=gst
configure: error: Please install required packages

Dongxu Li <butdiene>
Thu 25 Sep 2008 09:53:14 AM UTC, comment #1:

Can you attach output of configure invocation ?
And.. only the portion where it says "checking for ffmpeg"
or similar.

Sandro Santilli <strk>
Project MemberIn charge of this item.
Tue 23 Sep 2008 09:15:24 AM UTC, original submission:

trunk-9818

the config.log file:

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by gnash configure trunk, which was
generated by GNU Autoconf 2.63. Invocation command line was

$ ./configure --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-cygnal --disable-docbook --enable-ghelp --enable-npapi --disable-kparts --disable-i810-lod-bias --enable-mit-shm --enable-gui=gtk --with-npapi-plugindir=/opt/netscape/plugins --enable-renderer=agg --enable-media=ffmpeg --libdir=/usr/lib64 --build=x86_64-pc-linux-gnu

## --------- ##
## Platform. ##
## --------- ##

hostname = localhost
uname -m = x86_64
uname -r = 2.6.27-rc6-zen1
uname -s = Linux
uname -v = #4 SMP PREEMPT Sun Sep 21 15:05:35 CDT 2008

/usr/bin/uname -p = Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz
/bin/uname -X = unknown

/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /usr/lib/ccache/bin
PATH: /usr/local/sbin
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/lib64/portage/bin
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /opt/bin
PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.3.1
PATH: /opt/blackdown-jdk-1.4.2.03/bin
PATH: /opt/blackdown-jdk-1.4.2.03/jre/bin
PATH: /usr/lib/plan9/bin
PATH: /usr/kde/4.1/sbin
PATH: /usr/kde/4.1/bin
PATH: /usr/kde/4.2/sbin
PATH: /usr/kde/4.2/bin
PATH: /usr/kde/svn/sbin
PATH: /usr/kde/svn/bin
PATH: /opt/intel/compiler100

## ----------- ##
## Core tests. ##
## ----------- ##

configure:2774: checking build system type
configure:2792: result: x86_64-pc-linux-gnu
configure:2814: checking host system type
configure:2829: result: x86_64-pc-linux-gnu
configure:2861: checking for x86_64-pc-linux-gnu-gcc
configure:2877: found /usr/lib/ccache/bin/x86_64-pc-linux-gnu-gcc
configure:2888: result: x86_64-pc-linux-gnu-gcc
configure:3160: checking for C compiler version
configure:3168: x86_64-pc-linux-gnu-gcc --version >&5
x86_64-pc-linux-gnu-gcc (Gentoo 4.3.1-r1 p1.1) 4.3.1
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3172: $? = 0
configure:3179: x86_64-pc-linux-gnu-gcc -v >&5
Using built-in specs.
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-4.3.1-r1/work/gcc-4.3.1/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.3.1 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.1/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.1 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.1/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.1/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.1/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-cld --enable-java-awt=gtk --enable-languages=c,c++,java,treelang,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.3.1-r1 p1.1'
Thread model: posix
gcc version 4.3.1 (Gentoo 4.3.1-r1 p1.1)
configure:3183: $? = 0
configure:3190: x86_64-pc-linux-gnu-gcc -V >&5
x86_64-pc-linux-gnu-gcc: '-V' option must have argument
configure:3194: $? = 1
configure:3217: checking for C compiler default output file name
configure:3239: x86_64-pc-linux-gnu-gcc -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe -Wl,-O1 conftest.c >&5
configure:3243: $? = 0
configure:3281: result: a.out
configure:3300: checking whether the C compiler works
configure:3310: ./a.out
configure:3314: $? = 0
configure:3333: result: yes
configure:3340: checking whether we are cross compiling
configure:3342: result: no
configure:3345: checking for suffix of executables
configure:3352: x86_64-pc-linux-gnu-gcc -o conftest -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe -Wl,-O1 conftest.c >&5
configure:3356: $? = 0
configure:3382: result:
configure:3388: checking for suffix of object files
configure:3414: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe conftest.c >&5
configure:3418: $? = 0
configure:3443: result: o
configure:3447: checking whether we are using the GNU C compiler
configure:3476: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe conftest.c >&5
configure:3483: $? = 0
configure:3500: result: yes
configure:3509: checking whether x86_64-pc-linux-gnu-gcc accepts -g
configure:3539: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5
configure:3546: $? = 0
configure:3647: result: yes
configure:3664: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89
configure:3738: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe conftest.c >&5
configure:3745: $? = 0
configure:3768: result: none needed
configure:3800: checking for x86_64-pc-linux-gnu-g++
configure:3816: found /usr/lib/ccache/bin/x86_64-pc-linux-gnu-g++
configure:3827: result: x86_64-pc-linux-gnu-g++
configure:3898: checking for C++ compiler version
configure:3906: x86_64-pc-linux-gnu-g++ --version >&5
x86_64-pc-linux-gnu-g++ (Gentoo 4.3.1-r1 p1.1) 4.3.1
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3910: $? = 0
configure:3917: x86_64-pc-linux-gnu-g++ -v >&5
Using built-in specs.
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-4.3.1-r1/work/gcc-4.3.1/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.3.1 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.1/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.1 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.1/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.1/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.1/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-cld --enable-java-awt=gtk --enable-languages=c,c++,java,treelang,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.3.1-r1 p1.1'
Thread model: posix
gcc version 4.3.1 (Gentoo 4.3.1-r1 p1.1)
configure:3921: $? = 0
configure:3928: x86_64-pc-linux-gnu-g++ -V >&5
x86_64-pc-linux-gnu-g++: '-V' option must have argument
configure:3932: $? = 1
configure:3935: checking whether we are using the GNU C++ compiler
configure:3964: x86_64-pc-linux-gnu-g++ -c -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe conftest.cpp >&5
configure:3971: $? = 0
configure:3988: result: yes
configure:3997: checking whether x86_64-pc-linux-gnu-g++ accepts -g
configure:4027: x86_64-pc-linux-gnu-g++ -c -g conftest.cpp >&5
configure:4034: $? = 0
configure:4135: result: yes
configure:4173: checking for a BSD-compatible install
configure:4241: result: /usr/bin/install -c
configure:4252: checking for library file name specifics
configure:4273: result: no
configure:4482: checking whether build environment is sane
configure:4525: result: yes
configure:4550: checking for a thread-safe mkdir -p
configure:4589: result: /bin/mkdir -p
configure:4602: checking for gawk
configure:4618: found /bin/gawk
configure:4629: result: gawk
configure:4640: checking whether make sets $(MAKE)
configure:4662: result: yes
configure:4692: checking for style of include used by make
configure:4720: result: GNU
configure:4909: checking dependency style of x86_64-pc-linux-gnu-gcc
configure:5000: result: gcc3
configure:5017: checking dependency style of x86_64-pc-linux-gnu-g++
configure:5108: result: gcc3
configure:5124: checking whether to enable maintainer-specific portions of Makefiles
configure:5133: result: no
configure:5146: checking whether make sets $(MAKE)
configure:5168: result: yes
configure:5182: checking for mkinstalldirs
configure:5215: result: no
configure:5227: checking whether NLS is requested
configure:5236: result: yes
configure:5274: checking for msgfmt
configure: trying /usr/bin/msgfmt...

  1. translated messages.

configure:5306: result: /usr/bin/msgfmt
configure:5315: checking for gmsgfmt
configure:5333: found /usr/bin/gmsgfmt
configure:5346: result: /usr/bin/gmsgfmt
configure:5386: checking for xgettext
configure: trying /usr/bin/xgettext...
/usr/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C
configure:5418: result: /usr/bin/xgettext
configure:5458: checking for msgmerge
configure: trying /usr/bin/msgmerge...
configure:5489: result: /usr/bin/msgmerge
configure:5540: checking for a sed that does not truncate output
configure:5594: result: /bin/sed
configure:5597: checking for grep that handles long lines and -e
configure:5657: result: /bin/grep
configure:5662: checking for egrep
configure:5726: result: /bin/grep -E
configure:5742: checking for ld used by x86_64-pc-linux-gnu-gcc
configure:5809: result: /usr/x86_64-pc-linux-gnu/bin/ld
configure:5818: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld
configure:5833: result: yes
configure:5841: checking for config.rpath
configure:5872: result: config.rpath
configure:5881: checking for shared library run path origin
configure:5894: result: done
configure:6311: checking for CFPreferencesCopyAppValue
configure:6341: x86_64-pc-linux-gnu-gcc -o conftest -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe -I/System/Library/Frameworks/CoreFoundation.framework/Headers -Wl,-O1 conftest.c -framework CoreFoundation >&5
x86_64-pc-linux-gnu-gcc: CoreFoundation: No such file or directory
cc1: error: unrecognized command line option "-framework"
configure:6348: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "gnash"
| #define PACKAGE_TARNAME "gnash"
| #define PACKAGE_VERSION "trunk"
| #define PACKAGE_STRING "gnash trunk"
| #define PACKAGE_BUGREPORT ""
| #define DEFAULT_FLASH_MAJOR_VERSION "9"
| #define DEFAULT_FLASH_MINOR_VERSION "0"
| #define DEFAULT_FLASH_REV_NUMBER "999"
| #define DEFAULT_FLASH_PLATFORM_ID "LNX"
| #define DEFAULT_FLASH_SYSTEM_OS "GNU/Linux"
| #define DEFAULT_STREAMS_TIMEOUT 10
| #define LINUX 1
| #define PACKAGE "gnash"
| #define VERSION "trunk"
| /* end confdefs.h. */
| #include <CFPreferences.h>
| int
| main ()
| {
| CFPreferencesCopyAppValue(NULL, NULL)
| ;
| return 0;
| }
configure:6370: result: no
configure:6379: checking for CFLocaleCopyCurrent
configure:6409: x86_64-pc-linux-gnu-gcc -o conftest -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe -I/System/Library/Frameworks/CoreFoundation.framework/Headers -Wl,-O1 conftest.c -framework CoreFoundation >&5
x86_64-pc-linux-gnu-gcc: CoreFoundation: No such file or directory
cc1: error: unrecognized command line option "-framework"
configure:6416: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "gnash"
| #define PACKAGE_TARNAME "gnash"
| #define PACKAGE_VERSION "trunk"
| #define PACKAGE_STRING "gnash trunk"
| #define PACKAGE_BUGREPORT ""
| #define DEFAULT_FLASH_MAJOR_VERSION "9"
| #define DEFAULT_FLASH_MINOR_VERSION "0"
| #define DEFAULT_FLASH_REV_NUMBER "999"
| #define DEFAULT_FLASH_PLATFORM_ID "LNX"
| #define DEFAULT_FLASH_SYSTEM_OS "GNU/Linux"
| #define DEFAULT_STREAMS_TIMEOUT 10
| #define LINUX 1
| #define PACKAGE "gnash"
| #define VERSION "trunk"
| /* end confdefs.h. */
| #include <CFLocale.h>
| int
| main ()
| {
| CFLocaleCopyCurrent();
| ;
| return 0;
| }
configure:6438: result: no
configure:6455: checking whether NLS is requested
configure:6464: result: yes
configure:6482: checking for GNU gettext in libc
configure:6511: x86_64-pc-linux-gnu-gcc -o conftest -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe -Wl,-O1 conftest.c >&5
configure:6518: $? = 0
configure:6538: result: yes
configure:7252: checking whether to use NLS
configure:7254: result: yes
configure:7257: checking where the gettext function comes from
configure:7268: result: libc
configure:7491: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe conftest.c >&5
configure:7498: $? = 0
configure:7665: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe conftest.c >&5
conftest.c:22:22: warning: extra tokens at end of #include directive
conftest.c: In function 'main':
conftest.c:27: error: 'IPC_INFO' undeclared (first use in this function)
conftest.c:27: error: (Each undeclared identifier is reported only once
conftest.c:27: error: for each function it appears in.)
configure:7672: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "gnash"
| #define PACKAGE_TARNAME "gnash"
| #define PACKAGE_VERSION "trunk"
| #define PACKAGE_STRING "gnash trunk"
| #define PACKAGE_BUGREPORT ""
| #define DEFAULT_FLASH_MAJOR_VERSION "9"
| #define DEFAULT_FLASH_MINOR_VERSION "0"
| #define DEFAULT_FLASH_REV_NUMBER "999"
| #define DEFAULT_FLASH_PLATFORM_ID "LNX"
| #define DEFAULT_FLASH_SYSTEM_OS "GNU/Linux"
| #define DEFAULT_STREAMS_TIMEOUT 10
| #define LINUX 1
| #define PACKAGE "gnash"
| #define VERSION "trunk"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_MALLINFO 1
| #define USE_SYSV_SHM 1
| /* end confdefs.h. */
| #include <sys/ipc.h> #include <sys/shm.h>
| int
| main ()
| {
|
| int flag = IPC_INFO;
| ;
| return 0;
| }
configure:8454: checking For the version of libtool
configure:8461: result: 1.5.26
configure:8565: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files
configure:8572: result: -r
configure:8590: checking for BSD-compatible nm
configure:8639: result: /usr/bin/nm -B
configure:8643: checking whether ln -s works
configure:8647: result: yes
configure:8654: checking how to recognise dependent libraries
configure:8830: result: pass_all
configure:8916: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe conftest.c >&5
configure:8919: $? = 0
configure:9344: checking how to run the C preprocessor
configure:9384: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:9391: $? = 0
configure:9422: x86_64-pc-linux-gnu-gcc -E conftest.c
conftest.c:33:28: error: ac_nonexistent.h: No such file or directory
configure:9429: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "gnash"
| #define PACKAGE_TARNAME "gnash"
| #define PACKAGE_VERSION "trunk"
| #define PACKAGE_STRING "gnash trunk"
| #define PACKAGE_BUGREPORT ""
| #define DEFAULT_FLASH_MAJOR_VERSION "9"
| #define DEFAULT_FLASH_MINOR_VERSION "0"
| #define DEFAULT_FLASH_REV_NUMBER "999"
| #define DEFAULT_FLASH_PLATFORM_ID "LNX"
| #define DEFAULT_FLASH_SYSTEM_OS "GNU/Linux"
| #define DEFAULT_STREAMS_TIMEOUT 10
| #define LINUX 1
| #define PACKAGE "gnash"
| #define VERSION "trunk"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_MALLINFO 1
| #define USE_SYSV_SHM 1
| #define USE_MENUS /**/
| #define USE_SWFTREE /**/
| #define USE_TESTSUITE /**/
| #define PIXELFORMAT_RGB555 1
| #define PIXELFORMAT_RGB565 1
| #define PIXELFORMAT_RGB24 1
| #define PIXELFORMAT_BGR24 1
| #define PIXELFORMAT_RGBA32 1
| #define PIXELFORMAT_BGRA32 1
| #define PIXELFORMAT_ARGB32 1
| #define PIXELFORMAT_ABGR32 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:9462: result: x86_64-pc-linux-gnu-gcc -E
configure:9491: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:9498: $? = 0
configure:9529: x86_64-pc-linux-gnu-gcc -E conftest.c
conftest.c:33:28: error: ac_nonexistent.h: No such file or directory
configure:9536: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "gnash"
| #define PACKAGE_TARNAME "gnash"
| #define PACKAGE_VERSION "trunk"
| #define PACKAGE_STRING "gnash trunk"
| #define PACKAGE_BUGREPORT ""
| #define DEFAULT_FLASH_MAJOR_VERSION "9"
| #define DEFAULT_FLASH_MINOR_VERSION "0"
| #define DEFAULT_FLASH_REV_NUMBER "999"
| #define DEFAULT_FLASH_PLATFORM_ID "LNX"
| #define DEFAULT_FLASH_SYSTEM_OS "GNU/Linux"
| #define DEFAULT_STREAMS_TIMEOUT 10
| #define LINUX 1
| #define PACKAGE "gnash"
| #define VERSION "trunk"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_MALLINFO 1
| #define USE_SYSV_SHM 1
| #define USE_MENUS /**/
| #define USE_SWFTREE /**/
| #define USE_TESTSUITE /**/
| #define PIXELFORMAT_RGB555 1
| #define PIXELFORMAT_RGB565 1
| #define PIXELFORMAT_RGB24 1
| #define PIXELFORMAT_BGR24 1
| #define PIXELFORMAT_RGBA32 1
| #define PIXELFORMAT_BGRA32 1
| #define PIXELFORMAT_ARGB32 1
| #define PIXELFORMAT_ABGR32 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:9576: checking for ANSI C header files
configure:9606: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe conftest.c >&5
configure:9613: $? = 0
configure:9712: x86_64-pc-linux-gnu-gcc -o conftest -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe -Wl,-O1 conftest.c >&5
configure:9716: $? = 0
configure:9722: ./conftest
configure:9726: $? = 0
configure:9744: result: yes
configure:9768: checking for sys/types.h
configure:9789: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe conftest.c >&5
configure:9796: $? = 0
configure:9813: result: yes
configure:9768: checking for sys/stat.h
configure:9789: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe conftest.c >&5
configure:9796: $? = 0
configure:9813: result: yes
configure:9768: checking for stdlib.h
configure:9789: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe conftest.c >&5
configure:9796: $? = 0
configure:9813: result: yes
configure:9768: checking for string.h
configure:9789: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe conftest.c >&5
configure:9796: $? = 0
configure:9813: result: yes
configure:9768: checking for memory.h
configure:9789: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe conftest.c >&5
configure:9796: $? = 0
configure:9813: result: yes
configure:9768: checking for strings.h
configure:9789: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe conftest.c >&5
configure:9796: $? = 0
configure:9813: result: yes
configure:9768: checking for inttypes.h
configure:9789: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe conftest.c >&5
configure:9796: $? = 0
configure:9813: result: yes
configure:9768: checking for stdint.h
configure:9789: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe conftest.c >&5
configure:9796: $? = 0
configure:9813: result: yes
configure:9768: checking for unistd.h
configure:9789: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe conftest.c >&5
configure:9796: $? = 0
configure:9813: result: yes
configure:9843: checking dlfcn.h usability
configure:9860: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe conftest.c >&5
configure:9867: $? = 0
configure:9881: result: yes
configure:9885: checking dlfcn.h presence
configure:9900: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:9907: $? = 0
configure:9921: result: yes
configure:9949: checking for dlfcn.h
configure:9958: result: yes
configure:9983: checking how to run the C++ preprocessor
configure:10019: x86_64-pc-linux-gnu-g++ -E conftest.cpp
configure:10026: $? = 0
configure:10057: x86_64-pc-linux-gnu-g++ -E conftest.cpp
conftest.cpp:44:28: error: ac_nonexistent.h: No such file or directory
configure:10064: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "gnash"
| #define PACKAGE_TARNAME "gnash"
| #define PACKAGE_VERSION "trunk"
| #define PACKAGE_STRING "gnash trunk"
| #define PACKAGE_BUGREPORT ""
| #define DEFAULT_FLASH_MAJOR_VERSION "9"
| #define DEFAULT_FLASH_MINOR_VERSION "0"
| #define DEFAULT_FLASH_REV_NUMBER "999"
| #define DEFAULT_FLASH_PLATFORM_ID "LNX"
| #define DEFAULT_FLASH_SYSTEM_OS "GNU/Linux"
| #define DEFAULT_STREAMS_TIMEOUT 10
| #define LINUX 1
| #define PACKAGE "gnash"
| #define VERSION "trunk"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_MALLINFO 1
| #define USE_SYSV_SHM 1
| #define USE_MENUS /**/
| #define USE_SWFTREE /**/
| #define USE_TESTSUITE /**/
| #define PIXELFORMAT_RGB555 1
| #define PIXELFORMAT_RGB565 1
| #define PIXELFORMAT_RGB24 1
| #define PIXELFORMAT_BGR24 1
| #define PIXELFORMAT_RGBA32 1
| #define PIXELFORMAT_BGRA32 1
| #define PIXELFORMAT_ARGB32 1
| #define PIXELFORMAT_ABGR32 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:10097: result: x86_64-pc-linux-gnu-g++ -E
configure:10126: x86_64-pc-linux-gnu-g++ -E conftest.cpp
configure:10133: $? = 0
configure:10164: x86_64-pc-linux-gnu-g++ -E conftest.cpp
conftest.cpp:44:28: error: ac_nonexistent.h: No such file or directory
configure:10171: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "gnash"
| #define PACKAGE_TARNAME "gnash"
| #define PACKAGE_VERSION "trunk"
| #define PACKAGE_STRING "gnash trunk"
| #define PACKAGE_BUGREPORT ""
| #define DEFAULT_FLASH_MAJOR_VERSION "9"
| #define DEFAULT_FLASH_MINOR_VERSION "0"
| #define DEFAULT_FLASH_REV_NUMBER "999"
| #define DEFAULT_FLASH_PLATFORM_ID "LNX"
| #define DEFAULT_FLASH_SYSTEM_OS "GNU/Linux"
| #define DEFAULT_STREAMS_TIMEOUT 10
| #define LINUX 1
| #define PACKAGE "gnash"
| #define VERSION "trunk"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_MALLINFO 1
| #define USE_SYSV_SHM 1
| #define USE_MENUS /**/
| #define USE_SWFTREE /**/
| #define USE_TESTSUITE /**/
| #define PIXELFORMAT_RGB555 1
| #define PIXELFORMAT_RGB565 1
| #define PIXELFORMAT_RGB24 1
| #define PIXELFORMAT_BGR24 1
| #define PIXELFORMAT_RGBA32 1
| #define PIXELFORMAT_BGRA32 1
| #define PIXELFORMAT_ARGB32 1
| #define PIXELFORMAT_ABGR32 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:10222: checking for x86_64-pc-linux-gnu-g77
configure:10252: result: no
configure:10222: checking for x86_64-pc-linux-gnu-xlf
configure:10252: result: no
configure:10222: checking for x86_64-pc-linux-gnu-f77
configure:10252: result: no
configure:10222: checking for x86_64-pc-linux-gnu-frt
configure:10252: result: no
configure:10222: checking for x86_64-pc-linux-gnu-pgf77
configure:10252: result: no
configure:10222: checking for x86_64-pc-linux-gnu-cf77
configure:10252: result: no
configure:10222: checking for x86_64-pc-linux-gnu-fort77
configure:10252: result: no
configure:10222: checking for x86_64-pc-linux-gnu-fl32
configure:10252: result: no
configure:10222: checking for x86_64-pc-linux-gnu-af77
configure:10252: result: no
configure:10222: checking for x86_64-pc-linux-gnu-xlf90
configure:10252: result: no
configure:10222: checking for x86_64-pc-linux-gnu-f90
configure:10252: result: no
configure:10222: checking for x86_64-pc-linux-gnu-pgf90
configure:10252: result: no
configure:10222: checking for x86_64-pc-linux-gnu-pghpf
configure:10252: result: no
configure:10222: checking for x86_64-pc-linux-gnu-epcf90
configure:10252: result: no
configure:10222: checking for x86_64-pc-linux-gnu-gfortran
configure:10238: found /usr/bin/x86_64-pc-linux-gnu-gfortran
configure:10249: result: x86_64-pc-linux-gnu-gfortran
configure:10319: checking for Fortran 77 compiler version
configure:10327: x86_64-pc-linux-gnu-gfortran --version >&5
GNU Fortran (Gentoo 4.3.1-r1 p1.1) 4.3.1
Copyright (C) 2008 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING

configure:10331: $? = 0
configure:10338: x86_64-pc-linux-gnu-gfortran -v >&5
Using built-in specs.
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-4.3.1-r1/work/gcc-4.3.1/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.3.1 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.1/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.1 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.1/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.1/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.1/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-cld --enable-java-awt=gtk --enable-languages=c,c++,java,treelang,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.3.1-r1 p1.1'
Thread model: posix
gcc version 4.3.1 (Gentoo 4.3.1-r1 p1.1)
configure:10342: $? = 0
configure:10349: x86_64-pc-linux-gnu-gfortran -V >&5
x86_64-pc-linux-gnu-gfortran: '-V' option must have argument
configure:10353: $? = 1
configure:10361: checking whether we are using the GNU Fortran 77 compiler
configure:10380: x86_64-pc-linux-gnu-gfortran -c conftest.F >&5
configure:10387: $? = 0
configure:10404: result: yes
configure:10410: checking whether x86_64-pc-linux-gnu-gfortran accepts -g
configure:10427: x86_64-pc-linux-gnu-gfortran -c -g conftest.f >&5
configure:10434: $? = 0
configure:10450: result: yes
configure:10484: checking the maximum length of command line arguments
configure:10593: result: 32768
configure:10604: checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object
configure:10709: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe conftest.c >&5
configure:10712: $? = 0
configure:10716: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.[ ]\([ABCDGIRSTW][ABCDGIRSTW]\)[ ][ ]\([_A-Za-z][_A-Za-z0-9]\)$/\1 \2 \2/p' \> conftest.nm
configure:10719: $? = 0
configure:10771: x86_64-pc-linux-gnu-gcc -o conftest -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe -Wl,-O1 conftest.c conftstm.o >&5
configure:10774: $? = 0
configure:10812: result: ok
configure:10816: checking for objdir
configure:10831: result: .libs
configure:10883: checking for x86_64-pc-linux-gnu-ar
configure:10899: found /usr/bin/x86_64-pc-linux-gnu-ar
configure:10910: result: x86_64-pc-linux-gnu-ar
configure:10975: checking for x86_64-pc-linux-gnu-ranlib
configure:10991: found /usr/bin/x86_64-pc-linux-gnu-ranlib
configure:11002: result: x86_64-pc-linux-gnu-ranlib
configure:11067: checking for x86_64-pc-linux-gnu-strip
configure:11083: found /usr/bin/x86_64-pc-linux-gnu-strip
configure:11094: result: x86_64-pc-linux-gnu-strip
configure:11420: checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions
configure:11438: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:11442: $? = 0
configure:11455: result: no
configure:11470: checking for x86_64-pc-linux-gnu-gcc option to produce PIC
configure:11680: result: -fPIC
configure:11688: checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC works
configure:11706: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe -fPIC -DPIC conftest.c >&5
configure:11710: $? = 0
configure:11723: result: yes
configure:11751: checking if x86_64-pc-linux-gnu-gcc static flag -static works
configure:11779: result: yes
configure:11789: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o
configure:11810: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe -o out/conftest2.o conftest.c >&5
configure:11814: $? = 0
configure:11836: result: yes
configure:11862: checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries
configure:12824: result: yes
configure:12845: checking whether -lc should be explicitly linked in
configure:12850: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe conftest.c >&5
configure:12853: $? = 0
configure:12868: x86_64-pc-linux-gnu-gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:12871: $? = 0
configure:12883: result: no
configure:12891: checking dynamic linker characteristics
configure:13284: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe conftest.c >&5
configure:13287: $? = 0
configure:13500: result: GNU/Linux ld.so
configure:13509: checking how to hardcode library paths into programs
configure:13534: result: immediate
configure:13548: checking whether stripping libraries is possible
configure:13553: result: yes
configure:13680: checking for shl_load
configure:13736: x86_64-pc-linux-gnu-gcc -o conftest -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe -Wl,-O1 conftest.c >&5
/var/tmp/portage/net-www/gnash-9999/temp/ccK2T1tE.o: In function `main':
conftest.c:(.text+0x7): undefined reference to `shl_load'
collect2: ld returned 1 exit status
configure:13743: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "gnash"
| #define PACKAGE_TARNAME "gnash"
| #define PACKAGE_VERSION "trunk"
| #define PACKAGE_STRING "gnash trunk"
| #define PACKAGE_BUGREPORT ""
| #define DEFAULT_FLASH_MAJOR_VERSION "9"
| #define DEFAULT_FLASH_MINOR_VERSION "0"
| #define DEFAULT_FLASH_REV_NUMBER "999"
| #define DEFAULT_FLASH_PLATFORM_ID "LNX"
| #define DEFAULT_FLASH_SYSTEM_OS "GNU/Linux"
| #define DEFAULT_STREAMS_TIMEOUT 10
| #define LINUX 1
| #define PACKAGE "gnash"
| #define VERSION "trunk"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_MALLINFO 1
| #define USE_SYSV_SHM 1
| #define USE_MENUS /**/
| #define USE_SWFTREE /**/
| #define USE_TESTSUITE /**/
| #define PIXELFORMAT_RGB555 1
| #define PIXELFORMAT_RGB565 1
| #define PIXELFORMAT_RGB24 1
| #define PIXELFORMAT_BGR24 1
| #define PIXELFORMAT_RGBA32 1
| #define PIXELFORMAT_BGRA32 1
| #define PIXELFORMAT_ARGB32 1
| #define PIXELFORMAT_ABGR32 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define shl_load innocuous_shl_load
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char shl_load (); below.
| Prefer <limits.h> to <assert.h> if _STDC_ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef _STDC_
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef shl_load
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_shl_load || defined __stub___shl_load
| choke me
| #endif
|
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:13763: result: no
configure:13768: checking for shl_load in -ldld
configure:13803: x86_64-pc-linux-gnu-gcc -o conftest -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe -Wl,-O1 conftest.c -ldld >&5
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.1/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:13810: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "gnash"
| #define PACKAGE_TARNAME "gnash"
| #define PACKAGE_VERSION "trunk"
| #define PACKAGE_STRING "gnash trunk"
| #define PACKAGE_BUGREPORT ""
| #define DEFAULT_FLASH_MAJOR_VERSION "9"
| #define DEFAULT_FLASH_MINOR_VERSION "0"
| #define DEFAULT_FLASH_REV_NUMBER "999"
| #define DEFAULT_FLASH_PLATFORM_ID "LNX"
| #define DEFAULT_FLASH_SYSTEM_OS "GNU/Linux"
| #define DEFAULT_STREAMS_TIMEOUT 10
| #define LINUX 1
| #define PACKAGE "gnash"
| #define VERSION "trunk"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_MALLINFO 1
| #define USE_SYSV_SHM 1
| #define USE_MENUS /**/
| #define USE_SWFTREE /**/
| #define USE_TESTSUITE /**/
| #define PIXELFORMAT_RGB555 1
| #define PIXELFORMAT_RGB565 1
| #define PIXELFORMAT_RGB24 1
| #define PIXELFORMAT_BGR24 1
| #define PIXELFORMAT_RGBA32 1
| #define PIXELFORMAT_BGRA32 1
| #define PIXELFORMAT_ARGB32 1
| #define PIXELFORMAT_ABGR32 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:13831: result: no
configure:13836: checking for dlopen
configure:13892: x86_64-pc-linux-gnu-gcc -o conftest -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe -Wl,-O1 conftest.c >&5
/var/tmp/portage/net-www/gnash-9999/temp/ccacJ3UN.o: In function `main':
conftest.c:(.text+0x7): undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:13899: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "gnash"
| #define PACKAGE_TARNAME "gnash"
| #define PACKAGE_VERSION "trunk"
| #define PACKAGE_STRING "gnash trunk"
| #define PACKAGE_BUGREPORT ""
| #define DEFAULT_FLASH_MAJOR_VERSION "9"
| #define DEFAULT_FLASH_MINOR_VERSION "0"
| #define DEFAULT_FLASH_REV_NUMBER "999"
| #define DEFAULT_FLASH_PLATFORM_ID "LNX"
| #define DEFAULT_FLASH_SYSTEM_OS "GNU/Linux"
| #define DEFAULT_STREAMS_TIMEOUT 10
| #define LINUX 1
| #define PACKAGE "gnash"
| #define VERSION "trunk"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_MALLINFO 1
| #define USE_SYSV_SHM 1
| #define USE_MENUS /**/
| #define USE_SWFTREE /**/
| #define USE_TESTSUITE /**/
| #define PIXELFORMAT_RGB555 1
| #define PIXELFORMAT_RGB565 1
| #define PIXELFORMAT_RGB24 1
| #define PIXELFORMAT_BGR24 1
| #define PIXELFORMAT_RGBA32 1
| #define PIXELFORMAT_BGRA32 1
| #define PIXELFORMAT_ARGB32 1
| #define PIXELFORMAT_ABGR32 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define dlopen innocuous_dlopen
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char dlopen (); below.
| Prefer <limits.h> to <assert.h> if _STDC_ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef _STDC_
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef dlopen
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_dlopen || defined __stub___dlopen
| choke me
| #endif
|
| int
| main ()
| {
| return dlopen ();
| ;
| return 0;
| }
configure:13919: result: no
configure:13924: checking for dlopen in -ldl
configure:13959: x86_64-pc-linux-gnu-gcc -o conftest -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe -Wl,-O1 conftest.c -ldl >&5
configure:13966: $? = 0
configure:13987: result: yes
configure:14164: checking whether a program can dlopen itself
configure:14238: x86_64-pc-linux-gnu-gcc -o conftest -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe -DHAVE_DLFCN_H -Wl,-O1 -Wl,--export-dynamic conftest.c -ldl >&5
configure: In function 'main':
configure:14234: warning: incompatible implicit declaration of built-in function 'exit'
configure:14241: $? = 0
configure:14259: result: yes
configure:14264: checking whether a statically linked program can dlopen itself
configure:14338: x86_64-pc-linux-gnu-gcc -o conftest -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe -DHAVE_DLFCN_H -Wl,-O1 -Wl,--export-dynamic -static conftest.c -ldl >&5
configure: In function 'main':
configure:14334: warning: incompatible implicit declaration of built-in function 'exit'
/var/tmp/portage/net-www/gnash-9999/temp/cckt4Sw0.o: In function `main':
conftest.c:(.text+0x19): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
configure:14341: $? = 0
/lib64/: cannot read file data: Is a directory
configure:14359: result: no
configure:14382: checking if libtool supports shared libraries
configure:14384: result: yes
configure:14387: checking whether to build shared libraries
configure:14408: result: yes
configure:14411: checking whether to build static libraries
configure:14415: result: no
configure:14507: creating libtool
configure:15095: checking for ld used by x86_64-pc-linux-gnu-g++
configure:15162: result: /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
configure:15171: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld
configure:15186: result: yes
configure:15237: checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries
configure:16179: result: yes
configure:16201: x86_64-pc-linux-gnu-g++ -c -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe conftest.cpp >&5
configure:16204: $? = 0
configure:16323: checking for x86_64-pc-linux-gnu-g++ option to produce PIC
configure:16597: result: -fPIC
configure:16605: checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC works
configure:16623: x86_64-pc-linux-gnu-g++ -c -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe -fPIC -DPIC conftest.cpp >&5
configure:16627: $? = 0
configure:16640: result: yes
configure:16668: checking if x86_64-pc-linux-gnu-g++ static flag -static works
configure:16696: result: yes
configure:16706: checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o
configure:16727: x86_64-pc-linux-gnu-g++ -c -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe -o out/conftest2.o conftest.cpp >&5
configure:16731: $? = 0
configure:16753: result: yes
configure:16779: checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries
configure:16804: result: yes
configure:16871: checking dynamic linker characteristics
configure:17264: x86_64-pc-linux-gnu-g++ -c -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe conftest.cpp >&5
configure:17267: $? = 0
configure:17480: result: GNU/Linux ld.so
configure:17489: checking how to hardcode library paths into programs
configure:17514: result: immediate
configure:18040: checking if libtool supports shared libraries
configure:18042: result: yes
configure:18045: checking whether to build shared libraries
configure:18065: result: yes
configure:18068: checking whether to build static libraries
configure:18072: result: no
configure:18082: checking for x86_64-pc-linux-gnu-gfortran option to produce PIC
configure:18292: result: -fPIC
configure:18300: checking if x86_64-pc-linux-gnu-gfortran PIC flag -fPIC works
configure:18318: x86_64-pc-linux-gnu-gfortran -c -g -O2 -fPIC conftest.f >&5
configure:18322: $? = 0
configure:18335: result: yes
configure:18363: checking if x86_64-pc-linux-gnu-gfortran static flag -static works
configure:18391: result: yes
configure:18401: checking if x86_64-pc-linux-gnu-gfortran supports -c -o file.o
configure:18422: x86_64-pc-linux-gnu-gfortran -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:18426: $? = 0
configure:18448: result: yes
configure:18474: checking whether the x86_64-pc-linux-gnu-gfortran linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries
configure:19416: result: yes
configure:19483: checking dynamic linker characteristics
configure:19876: x86_64-pc-linux-gnu-gfortran -c -g -O2 conftest.f >&5
Warning: conftest.f:1: Illegal preprocessor directive
configure:19879: $? = 0
configure:20092: result: GNU/Linux ld.so
configure:20101: checking how to hardcode library paths into programs
configure:20126: result: immediate
configure:23741: checking for an ANSI C-conforming const
configure:23816: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe conftest.c >&5
configure:23823: $? = 0
configure:23838: result: yes
configure:23848: checking for inline
configure:23874: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe conftest.c >&5
configure:23881: $? = 0
configure:23899: result: inline
configure:23927: checking for dirent.h that defines DIR
configure:23956: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe conftest.c >&5
configure:23963: $? = 0
configure:23980: result: yes
configure:23995: checking for library containing opendir
configure:24036: x86_64-pc-linux-gnu-gcc -o conftest -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe -Wl,-O1 conftest.c >&5
configure:24043: $? = 0
configure:24074: result: none required
configure:24196: checking which extension is used for loadable modules
configure:24206: result: .so
configure:24217: checking which variable specifies run-time library path
configure:24224: result: LD_LIBRARY_PATH
configure:24235: checking for the default library search path
configure:24242: result: /lib64 /usr/lib64 /usr/local/lib //usr/lib32/opengl/xorg-x11/lib //usr/lib64/opengl/xorg-x11/lib /lib /usr/lib /lib64 /usr/lib64 /usr/local/lib64 /lib32 /usr/lib32 /usr/local/lib32 /usr/x86_64-pc-linux-gnu/lib /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.1 /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.1/32 /usr/lib64/nspr /usr/lib64/nss /usr/lib64/seamonkey /opt/blackdown-jdk-1.4.2.03/jre/lib/amd64/ /opt/blackdown-jdk-1.4.2.03/jre/lib/amd64/native_threads/ /opt/blackdown-jdk-1.4.2.03/jre/lib/amd64/classic/ /opt/blackdown-jdk-1.4.2.03/jre/lib/amd64/server/ /usr/kde/4.1/lib /usr/kde/4.1/lib64 /usr/kde/4.1/lib32 /usr/kde/4.2/lib /usr/kde/4.2/lib64 /usr/kde/4.2/lib32 /usr/kde/svn/lib /usr/kde/svn/lib64 /usr/kde/svn/lib32 /usr/lib64/qca2 /usr/lib/qt4 /usr/lib64/qt4 /usr/lib32/qt4 /usr/games/lib /usr/games/lib32 /usr/brlcad/lib64 /usr/lib64/fltk-1.1 /usr/lib64/fltk-2.0 /usr/lib/gcj/lib /opt/intel/compiler100/lib /usr/lib64/libstdc++-v3/ /usr/lib32/libstdc++-v3/
configure:24260: checking for objdir
configure:24281: result: .libs
configure:24290: checking whether libtool supports -dlopen/-dlpreopen
configure:24302: result: yes
configure:24321: checking for shl_load
configure:24404: result: no
configure:24413: checking for shl_load in -ldld
configure:24476: result: no
configure:24486: checking for dlopen in -ldl
configure:24549: result: yes
configure:24876: checking for dlerror
configure:24932: x86_64-pc-linux-gnu-gcc -o conftest -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe -Wl,-O1 conftest.c -ldl >&5
configure:24939: $? = 0
configure:24961: result: yes
configure:24983: checking for _ prefix in compiled symbols
configure:24993: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe conftest.c >&5
configure:24996: $? = 0
configure:25000: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.[ ]\([ABCDGIRSTW][ABCDGIRSTW]\)[ ][ ]\([_A-Za-z][_A-Za-z0-9]\)$/\1 \2 \2/p' \> conftest.nm
configure:25003: $? = 0
configure:25025: result: no
configure:25145: checking whether deplibs are loaded by dlopen
configure:25226: result: yes
configure:25252: checking argz.h usability
configure:25269: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe conftest.c >&5
configure:25276: $? = 0
configure:25290: result: yes
configure:25294: checking argz.h presence
configure:25309: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:25316: $? = 0
configure:25330: result: yes
configure:25358: checking for argz.h
configure:25367: result: yes
configure:25383: checking for error_t
configure:25414: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe conftest.c >&5
configure:25421: $? = 0
configure:25451: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe conftest.c >&5
conftest.c: In function 'main':
conftest.c:60: error: expected expression before ')' token
configure:25458: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "gnash"
| #define PACKAGE_TARNAME "gnash"
| #define PACKAGE_VERSION "trunk"
| #define PACKAGE_STRING "gnash trunk"
| #define PACKAGE_BUGREPORT ""
| #define DEFAULT_FLASH_MAJOR_VERSION "9"
| #define DEFAULT_FLASH_MINOR_VERSION "0"
| #define DEFAULT_FLASH_REV_NUMBER "999"
| #define DEFAULT_FLASH_PLATFORM_ID "LNX"
| #define DEFAULT_FLASH_SYSTEM_OS "GNU/Linux"
| #define DEFAULT_STREAMS_TIMEOUT 10
| #define LINUX 1
| #define PACKAGE "gnash"
| #define VERSION "trunk"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_MALLINFO 1
| #define USE_SYSV_SHM 1
| #define USE_MENUS /**/
| #define USE_SWFTREE /**/
| #define USE_TESTSUITE /**/
| #define PIXELFORMAT_RGB555 1
| #define PIXELFORMAT_RGB565 1
| #define PIXELFORMAT_RGB24 1
| #define PIXELFORMAT_BGR24 1
| #define PIXELFORMAT_RGBA32 1
| #define PIXELFORMAT_BGRA32 1
| #define PIXELFORMAT_ARGB32 1
| #define PIXELFORMAT_ABGR32 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib64:/usr/lib64:/usr/local/lib://usr/lib32/opengl/xorg-x11/lib://usr/lib64/opengl/xorg-x11/lib:/lib:/usr/lib:/lib64:/usr/lib64:/usr/local/lib64:/lib32:/usr/lib32:/usr/local/lib32:/usr/x86_64-pc-linux-gnu/lib:/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.1:/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.1/32:/usr/lib64/nspr:/usr/lib64/nss:/usr/lib64/seamonkey:/opt/blackdown-jdk-1.4.2.03/jre/lib/amd64/:/opt/blackdown-jdk-1.4.2.03/jre/lib/amd64/native_threads/:/opt/blackdown-jdk-1.4.2.03/jre/lib/amd64/classic/:/opt/blackdown-jdk-1.4.2.03/jre/lib/amd64/server/:/usr/kde/4.1/lib:/usr/kde/4.1/lib64:/usr/kde/4.1/lib32:/usr/kde/4.2/lib:/usr/kde/4.2/lib64:/usr/kde/4.2/lib32:/usr/kde/svn/lib:/usr/kde/svn/lib64:/usr/kde/svn/lib32:/usr/lib64/qca2:/usr/lib/qt4:/usr/lib64/qt4:/usr/lib32/qt4:/usr/games/lib:/usr/games/lib32:/usr/brlcad/lib64:/usr/lib64/fltk-1.1:/usr/lib64/fltk-2.0:/usr/lib/gcj/lib:/opt/intel/compiler100/lib:/usr/lib64/libstdc++-v3/:/usr/lib32/libstdc++-v3/"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| /* end confdefs.h. */
| #if HAVE_ARGZ_H
| # include <argz.h>
| #endif
|
| int
| main ()
| {
| if (sizeof ((error_t)))
| return 0;
| ;
| return 0;
| }
configure:25481: result: yes
configure:25507: checking for argz_append
configure:25563: x86_64-pc-linux-gnu-gcc -o conftest -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe -Wl,-O1 conftest.c >&5
configure:25570: $? = 0
configure:25592: result: yes
configure:25507: checking for argz_create_sep
configure:25563: x86_64-pc-linux-gnu-gcc -o conftest -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe -Wl,-O1 conftest.c >&5
configure:25570: $? = 0
configure:25592: result: yes
configure:25507: checking for argz_insert
configure:25563: x86_64-pc-linux-gnu-gcc -o conftest -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe -Wl,-O1 conftest.c >&5
configure:25570: $? = 0
configure:25592: result: yes
configure:25507: checking for argz_next
configure:25563: x86_64-pc-linux-gnu-gcc -o conftest -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe -Wl,-O1 conftest.c >&5
configure:25570: $? = 0
configure:25592: result: yes
configure:25507: checking for argz_stringify
configure:25563: x86_64-pc-linux-gnu-gcc -o conftest -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe -Wl,-O1 conftest.c >&5
configure:25570: $? = 0
configure:25592: result: yes
configure:25647: checking assert.h usability
configure:25664: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe conftest.c >&5
configure:25671: $? = 0
configure:25685: result: yes
configure:25689: checking assert.h presence
configure:25704: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:25711: $? = 0
configure:25725: result: yes
configure:25753: checking for assert.h
configure:25762: result: yes
configure:25647: checking ctype.h usability
configure:25664: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe conftest.c >&5
configure:25671: $? = 0
configure:25685: result: yes
configure:25689: checking ctype.h presence
configure:25704: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:25711: $? = 0
configure:25725: result: yes
configure:25753: checking for ctype.h
configure:25762: result: yes
configure:25647: checking errno.h usability
configure:25664: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe conftest.c >&5
configure:25671: $? = 0
configure:25685: result: yes
configure:25689: checking errno.h presence
configure:25704: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:25711: $? = 0
configure:25725: result: yes
configure:25753: checking for errno.h
configure:25762: result: yes
configure:25647: checking malloc.h usability
configure:25664: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe conftest.c >&5
configure:25671: $? = 0
configure:25685: result: yes
configure:25689: checking malloc.h presence
configure:25704: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:25711: $? = 0
configure:25725: result: yes
configure:25753: checking for malloc.h
configure:25762: result: yes
configure:25636: checking for memory.h
configure:25643: result: yes
configure:25636: checking for stdlib.h
configure:25643: result: yes
configure:25647: checking stdio.h usability
configure:25664: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe conftest.c >&5
configure:25671: $? = 0
configure:25685: result: yes
configure:25689: checking stdio.h presence
configure:25704: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:25711: $? = 0
configure:25725: result: yes
configure:25753: checking for stdio.h
configure:25762: result: yes
configure:25636: checking for unistd.h
configure:25643: result: yes
configure:25796: checking dl.h usability
configure:25813: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe conftest.c >&5
conftest.c:100:16: error: dl.h: No such file or directory
configure:25820: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "gnash"
| #define PACKAGE_TARNAME "gnash"
| #define PACKAGE_VERSION "trunk"
| #define PACKAGE_STRING "gnash trunk"
| #define PACKAGE_BUGREPORT ""
| #define DEFAULT_FLASH_MAJOR_VERSION "9"
| #define DEFAULT_FLASH_MINOR_VERSION "0"
| #define DEFAULT_FLASH_REV_NUMBER "999"
| #define DEFAULT_FLASH_PLATFORM_ID "LNX"
| #define DEFAULT_FLASH_SYSTEM_OS "GNU/Linux"
| #define DEFAULT_STREAMS_TIMEOUT 10
| #define LINUX 1
| #define PACKAGE "gnash"
| #define VERSION "trunk"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_MALLINFO 1
| #define USE_SYSV_SHM 1
| #define USE_MENUS /**/
| #define USE_SWFTREE /**/
| #define USE_TESTSUITE /**/
| #define PIXELFORMAT_RGB555 1
| #define PIXELFORMAT_RGB565 1
| #define PIXELFORMAT_RGB24 1
| #define PIXELFORMAT_BGR24 1
| #define PIXELFORMAT_RGBA32 1
| #define PIXELFORMAT_BGRA32 1
| #define PIXELFORMAT_ARGB32 1
| #define PIXELFORMAT_ABGR32 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib64:/usr/lib64:/usr/local/lib://usr/lib32/opengl/xorg-x11/lib://usr/lib64/opengl/xorg-x11/lib:/lib:/usr/lib:/lib64:/usr/lib64:/usr/local/lib64:/lib32:/usr/lib32:/usr/local/lib32:/usr/x86_64-pc-linux-gnu/lib:/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.1:/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.1/32:/usr/lib64/nspr:/usr/lib64/nss:/usr/lib64/seamonkey:/opt/blackdown-jdk-1.4.2.03/jre/lib/amd64/:/opt/blackdown-jdk-1.4.2.03/jre/lib/amd64/native_threads/:/opt/blackdown-jdk-1.4.2.03/jre/lib/amd64/classic/:/opt/blackdown-jdk-1.4.2.03/jre/lib/amd64/server/:/usr/kde/4.1/lib:/usr/kde/4.1/lib64:/usr/kde/4.1/lib32:/usr/kde/4.2/lib:/usr/kde/4.2/lib64:/usr/kde/4.2/lib32:/usr/kde/svn/lib:/usr/kde/svn/lib64:/usr/kde/svn/lib32:/usr/lib64/qca2:/usr/lib/qt4:/usr/lib64/qt4:/usr/lib32/qt4:/usr/games/lib:/usr/games/lib32:/usr/brlcad/lib64:/usr/lib64/fltk-1.1:/usr/lib64/fltk-2.0:/usr/lib/gcj/lib:/opt/intel/compiler100/lib:/usr/lib64/libstdc++-v3/:/usr/lib32/libstdc++-v3/"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <dl.h>
configure:25834: result: no
configure:25838: checking dl.h presence
configure:25853: x86_64-pc-linux-gnu-gcc -E conftest.c
conftest.c:67:16: error: dl.h: No such file or directory
configure:25860: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "gnash"
| #define PACKAGE_TARNAME "gnash"
| #define PACKAGE_VERSION "trunk"
| #define PACKAGE_STRING "gnash trunk"
| #define PACKAGE_BUGREPORT ""
| #define DEFAULT_FLASH_MAJOR_VERSION "9"
| #define DEFAULT_FLASH_MINOR_VERSION "0"
| #define DEFAULT_FLASH_REV_NUMBER "999"
| #define DEFAULT_FLASH_PLATFORM_ID "LNX"
| #define DEFAULT_FLASH_SYSTEM_OS "GNU/Linux"
| #define DEFAULT_STREAMS_TIMEOUT 10
| #define LINUX 1
| #define PACKAGE "gnash"
| #define VERSION "trunk"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_MALLINFO 1
| #define USE_SYSV_SHM 1
| #define USE_MENUS /**/
| #define USE_SWFTREE /**/
| #define USE_TESTSUITE /**/
| #define PIXELFORMAT_RGB555 1
| #define PIXELFORMAT_RGB565 1
| #define PIXELFORMAT_RGB24 1
| #define PIXELFORMAT_BGR24 1
| #define PIXELFORMAT_RGBA32 1
| #define PIXELFORMAT_BGRA32 1
| #define PIXELFORMAT_ARGB32 1
| #define PIXELFORMAT_ABGR32 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib64:/usr/lib64:/usr/local/lib://usr/lib32/opengl/xorg-x11/lib://usr/lib64/opengl/xorg-x11/lib:/lib:/usr/lib:/lib64:/usr/lib64:/usr/local/lib64:/lib32:/usr/lib32:/usr/local/lib32:/usr/x86_64-pc-linux-gnu/lib:/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.1:/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.1/32:/usr/lib64/nspr:/usr/lib64/nss:/usr/lib64/seamonkey:/opt/blackdown-jdk-1.4.2.03/jre/lib/amd64/:/opt/blackdown-jdk-1.4.2.03/jre/lib/amd64/native_threads/:/opt/blackdown-jdk-1.4.2.03/jre/lib/amd64/classic/:/opt/blackdown-jdk-1.4.2.03/jre/lib/amd64/server/:/usr/kde/4.1/lib:/usr/kde/4.1/lib64:/usr/kde/4.1/lib32:/usr/kde/4.2/lib:/usr/kde/4.2/lib64:/usr/kde/4.2/lib32:/usr/kde/svn/lib:/usr/kde/svn/lib64:/usr/kde/svn/lib32:/usr/lib64/qca2:/usr/lib/qt4:/usr/lib64/qt4:/usr/lib32/qt4:/usr/games/lib:/usr/games/lib32:/usr/brlcad/lib64:/usr/lib64/fltk-1.1:/usr/lib64/fltk-2.0:/usr/lib/gcj/lib:/opt/intel/compiler100/lib:/usr/lib64/libstdc++-v3/:/usr/lib32/libstdc++-v3/"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <dl.h>
configure:25874: result: no
configure:25902: checking for dl.h
configure:25911: result: no
configure:25796: checking sys/dl.h usability
configure:25813: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -fomit-frame-pointer -fexpensive-optimizations -pipe conftest.c >&5
conftest.c:100:20: error: sys/dl.h: No such file or directory
configure:25820: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "gnash"
| #define PACKAGE_TARNAME "gnash"
| #define PACKAGE_VERSION "trunk"
| #define

Dongxu Li <butdiene>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach File(s):
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -unavailable- added by nelsonrn (Posted a comment)
  • -unavailable- added by strk (Posted a comment)
  • -unavailable- added by butdiene (Submitted the item)
  •  

    Do you think this task is very important?
    If so, you can click here to add your encouragement to it.
    This task has 0 encouragements so far.

    Only logged-in users can vote.

     

    Please enter the title of George Orwell's famous dystopian book (it's a date):

     

     

    Follow 7 latest changes.

    Date Changed By Updated Field Previous Value => Replaced By
    Thu 30 Oct 2008 10:25:58 AM UTCstrkStatusReady For Test=>Fixed
      Open/ClosedOpen=>Closed
    Wed 29 Oct 2008 02:23:48 PM UTCstrkStatusNeed Info=>Ready For Test
    Wed 29 Oct 2008 01:54:03 PM UTCstrkCategoryNone=>build
      StatusNone=>Need Info
    Wed 29 Oct 2008 01:53:49 PM UTCstrkAssigned tozoulunkai=>strk
    Wed 29 Oct 2008 01:44:08 PM UTCstrkAssigned toNone=>zoulunkai

    Back to the top


    Powered by Savane 3.1-cleanup1