grub-devel
[Top][All Lists]
Advanced

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

Re: How to prepare an ISO 9660 CD for booting via GRUB ?


From: Vladimir 'φ-coder/phcoder' Serbinenko
Subject: Re: How to prepare an ISO 9660 CD for booting via GRUB ?
Date: Sun, 11 Apr 2010 01:14:00 +0200
User-agent: Mozilla-Thunderbird 2.0.0.22 (X11/20091109)

Thomas Schmitt wrote:
> Hi,
>
>   
>> Now it's enough to replace grub-mkisofs with xorrisofs.
>>     
>
> What about operating systems other than GNU/Linux
> and FreeBSD ?
>
>   
I've tested under cygwin. Following problems:
1) It tries to build even if no iconv is present
2) I needed to explicitly add LIBS=-liconv to configure depstite
configure properly detecting the need of -liconv. In some commands
actually -liconv was double: one from configure and another from LIBS
but somewhere it's not propagated properly
3) A ton of warnings. Build log attached. At least some warnings seem to
come from cygwin internal problems (e.g. isspace causes "array subscript
is a char") but some may be legitimate
4) GRUB itself had few issues on cygwin. So I've used *.mod and *.img
form GNU/Linux. I'll look into this issue
> I have running a version of grub-mkrescue which
> can deal with grub-mkisofs, genisoimage, and
> xorriso. (genisoimage without
> --protective-msdos-label and --modification-date)
>
> Maybe it would offer a softer migration path
> than flatly urging people to port xorrisofs to
> their favorite exotic OS.
> Of course i would gladly support any porting
> effort, which should be easy as long as one does
> not want to use it for burning optical media.
>
>
>   
>> Do you know when debian will follow? When
>> this version is in Debian sid I plan to remove grub-mkisofs
>>     
>
> I informed George Danchev about our progress
> today. Like so many people he is very occupied
> currently.
> In charge are the Debian Libburnia packagers.
> See
>   http://packages.qa.debian.org/libi/libisofs.html
>
> Since Debian covers our dynamic compilations
> i will first have to release a new
> libisofs-0.6.30 and a new libisoburn-0.5.4.
> That should be possible in the next days.
> I just have to do some more tests.
>
> Maybe one could try to find testers for
> GNU xorriso-0.5.3 on some of the other OSes in
> the meantime ?
>  
> ------------------------------------------------
>
>   
>> Unfortunately floppies are of interest. Moreover our modules put
>> together result in 1146880 bytes tar file.
>>     
>
> Then you should in any case let xorrisofs
> write into a sequential pipe
>   | cat > ${output_image}
> rather than into a random access file
>   -o ${output_image}
>   (or  > ${output_image} without cat)
> in order to save the overhead of 64 to 126 kB.
>
>
> Would read support for zisofs be in your reach ?
> It is implemented in the Linux kernel iso9660
> code since a while. See CONFIG_ZISOFS in
>   fs/isofs/*.[ch]
>
> If zlib is provided, then xorriso can produce
> zisofs on-the-fly on normal input file trees.
> No need to run the mkzftree utility.
> (But it can recognize and use the mkzftree
>  prepared files too.)
>
> The mkisofs emulation cannot do the on-the-fly
> stunt, yet. So this has to look a bit ugly:
>
>   "${mkisofs_prog}" ...
>                     ${source} \
>                     -- -set_filter_r --zisofs / -- \
>                     | cat > ${output_image}
>
> But the result has only 884736 bytes.
>
> We would have to keep some modules uncompressed
> i assume.
>
> It can also produce gzipped files on the fly:
>
>    ${mkisofs_prog}" ...
>                     ${source} \
>                     -- -set_filter_r --gzip / -- \
>                     | cat > ${output_image}
>
> Result again has 884736 bytes. Files have suffix
> .gz now. Small files may stay uncompressed:
>
>   $ ls -l /mnt/boot/grub/i386-pc
>   ...
>   -r--r--r-- 1 root root  2675 2010-04-10 00:17 afs.mod.gz
>   -r--r--r-- 1 root root  1052 2010-04-10 00:17 aout.mod
>   ...
>
>
> One could of course apply mkzftree or gzip to
> the temporary tree during the grub-mkrescue run.
>
>
> Have a nice day :)
>
> Thomas
>
>
>
>
> _______________________________________________
> Grub-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/grub-devel
>
>   


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko

checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking target system type... i686-pc-cygwin
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
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.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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... /usr/bin/grep
checking for egrep... /usr/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
checking for _LARGE_FILES value needed for large files... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for fseeko... yes
checking for fseeko... (cached) yes
checking for iconv in -liconv... no
checking for libiconv in -liconv... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for ld used by gcc... /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... yes
checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic ^x86 archive 
import|^x86 DLL
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... 8192
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... 
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/i686-pc-cygwin/bin/ld.exe) supports 
shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... yes
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports 
shared libraries... yes
checking for g++ option to produce PIC... 
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports 
shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for a BSD-compatible install... /usr/bin/install -c
checking for struct tm.tm_gmtoff... no
checking whether timegm is declared... yes
checking whether eaccess is declared... yes
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... no
checking readline/readline.h presence... no
checking for readline/readline.h... no
checking readline/history.h usability... no
checking readline/history.h presence... no
checking for readline/history.h... no
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... yes
checking attr/xattr.h presence... yes
checking for attr/xattr.h... yes
checking for listxattr in -lc... yes
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
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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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
xorriso/xorriso.c: In function ‘Sfile_make_argv’:
xorriso/xorriso.c:807: warning: array subscript has type ‘char’
xorriso/xorriso.c:812: warning: array subscript has type ‘char’
xorriso/xorriso.c: In function ‘Decode_date_weekday’:
xorriso/xorriso.c:1269: warning: array subscript has type ‘char’
xorriso/xorriso.c:1269: warning: array subscript has type ‘char’
xorriso/xorriso.c:1269: warning: array subscript has type ‘char’
xorriso/xorriso.c: In function ‘Decode_date_mday’:
xorriso/xorriso.c:1294: warning: array subscript has type ‘char’
xorriso/xorriso.c: In function ‘Decode_date_hms’:
xorriso/xorriso.c:1311: warning: array subscript has type ‘char’
xorriso/xorriso.c:1313: warning: array subscript has type ‘char’
xorriso/xorriso.c: In function ‘Decode_date_year’:
xorriso/xorriso.c:1339: warning: array subscript has type ‘char’
xorriso/xorriso.c: In function ‘Decode_date_timezone’:
xorriso/xorriso.c:1364: warning: array subscript has type ‘char’
xorriso/xorriso.c: In function ‘Decode_xorriso_timestamp’:
xorriso/xorriso.c:1512: warning: array subscript has type ‘char’
xorriso/xorriso.c:1520: warning: array subscript has type ‘char’
xorriso/xorriso.c:1520: warning: array subscript has type ‘char’
xorriso/xorriso.c:1526: warning: array subscript has type ‘char’
xorriso/xorriso.c:1526: warning: array subscript has type ‘char’
xorriso/xorriso.c:1534: warning: array subscript has type ‘char’
xorriso/xorriso.c:1534: warning: array subscript has type ‘char’
xorriso/xorriso.c:1535: warning: array subscript has type ‘char’
xorriso/xorriso.c:1545: warning: array subscript has type ‘char’
xorriso/xorriso.c:1545: warning: array subscript has type ‘char’
xorriso/xorriso.c:1546: warning: array subscript has type ‘char’
xorriso/xorriso.c:1556: warning: array subscript has type ‘char’
xorriso/xorriso.c:1556: warning: array subscript has type ‘char’
xorriso/xorriso.c: In function ‘Decode_timestring’:
xorriso/xorriso.c:1585: warning: array subscript has type ‘char’
xorriso/xorriso.c:1596: warning: array subscript has type ‘char’
xorriso/xorriso.c:1597: warning: array subscript has type ‘char’
xorriso/xorriso.c: In function ‘Splitpart__read_next_num’:
xorriso/xorriso.c:3754: warning: array subscript has type ‘char’
xorriso/xorriso.c:3757: warning: array subscript has type ‘char’
xorriso/xorriso.c: In function ‘Xorriso_compare_2_files’:
xorriso/xorriso.c:8095: warning: format ‘%d’ expects type ‘int’, but 
argument 4 has type ‘uid_t’
xorriso/xorriso.c:8095: warning: format ‘%d’ expects type ‘int’, but 
argument 5 has type ‘uid_t’
xorriso/xorriso.c:8095: warning: format ‘%d’ expects type ‘int’, but 
argument 4 has type ‘uid_t’
xorriso/xorriso.c:8095: warning: format ‘%d’ expects type ‘int’, but 
argument 5 has type ‘uid_t’
xorriso/xorriso.c:8101: warning: format ‘%d’ expects type ‘int’, but 
argument 4 has type ‘gid_t’
xorriso/xorriso.c:8101: warning: format ‘%d’ expects type ‘int’, but 
argument 5 has type ‘gid_t’
xorriso/xorriso.c:8101: warning: format ‘%d’ expects type ‘int’, but 
argument 4 has type ‘gid_t’
xorriso/xorriso.c:8101: warning: format ‘%d’ expects type ‘int’, but 
argument 5 has type ‘gid_t’
xorriso/xorriso.c: In function ‘Xorriso_option_setfattr_listi’:
xorriso/xorriso.c:19034: warning: array subscript has type ‘char’
xorriso/xorriso.c: In function ‘Xorriso_option_speed’:
xorriso/xorriso.c:19173: warning: array subscript has type ‘char’
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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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
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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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
libisofs/util.c: In function ‘iso_dirid’:
libisofs/util.c:638: warning: array subscript has type ‘char’
libisofs/util.c: In function ‘iso_1_fileid’:
libisofs/util.c:680: warning: array subscript has type ‘char’
libisofs/util.c:690: warning: array subscript has type ‘char’
libisofs/util.c: In function ‘iso_2_fileid’:
libisofs/util.c:737: warning: array subscript has type ‘char’
libisofs/util.c:745: warning: array subscript has type ‘char’
libisofs/util.c: In function ‘iso_r_dirid’:
libisofs/util.c:781: warning: array subscript has type ‘char’
libisofs/util.c: In function ‘iso_r_fileid’:
libisofs/util.c:861: warning: array subscript has type ‘char’
libisofs/util.c:888: warning: array subscript has type ‘char’
libisofs/util.c: In function ‘str2d_char’:
libisofs/util.c:1099: warning: array subscript has type ‘char’
libisofs/util.c: In function ‘str2a_char’:
libisofs/util.c:1133: warning: array subscript has type ‘char’
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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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
libburn/drive.c: In function ‘strip_spaces’:
libburn/drive.c:894: warning: array subscript has type ‘char’
libburn/drive.c:899: warning: array subscript has type ‘char’
libburn/drive.c:899: warning: array subscript has type ‘char’
libburn/drive.c: In function ‘burn_drive__fd_from_special_adr’:
libburn/drive.c:1348: warning: array subscript has type ‘char’
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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=1 
-DHAVE_LIBZ=1 -I. -I.  -I./libburn -I./libisofs -I./libisoburn -I./xorriso  
-DXorriso_standalonE -DXorriso_with_maiN   -DLibisofs_with_aaip_xattR 
-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.exe  
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 
-liconv -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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=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
test/compare_file.c: In function ‘Compare_2_files’:
test/compare_file.c:129: warning: format ‘%d’ expects type ‘int’, but 
argument 3 has type ‘uid_t’
test/compare_file.c:129: warning: format ‘%d’ expects type ‘int’, but 
argument 4 has type ‘uid_t’
test/compare_file.c:129: warning: format ‘%d’ expects type ‘int’, but 
argument 3 has type ‘uid_t’
test/compare_file.c:129: warning: format ‘%d’ expects type ‘int’, but 
argument 4 has type ‘uid_t’
test/compare_file.c:133: warning: format ‘%d’ expects type ‘int’, but 
argument 3 has type ‘gid_t’
test/compare_file.c:133: warning: format ‘%d’ expects type ‘int’, but 
argument 4 has type ‘gid_t’
test/compare_file.c:133: warning: format ‘%d’ expects type ‘int’, but 
argument 3 has type ‘gid_t’
test/compare_file.c:133: warning: format ‘%d’ expects type ‘int’, but 
argument 4 has type ‘gid_t’
/bin/sh ./libtool --silent --tag=CC --mode=link gcc  -g -O2 
-DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG   -o test/compare_file.exe  
test/test_compare_file-compare_file.o  -lz -liconv -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 
-DHAVE_LIBICONV=1 -DHAVE_DLFCN_H=1 -DHAVE_TIMEGM=1 -DHAVE_EACCESS=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
xorriso/make_xorriso_1.c: In function ‘Mx1__get_word’:
xorriso/make_xorriso_1.c:62: warning: array subscript has type ‘char’
xorriso/make_xorriso_1.c:66: warning: array subscript has type ‘char’
/bin/sh ./libtool --silent --tag=CC --mode=link gcc  -g -O2 
-DLibburn_os_has_statvfS -g -pedantic -Wall -DDEBUG   -o 
xorriso/make_xorriso_1.exe  xorriso/xorriso_make_xorriso_1-make_xorriso_1.o  
-lz -liconv -liconv

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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