* Compilation error of xorriso on MacOSX
@ 2010-04-12 13:47 Yves Blusseau
2010-04-12 14:39 ` Thomas Schmitt
0 siblings, 1 reply; 8+ messages in thread
From: Yves Blusseau @ 2010-04-12 13:47 UTC (permalink / raw)
To: The development of GRUB 2
[-- Attachment #1.1: Type: text/plain, Size: 450 bytes --]
Hi,
when i've tried to compile xorriso on MacOSX 10.6.2 i have this error
during the link:
Undefined symbols:
"_history_list", referenced from:
_Xorriso_status in xorriso_xorriso-xorriso.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make: *** [xorriso/xorriso] Error 1
If i add #undef Xorriso_with_readlinE to xorriso.c, i can compile it.
Attached the build log of xorriso
Regards,
Yves Blusseau
[-- Attachment #1.2: xorriso_build.log --]
[-- Type: text/plain, Size: 82479 bytes --]
Script started on Mon Apr 12 15:44:01 2010
checking build system type... i386-apple-darwin10.2.0
checking host system type... i386-apple-darwin10.2.0
checking target system type... i386-apple-darwin10.2.0
checking for a BSD-compatible install... /opt/local/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
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 ISO C89... none needed
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /opt/local/bin/grep
checking for egrep... /opt/local/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... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
rm: conftest.dSYM: is a directory
checking for _LARGE_FILES value needed for large files... no
rm: conftest.dSYM: is a directory
checking for _LARGEFILE_SOURCE value needed for large files... no
rm: conftest.dSYM: is a directory
checking for fseeko... yes
checking for fseeko... (cached) yes
checking for iconv() in separate -liconv ... yes
checking for const qualifier with iconv() ... no
checking for a sed that does not truncate output... /opt/local/bin/gsed
checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no
checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm
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 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 how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 196608
checking command to parse /usr/bin/nm output from gcc object... rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
checking if gcc supports -fno-rtti -fno-exceptions... rm: conftest.dSYM: is a directory
no
checking for gcc option to produce PIC... -fno-common
checking if gcc PIC flag -fno-common works... rm: conftest.dSYM: is a directory
yes
checking if gcc static flag -static works... rm: conftest.dSYM: is a directory
no
checking if gcc supports -c -o file.o... rm: conftest.dSYM: is a directory
yes
checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin10.2.0 dyld
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
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
checking for ld used by g++... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no
checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fno-common
checking if g++ PIC flag -fno-common works... rm: conftest.dSYM: is a directory
yes
checking if g++ static flag -static works... rm: conftest.dSYM: is a directory
no
checking if g++ supports -c -o file.o... rm: conftest.dSYM: is a directory
yes
checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin10.2.0 dyld
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for a BSD-compatible install... /opt/local/bin/ginstall -c
checking for struct tm.tm_gmtoff... yes
checking whether timegm is declared... yes
checking whether eaccess is declared... no
checking target operating system...
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking for statvfs... yes
checking for overridden pkgconfig directory path... no
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking for readline in -lreadline... yes
checking readline/history.h usability... yes
checking readline/history.h presence... yes
checking for readline/history.h... yes
checking for add_history in -lreadline... yes
checking sys/acl.h usability... yes
checking sys/acl.h presence... yes
checking for sys/acl.h... yes
checking for acl_to_text in -lacl... no
checking attr/xattr.h usability... no
checking attr/xattr.h presence... no
checking for attr/xattr.h... no
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for compressBound in -lz... yes
enabled xorriso external filter programs
disabled xorriso external filter programs under setuid
disabled xorriso write size default 64 KB on DVD and BD
disabled use of O_DIRECT with input of -as cdrskin
configure: creating ./config.status
config.status: creating Makefile
config.status: creating version.h
config.status: executing depfiles commands
Script done on Mon Apr 12 15:44:08 2010
Script started on Mon Apr 12 15:44:41 2010
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT xorriso/xorriso_xorriso-xorriso.o -MD -MP -MF "xorriso/.deps/xorriso_xorriso-xorriso.Tpo" -c -o xorriso/xorriso_xorriso-xorriso.o `test -f 'xorriso/xorriso.c' || echo './'`xorriso/xorriso.c; \
then mv -f "xorriso/.deps/xorriso_xorriso-xorriso.Tpo" "xorriso/.deps/xorriso_xorriso-xorriso.Po"; else rm -f "xorriso/.deps/xorriso_xorriso-xorriso.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT xorriso/xorriso_xorriso-xorrisoburn.o -MD -MP -MF "xorriso/.deps/xorriso_xorriso-xorrisoburn.Tpo" -c -o xorriso/xorriso_xorriso-xorrisoburn.o `test -f 'xorriso/xorrisoburn.c' || echo './'`xorriso/xorrisoburn.c; \
then mv -f "xorriso/.deps/xorriso_xorriso-xorrisoburn.Tpo" "xorriso/.deps/xorriso_xorriso-xorrisoburn.Po"; else rm -f "xorriso/.deps/xorriso_xorriso-xorrisoburn.Tpo"; exit 1; fi
xorriso/xorrisoburn.c: In function 'Xorriso_set_system_area':
xorriso/xorrisoburn.c:1696: warning: 'ret' may be used uninitialized in this function
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libisoburn/xorriso_xorriso-isoburn.o -MD -MP -MF "libisoburn/.deps/xorriso_xorriso-isoburn.Tpo" -c -o libisoburn/xorriso_xorriso-isoburn.o `test -f 'libisoburn/isoburn.c' || echo './'`libisoburn/isoburn.c; \
then mv -f "libisoburn/.deps/xorriso_xorriso-isoburn.Tpo" "libisoburn/.deps/xorriso_xorriso-isoburn.Po"; else rm -f "libisoburn/.deps/xorriso_xorriso-isoburn.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libisoburn/xorriso_xorriso-isofs_wrap.o -MD -MP -MF "libisoburn/.deps/xorriso_xorriso-isofs_wrap.Tpo" -c -o libisoburn/xorriso_xorriso-isofs_wrap.o `test -f 'libisoburn/isofs_wrap.c' || echo './'`libisoburn/isofs_wrap.c; \
then mv -f "libisoburn/.deps/xorriso_xorriso-isofs_wrap.Tpo" "libisoburn/.deps/xorriso_xorriso-isofs_wrap.Po"; else rm -f "libisoburn/.deps/xorriso_xorriso-isofs_wrap.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libisoburn/xorriso_xorriso-burn_wrap.o -MD -MP -MF "libisoburn/.deps/xorriso_xorriso-burn_wrap.Tpo" -c -o libisoburn/xorriso_xorriso-burn_wrap.o `test -f 'libisoburn/burn_wrap.c' || echo './'`libisoburn/burn_wrap.c; \
then mv -f "libisoburn/.deps/xorriso_xorriso-burn_wrap.Tpo" "libisoburn/.deps/xorriso_xorriso-burn_wrap.Po"; else rm -f "libisoburn/.deps/xorriso_xorriso-burn_wrap.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libisoburn/xorriso_xorriso-data_source.o -MD -MP -MF "libisoburn/.deps/xorriso_xorriso-data_source.Tpo" -c -o libisoburn/xorriso_xorriso-data_source.o `test -f 'libisoburn/data_source.c' || echo './'`libisoburn/data_source.c; \
then mv -f "libisoburn/.deps/xorriso_xorriso-data_source.Tpo" "libisoburn/.deps/xorriso_xorriso-data_source.Po"; else rm -f "libisoburn/.deps/xorriso_xorriso-data_source.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libisofs/xorriso_xorriso-builder.o -MD -MP -MF "libisofs/.deps/xorriso_xorriso-builder.Tpo" -c -o libisofs/xorriso_xorriso-builder.o `test -f 'libisofs/builder.c' || echo './'`libisofs/builder.c; \
then mv -f "libisofs/.deps/xorriso_xorriso-builder.Tpo" "libisofs/.deps/xorriso_xorriso-builder.Po"; else rm -f "libisofs/.deps/xorriso_xorriso-builder.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libisofs/xorriso_xorriso-node.o -MD -MP -MF "libisofs/.deps/xorriso_xorriso-node.Tpo" -c -o libisofs/xorriso_xorriso-node.o `test -f 'libisofs/node.c' || echo './'`libisofs/node.c; \
then mv -f "libisofs/.deps/xorriso_xorriso-node.Tpo" "libisofs/.deps/xorriso_xorriso-node.Po"; else rm -f "libisofs/.deps/xorriso_xorriso-node.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libisofs/xorriso_xorriso-tree.o -MD -MP -MF "libisofs/.deps/xorriso_xorriso-tree.Tpo" -c -o libisofs/xorriso_xorriso-tree.o `test -f 'libisofs/tree.c' || echo './'`libisofs/tree.c; \
then mv -f "libisofs/.deps/xorriso_xorriso-tree.Tpo" "libisofs/.deps/xorriso_xorriso-tree.Po"; else rm -f "libisofs/.deps/xorriso_xorriso-tree.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libisofs/xorriso_xorriso-image.o -MD -MP -MF "libisofs/.deps/xorriso_xorriso-image.Tpo" -c -o libisofs/xorriso_xorriso-image.o `test -f 'libisofs/image.c' || echo './'`libisofs/image.c; \
then mv -f "libisofs/.deps/xorriso_xorriso-image.Tpo" "libisofs/.deps/xorriso_xorriso-image.Po"; else rm -f "libisofs/.deps/xorriso_xorriso-image.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libisofs/xorriso_xorriso-iso1999.o -MD -MP -MF "libisofs/.deps/xorriso_xorriso-iso1999.Tpo" -c -o libisofs/xorriso_xorriso-iso1999.o `test -f 'libisofs/iso1999.c' || echo './'`libisofs/iso1999.c; \
then mv -f "libisofs/.deps/xorriso_xorriso-iso1999.Tpo" "libisofs/.deps/xorriso_xorriso-iso1999.Po"; else rm -f "libisofs/.deps/xorriso_xorriso-iso1999.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libisofs/xorriso_xorriso-fsource.o -MD -MP -MF "libisofs/.deps/xorriso_xorriso-fsource.Tpo" -c -o libisofs/xorriso_xorriso-fsource.o `test -f 'libisofs/fsource.c' || echo './'`libisofs/fsource.c; \
then mv -f "libisofs/.deps/xorriso_xorriso-fsource.Tpo" "libisofs/.deps/xorriso_xorriso-fsource.Po"; else rm -f "libisofs/.deps/xorriso_xorriso-fsource.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libisofs/xorriso_xorriso-fs_local.o -MD -MP -MF "libisofs/.deps/xorriso_xorriso-fs_local.Tpo" -c -o libisofs/xorriso_xorriso-fs_local.o `test -f 'libisofs/fs_local.c' || echo './'`libisofs/fs_local.c; \
then mv -f "libisofs/.deps/xorriso_xorriso-fs_local.Tpo" "libisofs/.deps/xorriso_xorriso-fs_local.Po"; else rm -f "libisofs/.deps/xorriso_xorriso-fs_local.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libisofs/xorriso_xorriso-fs_image.o -MD -MP -MF "libisofs/.deps/xorriso_xorriso-fs_image.Tpo" -c -o libisofs/xorriso_xorriso-fs_image.o `test -f 'libisofs/fs_image.c' || echo './'`libisofs/fs_image.c; \
then mv -f "libisofs/.deps/xorriso_xorriso-fs_image.Tpo" "libisofs/.deps/xorriso_xorriso-fs_image.Po"; else rm -f "libisofs/.deps/xorriso_xorriso-fs_image.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libisofs/xorriso_xorriso-messages.o -MD -MP -MF "libisofs/.deps/xorriso_xorriso-messages.Tpo" -c -o libisofs/xorriso_xorriso-messages.o `test -f 'libisofs/messages.c' || echo './'`libisofs/messages.c; \
then mv -f "libisofs/.deps/xorriso_xorriso-messages.Tpo" "libisofs/.deps/xorriso_xorriso-messages.Po"; else rm -f "libisofs/.deps/xorriso_xorriso-messages.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libisofs/xorriso_xorriso-libiso_msgs.o -MD -MP -MF "libisofs/.deps/xorriso_xorriso-libiso_msgs.Tpo" -c -o libisofs/xorriso_xorriso-libiso_msgs.o `test -f 'libisofs/libiso_msgs.c' || echo './'`libisofs/libiso_msgs.c; \
then mv -f "libisofs/.deps/xorriso_xorriso-libiso_msgs.Tpo" "libisofs/.deps/xorriso_xorriso-libiso_msgs.Po"; else rm -f "libisofs/.deps/xorriso_xorriso-libiso_msgs.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libisofs/xorriso_xorriso-stream.o -MD -MP -MF "libisofs/.deps/xorriso_xorriso-stream.Tpo" -c -o libisofs/xorriso_xorriso-stream.o `test -f 'libisofs/stream.c' || echo './'`libisofs/stream.c; \
then mv -f "libisofs/.deps/xorriso_xorriso-stream.Tpo" "libisofs/.deps/xorriso_xorriso-stream.Po"; else rm -f "libisofs/.deps/xorriso_xorriso-stream.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libisofs/xorriso_xorriso-util.o -MD -MP -MF "libisofs/.deps/xorriso_xorriso-util.Tpo" -c -o libisofs/xorriso_xorriso-util.o `test -f 'libisofs/util.c' || echo './'`libisofs/util.c; \
then mv -f "libisofs/.deps/xorriso_xorriso-util.Tpo" "libisofs/.deps/xorriso_xorriso-util.Po"; else rm -f "libisofs/.deps/xorriso_xorriso-util.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libisofs/xorriso_xorriso-util_rbtree.o -MD -MP -MF "libisofs/.deps/xorriso_xorriso-util_rbtree.Tpo" -c -o libisofs/xorriso_xorriso-util_rbtree.o `test -f 'libisofs/util_rbtree.c' || echo './'`libisofs/util_rbtree.c; \
then mv -f "libisofs/.deps/xorriso_xorriso-util_rbtree.Tpo" "libisofs/.deps/xorriso_xorriso-util_rbtree.Po"; else rm -f "libisofs/.deps/xorriso_xorriso-util_rbtree.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libisofs/xorriso_xorriso-util_htable.o -MD -MP -MF "libisofs/.deps/xorriso_xorriso-util_htable.Tpo" -c -o libisofs/xorriso_xorriso-util_htable.o `test -f 'libisofs/util_htable.c' || echo './'`libisofs/util_htable.c; \
then mv -f "libisofs/.deps/xorriso_xorriso-util_htable.Tpo" "libisofs/.deps/xorriso_xorriso-util_htable.Po"; else rm -f "libisofs/.deps/xorriso_xorriso-util_htable.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libisofs/xorriso_xorriso-filesrc.o -MD -MP -MF "libisofs/.deps/xorriso_xorriso-filesrc.Tpo" -c -o libisofs/xorriso_xorriso-filesrc.o `test -f 'libisofs/filesrc.c' || echo './'`libisofs/filesrc.c; \
then mv -f "libisofs/.deps/xorriso_xorriso-filesrc.Tpo" "libisofs/.deps/xorriso_xorriso-filesrc.Po"; else rm -f "libisofs/.deps/xorriso_xorriso-filesrc.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libisofs/xorriso_xorriso-ecma119.o -MD -MP -MF "libisofs/.deps/xorriso_xorriso-ecma119.Tpo" -c -o libisofs/xorriso_xorriso-ecma119.o `test -f 'libisofs/ecma119.c' || echo './'`libisofs/ecma119.c; \
then mv -f "libisofs/.deps/xorriso_xorriso-ecma119.Tpo" "libisofs/.deps/xorriso_xorriso-ecma119.Po"; else rm -f "libisofs/.deps/xorriso_xorriso-ecma119.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libisofs/xorriso_xorriso-ecma119_tree.o -MD -MP -MF "libisofs/.deps/xorriso_xorriso-ecma119_tree.Tpo" -c -o libisofs/xorriso_xorriso-ecma119_tree.o `test -f 'libisofs/ecma119_tree.c' || echo './'`libisofs/ecma119_tree.c; \
then mv -f "libisofs/.deps/xorriso_xorriso-ecma119_tree.Tpo" "libisofs/.deps/xorriso_xorriso-ecma119_tree.Po"; else rm -f "libisofs/.deps/xorriso_xorriso-ecma119_tree.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libisofs/xorriso_xorriso-buffer.o -MD -MP -MF "libisofs/.deps/xorriso_xorriso-buffer.Tpo" -c -o libisofs/xorriso_xorriso-buffer.o `test -f 'libisofs/buffer.c' || echo './'`libisofs/buffer.c; \
then mv -f "libisofs/.deps/xorriso_xorriso-buffer.Tpo" "libisofs/.deps/xorriso_xorriso-buffer.Po"; else rm -f "libisofs/.deps/xorriso_xorriso-buffer.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libisofs/xorriso_xorriso-rockridge.o -MD -MP -MF "libisofs/.deps/xorriso_xorriso-rockridge.Tpo" -c -o libisofs/xorriso_xorriso-rockridge.o `test -f 'libisofs/rockridge.c' || echo './'`libisofs/rockridge.c; \
then mv -f "libisofs/.deps/xorriso_xorriso-rockridge.Tpo" "libisofs/.deps/xorriso_xorriso-rockridge.Po"; else rm -f "libisofs/.deps/xorriso_xorriso-rockridge.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libisofs/xorriso_xorriso-rockridge_read.o -MD -MP -MF "libisofs/.deps/xorriso_xorriso-rockridge_read.Tpo" -c -o libisofs/xorriso_xorriso-rockridge_read.o `test -f 'libisofs/rockridge_read.c' || echo './'`libisofs/rockridge_read.c; \
then mv -f "libisofs/.deps/xorriso_xorriso-rockridge_read.Tpo" "libisofs/.deps/xorriso_xorriso-rockridge_read.Po"; else rm -f "libisofs/.deps/xorriso_xorriso-rockridge_read.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libisofs/xorriso_xorriso-joliet.o -MD -MP -MF "libisofs/.deps/xorriso_xorriso-joliet.Tpo" -c -o libisofs/xorriso_xorriso-joliet.o `test -f 'libisofs/joliet.c' || echo './'`libisofs/joliet.c; \
then mv -f "libisofs/.deps/xorriso_xorriso-joliet.Tpo" "libisofs/.deps/xorriso_xorriso-joliet.Po"; else rm -f "libisofs/.deps/xorriso_xorriso-joliet.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libisofs/xorriso_xorriso-eltorito.o -MD -MP -MF "libisofs/.deps/xorriso_xorriso-eltorito.Tpo" -c -o libisofs/xorriso_xorriso-eltorito.o `test -f 'libisofs/eltorito.c' || echo './'`libisofs/eltorito.c; \
then mv -f "libisofs/.deps/xorriso_xorriso-eltorito.Tpo" "libisofs/.deps/xorriso_xorriso-eltorito.Po"; else rm -f "libisofs/.deps/xorriso_xorriso-eltorito.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libisofs/xorriso_xorriso-data_source.o -MD -MP -MF "libisofs/.deps/xorriso_xorriso-data_source.Tpo" -c -o libisofs/xorriso_xorriso-data_source.o `test -f 'libisofs/data_source.c' || echo './'`libisofs/data_source.c; \
then mv -f "libisofs/.deps/xorriso_xorriso-data_source.Tpo" "libisofs/.deps/xorriso_xorriso-data_source.Po"; else rm -f "libisofs/.deps/xorriso_xorriso-data_source.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libisofs/xorriso_xorriso-find.o -MD -MP -MF "libisofs/.deps/xorriso_xorriso-find.Tpo" -c -o libisofs/xorriso_xorriso-find.o `test -f 'libisofs/find.c' || echo './'`libisofs/find.c; \
then mv -f "libisofs/.deps/xorriso_xorriso-find.Tpo" "libisofs/.deps/xorriso_xorriso-find.Po"; else rm -f "libisofs/.deps/xorriso_xorriso-find.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libisofs/xorriso_xorriso-filter.o -MD -MP -MF "libisofs/.deps/xorriso_xorriso-filter.Tpo" -c -o libisofs/xorriso_xorriso-filter.o `test -f 'libisofs/filter.c' || echo './'`libisofs/filter.c; \
then mv -f "libisofs/.deps/xorriso_xorriso-filter.Tpo" "libisofs/.deps/xorriso_xorriso-filter.Po"; else rm -f "libisofs/.deps/xorriso_xorriso-filter.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libisofs/filters/xorriso_xorriso-external.o -MD -MP -MF "libisofs/filters/.deps/xorriso_xorriso-external.Tpo" -c -o libisofs/filters/xorriso_xorriso-external.o `test -f 'libisofs/filters/external.c' || echo './'`libisofs/filters/external.c; \
then mv -f "libisofs/filters/.deps/xorriso_xorriso-external.Tpo" "libisofs/filters/.deps/xorriso_xorriso-external.Po"; else rm -f "libisofs/filters/.deps/xorriso_xorriso-external.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libisofs/filters/xorriso_xorriso-zisofs.o -MD -MP -MF "libisofs/filters/.deps/xorriso_xorriso-zisofs.Tpo" -c -o libisofs/filters/xorriso_xorriso-zisofs.o `test -f 'libisofs/filters/zisofs.c' || echo './'`libisofs/filters/zisofs.c; \
then mv -f "libisofs/filters/.deps/xorriso_xorriso-zisofs.Tpo" "libisofs/filters/.deps/xorriso_xorriso-zisofs.Po"; else rm -f "libisofs/filters/.deps/xorriso_xorriso-zisofs.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libisofs/filters/xorriso_xorriso-gzip.o -MD -MP -MF "libisofs/filters/.deps/xorriso_xorriso-gzip.Tpo" -c -o libisofs/filters/xorriso_xorriso-gzip.o `test -f 'libisofs/filters/gzip.c' || echo './'`libisofs/filters/gzip.c; \
then mv -f "libisofs/filters/.deps/xorriso_xorriso-gzip.Tpo" "libisofs/filters/.deps/xorriso_xorriso-gzip.Po"; else rm -f "libisofs/filters/.deps/xorriso_xorriso-gzip.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libisofs/xorriso_xorriso-system_area.o -MD -MP -MF "libisofs/.deps/xorriso_xorriso-system_area.Tpo" -c -o libisofs/xorriso_xorriso-system_area.o `test -f 'libisofs/system_area.c' || echo './'`libisofs/system_area.c; \
then mv -f "libisofs/.deps/xorriso_xorriso-system_area.Tpo" "libisofs/.deps/xorriso_xorriso-system_area.Po"; else rm -f "libisofs/.deps/xorriso_xorriso-system_area.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libisofs/xorriso_xorriso-make_isohybrid_mbr.o -MD -MP -MF "libisofs/.deps/xorriso_xorriso-make_isohybrid_mbr.Tpo" -c -o libisofs/xorriso_xorriso-make_isohybrid_mbr.o `test -f 'libisofs/make_isohybrid_mbr.c' || echo './'`libisofs/make_isohybrid_mbr.c; \
then mv -f "libisofs/.deps/xorriso_xorriso-make_isohybrid_mbr.Tpo" "libisofs/.deps/xorriso_xorriso-make_isohybrid_mbr.Po"; else rm -f "libisofs/.deps/xorriso_xorriso-make_isohybrid_mbr.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libisofs/xorriso_xorriso-aaip_0_2.o -MD -MP -MF "libisofs/.deps/xorriso_xorriso-aaip_0_2.Tpo" -c -o libisofs/xorriso_xorriso-aaip_0_2.o `test -f 'libisofs/aaip_0_2.c' || echo './'`libisofs/aaip_0_2.c; \
then mv -f "libisofs/.deps/xorriso_xorriso-aaip_0_2.Tpo" "libisofs/.deps/xorriso_xorriso-aaip_0_2.Po"; else rm -f "libisofs/.deps/xorriso_xorriso-aaip_0_2.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libisofs/xorriso_xorriso-md5.o -MD -MP -MF "libisofs/.deps/xorriso_xorriso-md5.Tpo" -c -o libisofs/xorriso_xorriso-md5.o `test -f 'libisofs/md5.c' || echo './'`libisofs/md5.c; \
then mv -f "libisofs/.deps/xorriso_xorriso-md5.Tpo" "libisofs/.deps/xorriso_xorriso-md5.Po"; else rm -f "libisofs/.deps/xorriso_xorriso-md5.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libburn/xorriso_xorriso-async.o -MD -MP -MF "libburn/.deps/xorriso_xorriso-async.Tpo" -c -o libburn/xorriso_xorriso-async.o `test -f 'libburn/async.c' || echo './'`libburn/async.c; \
then mv -f "libburn/.deps/xorriso_xorriso-async.Tpo" "libburn/.deps/xorriso_xorriso-async.Po"; else rm -f "libburn/.deps/xorriso_xorriso-async.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libburn/xorriso_xorriso-cleanup.o -MD -MP -MF "libburn/.deps/xorriso_xorriso-cleanup.Tpo" -c -o libburn/xorriso_xorriso-cleanup.o `test -f 'libburn/cleanup.c' || echo './'`libburn/cleanup.c; \
then mv -f "libburn/.deps/xorriso_xorriso-cleanup.Tpo" "libburn/.deps/xorriso_xorriso-cleanup.Po"; else rm -f "libburn/.deps/xorriso_xorriso-cleanup.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libburn/xorriso_xorriso-debug.o -MD -MP -MF "libburn/.deps/xorriso_xorriso-debug.Tpo" -c -o libburn/xorriso_xorriso-debug.o `test -f 'libburn/debug.c' || echo './'`libburn/debug.c; \
then mv -f "libburn/.deps/xorriso_xorriso-debug.Tpo" "libburn/.deps/xorriso_xorriso-debug.Po"; else rm -f "libburn/.deps/xorriso_xorriso-debug.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libburn/xorriso_xorriso-drive.o -MD -MP -MF "libburn/.deps/xorriso_xorriso-drive.Tpo" -c -o libburn/xorriso_xorriso-drive.o `test -f 'libburn/drive.c' || echo './'`libburn/drive.c; \
then mv -f "libburn/.deps/xorriso_xorriso-drive.Tpo" "libburn/.deps/xorriso_xorriso-drive.Po"; else rm -f "libburn/.deps/xorriso_xorriso-drive.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libburn/xorriso_xorriso-ecma130ab.o -MD -MP -MF "libburn/.deps/xorriso_xorriso-ecma130ab.Tpo" -c -o libburn/xorriso_xorriso-ecma130ab.o `test -f 'libburn/ecma130ab.c' || echo './'`libburn/ecma130ab.c; \
then mv -f "libburn/.deps/xorriso_xorriso-ecma130ab.Tpo" "libburn/.deps/xorriso_xorriso-ecma130ab.Po"; else rm -f "libburn/.deps/xorriso_xorriso-ecma130ab.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libburn/xorriso_xorriso-file.o -MD -MP -MF "libburn/.deps/xorriso_xorriso-file.Tpo" -c -o libburn/xorriso_xorriso-file.o `test -f 'libburn/file.c' || echo './'`libburn/file.c; \
then mv -f "libburn/.deps/xorriso_xorriso-file.Tpo" "libburn/.deps/xorriso_xorriso-file.Po"; else rm -f "libburn/.deps/xorriso_xorriso-file.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libburn/xorriso_xorriso-init.o -MD -MP -MF "libburn/.deps/xorriso_xorriso-init.Tpo" -c -o libburn/xorriso_xorriso-init.o `test -f 'libburn/init.c' || echo './'`libburn/init.c; \
then mv -f "libburn/.deps/xorriso_xorriso-init.Tpo" "libburn/.deps/xorriso_xorriso-init.Po"; else rm -f "libburn/.deps/xorriso_xorriso-init.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libburn/xorriso_xorriso-libdax_audioxtr.o -MD -MP -MF "libburn/.deps/xorriso_xorriso-libdax_audioxtr.Tpo" -c -o libburn/xorriso_xorriso-libdax_audioxtr.o `test -f 'libburn/libdax_audioxtr.c' || echo './'`libburn/libdax_audioxtr.c; \
then mv -f "libburn/.deps/xorriso_xorriso-libdax_audioxtr.Tpo" "libburn/.deps/xorriso_xorriso-libdax_audioxtr.Po"; else rm -f "libburn/.deps/xorriso_xorriso-libdax_audioxtr.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libburn/xorriso_xorriso-libdax_msgs.o -MD -MP -MF "libburn/.deps/xorriso_xorriso-libdax_msgs.Tpo" -c -o libburn/xorriso_xorriso-libdax_msgs.o `test -f 'libburn/libdax_msgs.c' || echo './'`libburn/libdax_msgs.c; \
then mv -f "libburn/.deps/xorriso_xorriso-libdax_msgs.Tpo" "libburn/.deps/xorriso_xorriso-libdax_msgs.Po"; else rm -f "libburn/.deps/xorriso_xorriso-libdax_msgs.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libburn/xorriso_xorriso-mmc.o -MD -MP -MF "libburn/.deps/xorriso_xorriso-mmc.Tpo" -c -o libburn/xorriso_xorriso-mmc.o `test -f 'libburn/mmc.c' || echo './'`libburn/mmc.c; \
then mv -f "libburn/.deps/xorriso_xorriso-mmc.Tpo" "libburn/.deps/xorriso_xorriso-mmc.Po"; else rm -f "libburn/.deps/xorriso_xorriso-mmc.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libburn/xorriso_xorriso-null.o -MD -MP -MF "libburn/.deps/xorriso_xorriso-null.Tpo" -c -o libburn/xorriso_xorriso-null.o `test -f 'libburn/null.c' || echo './'`libburn/null.c; \
then mv -f "libburn/.deps/xorriso_xorriso-null.Tpo" "libburn/.deps/xorriso_xorriso-null.Po"; else rm -f "libburn/.deps/xorriso_xorriso-null.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libburn/xorriso_xorriso-options.o -MD -MP -MF "libburn/.deps/xorriso_xorriso-options.Tpo" -c -o libburn/xorriso_xorriso-options.o `test -f 'libburn/options.c' || echo './'`libburn/options.c; \
then mv -f "libburn/.deps/xorriso_xorriso-options.Tpo" "libburn/.deps/xorriso_xorriso-options.Po"; else rm -f "libburn/.deps/xorriso_xorriso-options.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libburn/xorriso_xorriso-read.o -MD -MP -MF "libburn/.deps/xorriso_xorriso-read.Tpo" -c -o libburn/xorriso_xorriso-read.o `test -f 'libburn/read.c' || echo './'`libburn/read.c; \
then mv -f "libburn/.deps/xorriso_xorriso-read.Tpo" "libburn/.deps/xorriso_xorriso-read.Po"; else rm -f "libburn/.deps/xorriso_xorriso-read.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libburn/xorriso_xorriso-sbc.o -MD -MP -MF "libburn/.deps/xorriso_xorriso-sbc.Tpo" -c -o libburn/xorriso_xorriso-sbc.o `test -f 'libburn/sbc.c' || echo './'`libburn/sbc.c; \
then mv -f "libburn/.deps/xorriso_xorriso-sbc.Tpo" "libburn/.deps/xorriso_xorriso-sbc.Po"; else rm -f "libburn/.deps/xorriso_xorriso-sbc.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libburn/xorriso_xorriso-sector.o -MD -MP -MF "libburn/.deps/xorriso_xorriso-sector.Tpo" -c -o libburn/xorriso_xorriso-sector.o `test -f 'libburn/sector.c' || echo './'`libburn/sector.c; \
then mv -f "libburn/.deps/xorriso_xorriso-sector.Tpo" "libburn/.deps/xorriso_xorriso-sector.Po"; else rm -f "libburn/.deps/xorriso_xorriso-sector.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libburn/xorriso_xorriso-sg.o -MD -MP -MF "libburn/.deps/xorriso_xorriso-sg.Tpo" -c -o libburn/xorriso_xorriso-sg.o `test -f 'libburn/sg.c' || echo './'`libburn/sg.c; \
then mv -f "libburn/.deps/xorriso_xorriso-sg.Tpo" "libburn/.deps/xorriso_xorriso-sg.Po"; else rm -f "libburn/.deps/xorriso_xorriso-sg.Tpo"; exit 1; fi
libburn/sg.c: In function 'intentional_compiler_warning':
libburn/sg.c:42: warning: unused variable 'INTENTIONAL_COMPILER_WARNING'
libburn/sg.c:41: warning: unused variable 'Cannot_recognize_GNU_Linux_nor_FreeBSD'
libburn/sg.c:40: warning: unused variable 'Have_to_use_dummy_MMC_transport_adapter'
libburn/sg.c:39: warning: unused variable 'This_libburn_will_not_be_able_to_operate_on_real_CD_drives'
libburn/sg.c:38: warning: unused variable 'Have_to_use_dummy_MMC_transport_adapter_'
libburn/sg.c:37: warning: unused variable 'Cannot_recognize_GNU_Linux_nor_FreeBSD_'
libburn/sg.c:36: warning: unused variable 'INTENTIONAL_COMPILER_WARNING_'
libburn/sg.c: At top level:
libburn/sg.c:35: warning: 'intentional_compiler_warning' defined but not used
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libburn/xorriso_xorriso-source.o -MD -MP -MF "libburn/.deps/xorriso_xorriso-source.Tpo" -c -o libburn/xorriso_xorriso-source.o `test -f 'libburn/source.c' || echo './'`libburn/source.c; \
then mv -f "libburn/.deps/xorriso_xorriso-source.Tpo" "libburn/.deps/xorriso_xorriso-source.Po"; else rm -f "libburn/.deps/xorriso_xorriso-source.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libburn/xorriso_xorriso-spc.o -MD -MP -MF "libburn/.deps/xorriso_xorriso-spc.Tpo" -c -o libburn/xorriso_xorriso-spc.o `test -f 'libburn/spc.c' || echo './'`libburn/spc.c; \
then mv -f "libburn/.deps/xorriso_xorriso-spc.Tpo" "libburn/.deps/xorriso_xorriso-spc.Po"; else rm -f "libburn/.deps/xorriso_xorriso-spc.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libburn/xorriso_xorriso-structure.o -MD -MP -MF "libburn/.deps/xorriso_xorriso-structure.Tpo" -c -o libburn/xorriso_xorriso-structure.o `test -f 'libburn/structure.c' || echo './'`libburn/structure.c; \
then mv -f "libburn/.deps/xorriso_xorriso-structure.Tpo" "libburn/.deps/xorriso_xorriso-structure.Po"; else rm -f "libburn/.deps/xorriso_xorriso-structure.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libburn/xorriso_xorriso-toc.o -MD -MP -MF "libburn/.deps/xorriso_xorriso-toc.Tpo" -c -o libburn/xorriso_xorriso-toc.o `test -f 'libburn/toc.c' || echo './'`libburn/toc.c; \
then mv -f "libburn/.deps/xorriso_xorriso-toc.Tpo" "libburn/.deps/xorriso_xorriso-toc.Po"; else rm -f "libburn/.deps/xorriso_xorriso-toc.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libburn/xorriso_xorriso-util.o -MD -MP -MF "libburn/.deps/xorriso_xorriso-util.Tpo" -c -o libburn/xorriso_xorriso-util.o `test -f 'libburn/util.c' || echo './'`libburn/util.c; \
then mv -f "libburn/.deps/xorriso_xorriso-util.Tpo" "libburn/.deps/xorriso_xorriso-util.Po"; else rm -f "libburn/.deps/xorriso_xorriso-util.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -I./libburn -I./libisofs -I./libisoburn -I./xorriso -DXorriso_standalonE -DXorriso_with_maiN -DXorriso_with_readlinE -DXorriso_allow_external_filterS -DLibisofs_with_zliB -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT libburn/xorriso_xorriso-write.o -MD -MP -MF "libburn/.deps/xorriso_xorriso-write.Tpo" -c -o libburn/xorriso_xorriso-write.o `test -f 'libburn/write.c' || echo './'`libburn/write.c; \
then mv -f "libburn/.deps/xorriso_xorriso-write.Tpo" "libburn/.deps/xorriso_xorriso-write.Po"; else rm -f "libburn/.deps/xorriso_xorriso-write.Tpo"; exit 1; fi
/bin/sh ./libtool --silent --tag=CC --mode=link gcc -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -o xorriso/xorriso xorriso/xorriso_xorriso-xorriso.o xorriso/xorriso_xorriso-xorrisoburn.o libisoburn/xorriso_xorriso-isoburn.o libisoburn/xorriso_xorriso-isofs_wrap.o libisoburn/xorriso_xorriso-burn_wrap.o libisoburn/xorriso_xorriso-data_source.o libisofs/xorriso_xorriso-builder.o libisofs/xorriso_xorriso-node.o libisofs/xorriso_xorriso-tree.o libisofs/xorriso_xorriso-image.o libisofs/xorriso_xorriso-iso1999.o libisofs/xorriso_xorriso-fsource.o libisofs/xorriso_xorriso-fs_local.o libisofs/xorriso_xorriso-fs_image.o libisofs/xorriso_xorriso-messages.o libisofs/xorriso_xorriso-libiso_msgs.o libisofs/xorriso_xorriso-stream.o libisofs/xorriso_xorriso-util.o libisofs/xorriso_xorriso-util_rbtree.o libisofs/xorriso_xorriso-util_htable.o libisofs/xorriso_xorriso-filesrc.o libisofs/xorriso_xorriso-ecma119.o libisofs/xorriso_xorriso-ecma119_tree.o libisofs/xorriso_xorriso-buffer.o libisofs/xorriso_xorriso-rockridge.o libisofs/xorriso_xorriso-rockridge_read.o libisofs/xorriso_xorriso-joliet.o libisofs/xorriso_xorriso-eltorito.o libisofs/xorriso_xorriso-data_source.o libisofs/xorriso_xorriso-find.o libisofs/xorriso_xorriso-filter.o libisofs/filters/xorriso_xorriso-external.o libisofs/filters/xorriso_xorriso-zisofs.o libisofs/filters/xorriso_xorriso-gzip.o libisofs/xorriso_xorriso-system_area.o libisofs/xorriso_xorriso-make_isohybrid_mbr.o libisofs/xorriso_xorriso-aaip_0_2.o libisofs/xorriso_xorriso-md5.o libburn/xorriso_xorriso-async.o libburn/xorriso_xorriso-cleanup.o libburn/xorriso_xorriso-debug.o libburn/xorriso_xorriso-drive.o libburn/xorriso_xorriso-ecma130ab.o libburn/xorriso_xorriso-file.o libburn/xorriso_xorriso-init.o libburn/xorriso_xorriso-libdax_audioxtr.o libburn/xorriso_xorriso-libdax_msgs.o libburn/xorriso_xorriso-mmc.o libburn/xorriso_xorriso-null.o libburn/xorriso_xorriso-options.o libburn/xorriso_xorriso-read.o libburn/xorriso_xorriso-sbc.o libburn/xorriso_xorriso-sector.o libburn/xorriso_xorriso-sg.o libburn/xorriso_xorriso-source.o libburn/xorriso_xorriso-spc.o libburn/xorriso_xorriso-structure.o libburn/xorriso_xorriso-toc.o libburn/xorriso_xorriso-util.o libburn/xorriso_xorriso-write.o -lpthread -lz -lreadline -liconv
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT test/test_compare_file-compare_file.o -MD -MP -MF "test/.deps/test_compare_file-compare_file.Tpo" -c -o test/test_compare_file-compare_file.o `test -f 'test/compare_file.c' || echo './'`test/compare_file.c; \
then mv -f "test/.deps/test_compare_file-compare_file.Tpo" "test/.deps/test_compare_file-compare_file.Po"; else rm -f "test/.deps/test_compare_file-compare_file.Tpo"; exit 1; fi
/bin/sh ./libtool --silent --tag=CC --mode=link gcc -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -o test/compare_file test/test_compare_file-compare_file.o -lz -lreadline -liconv
if gcc -DPACKAGE_NAME=\"xorriso\" -DPACKAGE_TARNAME=\"xorriso\" -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"xorriso\ 0.5.3\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"xorriso\" -DVERSION=\"0.5.3\" -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_FSEEKO=1 -DICONV_CONST= -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEGM=1 -DHAVE_LIBREADLINE=1 -DHAVE_LIBZ=1 -I. -I. -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -MT xorriso/xorriso_make_xorriso_1-make_xorriso_1.o -MD -MP -MF "xorriso/.deps/xorriso_make_xorriso_1-make_xorriso_1.Tpo" -c -o xorriso/xorriso_make_xorriso_1-make_xorriso_1.o `test -f 'xorriso/make_xorriso_1.c' || echo './'`xorriso/make_xorriso_1.c; \
then mv -f "xorriso/.deps/xorriso_make_xorriso_1-make_xorriso_1.Tpo" "xorriso/.deps/xorriso_make_xorriso_1-make_xorriso_1.Po"; else rm -f "xorriso/.deps/xorriso_make_xorriso_1-make_xorriso_1.Tpo"; exit 1; fi
/bin/sh ./libtool --silent --tag=CC --mode=link gcc -g -O2 -DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG -o xorriso/make_xorriso_1 xorriso/xorriso_make_xorriso_1-make_xorriso_1.o -lz -lreadline -liconv
Script done on Mon Apr 12 15:45:02 2010
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 3326 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Compilation error of xorriso on MacOSX
2010-04-12 13:47 Compilation error of xorriso on MacOSX Yves Blusseau
@ 2010-04-12 14:39 ` Thomas Schmitt
2010-04-13 11:53 ` Yves Blusseau
0 siblings, 1 reply; 8+ messages in thread
From: Thomas Schmitt @ 2010-04-12 14:39 UTC (permalink / raw)
To: grub-devel
Hi,
> when i've tried to compile xorriso on MacOSX 10.6.2
> i have this error during
> the link:
> Undefined symbols:
> "_history_list", referenced from:
> _Xorriso_status in xorriso_xorriso-xorriso.o
> ...
> If i add #undef Xorriso_with_readlinE to xorriso.c, i can compile it.
It looks as if the installed libreadline
does not provide function history_list().
I will try to add a check for this to the
configure script.
There are options for ./configure by which one
can disable libreadline and some other extra
dependencies:
--disable-libreadline
--disable-zlib avoid use of zlib functions like compress2()
--disable-libacl avoid use of ACL functions like acl_to_text()
--disable-xattr avoid use of xattr functions like listxattr()
They all get disabled automatically by configure
tests if the facility is missing at all.
But here we have a case were it is missing
only in part.
The ACL and xattr stuff is currently Linux-only.
One would probably need a system adapter layer
to make this available on other OSes.
Many thanks for giving xorriso a test.
Have a nice day :)
Thomas
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Compilation error of xorriso on MacOSX
2010-04-12 14:39 ` Thomas Schmitt
@ 2010-04-13 11:53 ` Yves Blusseau
2010-04-13 12:18 ` Thomas Schmitt
0 siblings, 1 reply; 8+ messages in thread
From: Yves Blusseau @ 2010-04-13 11:53 UTC (permalink / raw)
To: grub-devel
[-- Attachment #1: Type: text/plain, Size: 2311 bytes --]
> Hi,
>
>> when i've tried to compile xorriso on MacOSX 10.6.2
>> i have this error during
>> the link:
>> Undefined symbols:
>> "_history_list", referenced from:
>> _Xorriso_status in xorriso_xorriso-xorriso.o
>> ...
>> If i add #undef Xorriso_with_readlinE to xorriso.c, i can compile it.
> It looks as if the installed libreadline
> does not provide function history_list().
> I will try to add a check for this to the
> configure script.
>
>
> There are options for ./configure by which one
> can disable libreadline and some other extra
> dependencies:
> --disable-libreadline
> --disable-zlib avoid use of zlib functions like compress2()
> --disable-libacl avoid use of ACL functions like acl_to_text()
> --disable-xattr avoid use of xattr functions like listxattr()
>
> They all get disabled automatically by configure
> tests if the facility is missing at all.
> But here we have a case were it is missing
> only in part.
> The ACL and xattr stuff is currently Linux-only.
> One would probably need a system adapter layer
> to make this available on other OSes.
I have the latest readline library (6.1) installed on my MacOSX (from
MacPorts):
lrwxr-xr-x 1 root admin 21 Jan 17 02:09
/opt/local/lib/libreadline.5.0.dylib -> libreadline.6.1.dylib
lrwxr-xr-x 1 root admin 21 Jan 17 02:09
/opt/local/lib/libreadline.5.1.dylib -> libreadline.6.1.dylib
lrwxr-xr-x 1 root admin 21 Jan 17 02:09
/opt/local/lib/libreadline.5.2.dylib -> libreadline.6.1.dylib
-rwxr-xr-x 2 root admin 248168 Jan 17 02:09
/opt/local/lib/libreadline.6.1.dylib
lrwxr-xr-x 1 root admin 21 Jan 17 02:09
/opt/local/lib/libreadline.6.dylib -> libreadline.6.1.dylib
-rw-r--r-- 2 root admin 396552 Jan 17 02:09 /opt/local/lib/libreadline.a
lrwxr-xr-x 1 root admin 21 Jan 17 02:09
/opt/local/lib/libreadline.dylib -> libreadline.6.1.dylib
But i think configure have tried to use the one in the standard path
(/usr/lib):
lrwxr-xr-x 1 root wheel 15 Dec 26 14:03 /usr/lib/libreadline.dylib ->
libedit.2.dylib
Perhaps i can use an option of configure or environnement variable to
"force" the linker to use the version in /opt/local/lib instead of
/usr/lib ?
Regards,
Yves Blusseau
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 3326 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Compilation error of xorriso on MacOSX
2010-04-13 11:53 ` Yves Blusseau
@ 2010-04-13 12:18 ` Thomas Schmitt
2010-04-13 12:34 ` Vladimir 'φ-coder/phcoder' Serbinenko
0 siblings, 1 reply; 8+ messages in thread
From: Thomas Schmitt @ 2010-04-13 12:18 UTC (permalink / raw)
To: grub-devel
Hi,
Yves Blusseau wrote:
> I have the latest readline library (6.1) installed on my MacOSX
> /opt/local/lib/libreadline.a
> But i think configure have tried to use the one in the standard path
> (/usr/lib):
> Perhaps i can use an option of configure or environnement variable to
> "force" the linker ?
Good question.
My autotools knowledge grows around some vacuum
bubbles since a few years. Much of it is still
a riddle to me.
I understand that variables CPPFLAGS, CFLAGS,
LDFLAGS, LIBS directly influence the compilation
command.
Reading man ld on GNU/Linux
-Lsearchdir [...]
The directories are searched in the order in
which they are specified on the command line.
Directories specified on the command line are
searched before the default directories.
i would try
make clean
export LDFLAGS="-L/opt/local/lib"
./configure ...options...
make
So you should read the documentation of your
linker for a similar promise.
Have a nice day :)
Thomas
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Compilation error of xorriso on MacOSX
2010-04-13 12:18 ` Thomas Schmitt
@ 2010-04-13 12:34 ` Vladimir 'φ-coder/phcoder' Serbinenko
2010-04-13 14:50 ` Thomas Schmitt
0 siblings, 1 reply; 8+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2010-04-13 12:34 UTC (permalink / raw)
To: The development of GNU GRUB
[-- Attachment #1: Type: text/plain, Size: 456 bytes --]
Thomas Schmitt wrote:
> i would try
>
> make clean
> export LDFLAGS="-L/opt/local/lib"
> ./configure ...options...
> make
>
You need to add CFLAGS=-I/opt/local/include too. Otherwise you risk
hitting e.g. different structures in library and application. But
optimally there should be a configure option for this. I don't know how
to make it properly with autotools though.
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 293 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Compilation error of xorriso on MacOSX
2010-04-13 12:34 ` Vladimir 'φ-coder/phcoder' Serbinenko
@ 2010-04-13 14:50 ` Thomas Schmitt
2010-04-13 15:30 ` Yves Blusseau
0 siblings, 1 reply; 8+ messages in thread
From: Thomas Schmitt @ 2010-04-13 14:50 UTC (permalink / raw)
To: grub-devel
Hi,
Vladimir Serbinenko wrote:
> You need to add CFLAGS=-I/opt/local/include too.
Good point.
I hope it is already clear that such
manipulations are very experimental.
> optimally there should be a configure option for this.
libreadline is not urgently needed.
It is just a convenient capability in dialog
mode.
For now i strive for detecting suitability and
leave it to the sysadmin to arrange the local
dynamic libraries.
I am testing a new libreadline check, currently
and will soon ask Yves for a new try.
Have a nice day :)
Thomas
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Compilation error of xorriso on MacOSX
2010-04-13 14:50 ` Thomas Schmitt
@ 2010-04-13 15:30 ` Yves Blusseau
2010-04-13 16:37 ` Thomas Schmitt
0 siblings, 1 reply; 8+ messages in thread
From: Yves Blusseau @ 2010-04-13 15:30 UTC (permalink / raw)
To: grub-devel
[-- Attachment #1: Type: text/plain, Size: 907 bytes --]
Hi,
> Vladimir Serbinenko wrote:
>> You need to add CFLAGS=-I/opt/local/include too.
> Good point.
> I hope it is already clear that such
> manipulations are very experimental.
>
>
>> optimally there should be a configure option for this.
> libreadline is not urgently needed.
> It is just a convenient capability in dialog
> mode.
> For now i strive for detecting suitability and
> leave it to the sysadmin to arrange the local
> dynamic libraries.
>
> I am testing a new libreadline check, currently
> and will soon ask Yves for a new try.
Look at this ML: http://www.mail-archive.com/autoconf@gnu.org/msg13241.html
there a VL_LIB_READLINE macro that check if readline compatible library
exists and check if readline supports history.
Perhaps that can help you.
I will make a MacPorts file so that xorriso can be build without
problems on OSX.
Regards,
Yves Blusseau
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 3326 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Compilation error of xorriso on MacOSX
2010-04-13 15:30 ` Yves Blusseau
@ 2010-04-13 16:37 ` Thomas Schmitt
0 siblings, 0 replies; 8+ messages in thread
From: Thomas Schmitt @ 2010-04-13 16:37 UTC (permalink / raw)
To: grub-devel
Hi,
Yves Blusseau wrote:
> http://www.mail-archive.com/autoconf@gnu.org/msg13241.html
> there a VL_LIB_READLINE macro
Ahum. A whole family of libraries.
Not only libreadline but also libedit, and
libeditline. This can become as interesting as
the situation with iconv.
But to our luck, libreadline is only nice to
have, not essential as is iconv.
So i now rather run a test build of all the
desired libreadline functions and the <*.h>
files. If that fails, then i flatly disable
readline.
(acinclude.m4 : LIBBURNIA_ASSERT_READLINE)
The new configure test for suitable libreadline
is ready and uploaded as xorriso-0.5.3.tar.gz.
Version timestamp : 2010.04.13.154201
(or later)
> I will make a MacPorts file so that xorriso can be build without problems on
> OSX.
Please wait with publishing until version 0.5.4
gets released.
I am currently working through the list of
minor problems. This should be done within a
few days.
(In general version 0.X.even is for production
whereas 0.X.odd is merry development. Next
development cycle will be 0.5.4 and 0.5.5.)
Have a nice day :)
Thomas
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2010-04-13 16:38 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-12 13:47 Compilation error of xorriso on MacOSX Yves Blusseau
2010-04-12 14:39 ` Thomas Schmitt
2010-04-13 11:53 ` Yves Blusseau
2010-04-13 12:18 ` Thomas Schmitt
2010-04-13 12:34 ` Vladimir 'φ-coder/phcoder' Serbinenko
2010-04-13 14:50 ` Thomas Schmitt
2010-04-13 15:30 ` Yves Blusseau
2010-04-13 16:37 ` Thomas Schmitt
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.