From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1O0jsk-0002sV-PU for mharc-grub-devel@gnu.org; Sat, 10 Apr 2010 19:14:30 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O0jsh-0002sI-Uh for grub-devel@gnu.org; Sat, 10 Apr 2010 19:14:28 -0400 Received: from [140.186.70.92] (port=51422 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O0jsb-0002rV-Dp for grub-devel@gnu.org; Sat, 10 Apr 2010 19:14:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O0jsW-0003kL-Av for grub-devel@gnu.org; Sat, 10 Apr 2010 19:14:21 -0400 Received: from mail-bw0-f223.google.com ([209.85.218.223]:41696) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O0jsV-0003kD-JN for grub-devel@gnu.org; Sat, 10 Apr 2010 19:14:16 -0400 Received: by bwz23 with SMTP id 23so807748bwz.26 for ; Sat, 10 Apr 2010 16:14:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type; bh=z28uNdXev/INmyg1Zy+HSeCL0Ab0SZicl7E2/4zhocU=; b=uhlRvxmVLb/SuiMBoWRLQQVwg0UKd6UooPguUJY5fdtVcnOtw8K9c8NsmUnEZYYwCN gi6XI0wrdP41qd8mJ85PkCssXwuS2gbRxoM3vM1qnKGxpG9g89RgO2rPTtTLbUlb09O7 SvgUXoVfebI6WdbJPyAblB1zx8QkaT0DMxhf0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type; b=jo/lmVih8ysM0q+opB7E3agy1rQPOexsfNj7secU7es5o04m9YTvH8Gpu5EvbQ/50b BrBGYRRGGKg4+5qcbd8QCKJ7C9xlYPmJvFgImZuGHaSd7031reO2GTblAn2h0QIL6HfK 4fXySn7s+NmsyXkOprDClwGPq8p0DeHMFY39A= Received: by 10.204.141.133 with SMTP id m5mr2190800bku.91.1270941253491; Sat, 10 Apr 2010 16:14:13 -0700 (PDT) Received: from debian.bg45.phnet ([81.62.19.134]) by mx.google.com with ESMTPS id 14sm1066258bwz.14.2010.04.10.16.14.08 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 10 Apr 2010 16:14:12 -0700 (PDT) Message-ID: <4BC10638.5070907@gmail.com> Date: Sun, 11 Apr 2010 01:14:00 +0200 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20091109) MIME-Version: 1.0 To: The development of GNU GRUB References: <4BBF93C2.9010602@gmail.com> <105870202226489@192.168.2.69> In-Reply-To: <105870202226489@192.168.2.69> X-Enigmail-Version: 0.95.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enigB8CFEEB11D92F07BCFC34162" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: How to prepare an ISO 9660 CD for booting via GRUB ? X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Apr 2010 23:14:28 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigB8CFEEB11D92F07BCFC34162 Content-Type: multipart/mixed; boundary="------------090006070806090303010003" This is a multi-part message in MIME format. --------------090006070806090303010003 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Thomas Schmitt wrote: > Hi, > > =20 >> Now it's enough to replace grub-mkisofs with xorrisofs. >> =20 > > What about operating systems other than GNU/Linux > and FreeBSD ? > > =20 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=3D-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. > > > =20 >> Do you know when debian will follow? When >> this version is in Debian sid I plan to remove grub-mkisofs >> =20 > > 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 ? > =20 > ------------------------------------------------ > > =20 >> Unfortunately floppies are of interest. Moreover our modules put >> together result in 1146880 bytes tar file. >> =20 > > 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 > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > > =20 --=20 Regards Vladimir '=CF=86-coder/phcoder' Serbinenko --------------090006070806090303010003 Content-Type: text/x-log; name="xor.log" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline; filename="xor.log" 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... n= o 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= =2E.. -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...=20 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...=20 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...=20 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=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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 'xo= rriso/xorriso.c' || echo './'`xorriso/xorriso.c; \ then mv -f "xorriso/.deps/xorriso_xorriso-xorriso.Tpo" "xorriso/.deps/xo= rriso_xorriso-xorriso.Po"; else rm -f "xorriso/.deps/xorriso_xorriso-xorr= iso.Tpo"; exit 1; fi xorriso/xorriso.c: In function =E2=80=98Sfile_make_argv=E2=80=99: xorriso/xorriso.c:807: warning: array subscript has type =E2=80=98char=E2= =80=99 xorriso/xorriso.c:812: warning: array subscript has type =E2=80=98char=E2= =80=99 xorriso/xorriso.c: In function =E2=80=98Decode_date_weekday=E2=80=99: xorriso/xorriso.c:1269: warning: array subscript has type =E2=80=98char=E2= =80=99 xorriso/xorriso.c:1269: warning: array subscript has type =E2=80=98char=E2= =80=99 xorriso/xorriso.c:1269: warning: array subscript has type =E2=80=98char=E2= =80=99 xorriso/xorriso.c: In function =E2=80=98Decode_date_mday=E2=80=99: xorriso/xorriso.c:1294: warning: array subscript has type =E2=80=98char=E2= =80=99 xorriso/xorriso.c: In function =E2=80=98Decode_date_hms=E2=80=99: xorriso/xorriso.c:1311: warning: array subscript has type =E2=80=98char=E2= =80=99 xorriso/xorriso.c:1313: warning: array subscript has type =E2=80=98char=E2= =80=99 xorriso/xorriso.c: In function =E2=80=98Decode_date_year=E2=80=99: xorriso/xorriso.c:1339: warning: array subscript has type =E2=80=98char=E2= =80=99 xorriso/xorriso.c: In function =E2=80=98Decode_date_timezone=E2=80=99: xorriso/xorriso.c:1364: warning: array subscript has type =E2=80=98char=E2= =80=99 xorriso/xorriso.c: In function =E2=80=98Decode_xorriso_timestamp=E2=80=99= : xorriso/xorriso.c:1512: warning: array subscript has type =E2=80=98char=E2= =80=99 xorriso/xorriso.c:1520: warning: array subscript has type =E2=80=98char=E2= =80=99 xorriso/xorriso.c:1520: warning: array subscript has type =E2=80=98char=E2= =80=99 xorriso/xorriso.c:1526: warning: array subscript has type =E2=80=98char=E2= =80=99 xorriso/xorriso.c:1526: warning: array subscript has type =E2=80=98char=E2= =80=99 xorriso/xorriso.c:1534: warning: array subscript has type =E2=80=98char=E2= =80=99 xorriso/xorriso.c:1534: warning: array subscript has type =E2=80=98char=E2= =80=99 xorriso/xorriso.c:1535: warning: array subscript has type =E2=80=98char=E2= =80=99 xorriso/xorriso.c:1545: warning: array subscript has type =E2=80=98char=E2= =80=99 xorriso/xorriso.c:1545: warning: array subscript has type =E2=80=98char=E2= =80=99 xorriso/xorriso.c:1546: warning: array subscript has type =E2=80=98char=E2= =80=99 xorriso/xorriso.c:1556: warning: array subscript has type =E2=80=98char=E2= =80=99 xorriso/xorriso.c:1556: warning: array subscript has type =E2=80=98char=E2= =80=99 xorriso/xorriso.c: In function =E2=80=98Decode_timestring=E2=80=99: xorriso/xorriso.c:1585: warning: array subscript has type =E2=80=98char=E2= =80=99 xorriso/xorriso.c:1596: warning: array subscript has type =E2=80=98char=E2= =80=99 xorriso/xorriso.c:1597: warning: array subscript has type =E2=80=98char=E2= =80=99 xorriso/xorriso.c: In function =E2=80=98Splitpart__read_next_num=E2=80=99= : xorriso/xorriso.c:3754: warning: array subscript has type =E2=80=98char=E2= =80=99 xorriso/xorriso.c:3757: warning: array subscript has type =E2=80=98char=E2= =80=99 xorriso/xorriso.c: In function =E2=80=98Xorriso_compare_2_files=E2=80=99:= xorriso/xorriso.c:8095: warning: format =E2=80=98%d=E2=80=99 expects type= =E2=80=98int=E2=80=99, but argument 4 has type =E2=80=98uid_t=E2=80=99 xorriso/xorriso.c:8095: warning: format =E2=80=98%d=E2=80=99 expects type= =E2=80=98int=E2=80=99, but argument 5 has type =E2=80=98uid_t=E2=80=99 xorriso/xorriso.c:8095: warning: format =E2=80=98%d=E2=80=99 expects type= =E2=80=98int=E2=80=99, but argument 4 has type =E2=80=98uid_t=E2=80=99 xorriso/xorriso.c:8095: warning: format =E2=80=98%d=E2=80=99 expects type= =E2=80=98int=E2=80=99, but argument 5 has type =E2=80=98uid_t=E2=80=99 xorriso/xorriso.c:8101: warning: format =E2=80=98%d=E2=80=99 expects type= =E2=80=98int=E2=80=99, but argument 4 has type =E2=80=98gid_t=E2=80=99 xorriso/xorriso.c:8101: warning: format =E2=80=98%d=E2=80=99 expects type= =E2=80=98int=E2=80=99, but argument 5 has type =E2=80=98gid_t=E2=80=99 xorriso/xorriso.c:8101: warning: format =E2=80=98%d=E2=80=99 expects type= =E2=80=98int=E2=80=99, but argument 4 has type =E2=80=98gid_t=E2=80=99 xorriso/xorriso.c:8101: warning: format =E2=80=98%d=E2=80=99 expects type= =E2=80=98int=E2=80=99, but argument 5 has type =E2=80=98gid_t=E2=80=99 xorriso/xorriso.c: In function =E2=80=98Xorriso_option_setfattr_listi=E2=80= =99: xorriso/xorriso.c:19034: warning: array subscript has type =E2=80=98char=E2= =80=99 xorriso/xorriso.c: In function =E2=80=98Xorriso_option_speed=E2=80=99: xorriso/xorriso.c:19173: warning: array subscript has type =E2=80=98char=E2= =80=99 if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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/xorr= iso_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/.dep= s/xorriso_xorriso-xorrisoburn.Po"; else rm -f "xorriso/.deps/xorriso_xorr= iso-xorrisoburn.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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/xo= rriso_xorriso-isoburn.Tpo" -c -o libisoburn/xorriso_xorriso-isoburn.o `te= st -f 'libisoburn/isoburn.c' || echo './'`libisoburn/isoburn.c; \ then mv -f "libisoburn/.deps/xorriso_xorriso-isoburn.Tpo" "libisoburn/.d= eps/xorriso_xorriso-isoburn.Po"; else rm -f "libisoburn/.deps/xorriso_xor= riso-isoburn.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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_w= rap.o `test -f 'libisoburn/isofs_wrap.c' || echo './'`libisoburn/isofs_wr= ap.c; \ then mv -f "libisoburn/.deps/xorriso_xorriso-isofs_wrap.Tpo" "libisoburn= /.deps/xorriso_xorriso-isofs_wrap.Po"; else rm -f "libisoburn/.deps/xorri= so_xorriso-isofs_wrap.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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= =2Eo `test -f 'libisoburn/burn_wrap.c' || echo './'`libisoburn/burn_wrap.= c; \ then mv -f "libisoburn/.deps/xorriso_xorriso-burn_wrap.Tpo" "libisoburn/= =2Edeps/xorriso_xorriso-burn_wrap.Po"; else rm -f "libisoburn/.deps/xorri= so_xorriso-burn_wrap.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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/.dep= s/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" "libisobur= n/.deps/xorriso_xorriso-data_source.Po"; else rm -f "libisoburn/.deps/xor= riso_xorriso-data_source.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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/xorris= o_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-b= uilder.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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_x= orriso-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/xor= riso_xorriso-node.Po"; else rm -f "libisofs/.deps/xorriso_xorriso-node.Tp= o"; exit 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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_x= orriso-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/xor= riso_xorriso-tree.Po"; else rm -f "libisofs/.deps/xorriso_xorriso-tree.Tp= o"; exit 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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 'libis= ofs/image.c' || echo './'`libisofs/image.c; \ then mv -f "libisofs/.deps/xorriso_xorriso-image.Tpo" "libisofs/.deps/xo= rriso_xorriso-image.Po"; else rm -f "libisofs/.deps/xorriso_xorriso-image= =2ETpo"; exit 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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/xorris= o_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-i= so1999.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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/xorris= o_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-f= source.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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/xorri= so_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=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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/xorri= so_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=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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/xorri= so_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=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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/xo= rriso_xorriso-libiso_msgs.Tpo" -c -o libisofs/xorriso_xorriso-libiso_msgs= =2Eo `test -f 'libisofs/libiso_msgs.c' || echo './'`libisofs/libiso_msgs.= c; \ then mv -f "libisofs/.deps/xorriso_xorriso-libiso_msgs.Tpo" "libisofs/.d= eps/xorriso_xorriso-libiso_msgs.Po"; else rm -f "libisofs/.deps/xorriso_x= orriso-libiso_msgs.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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 'li= bisofs/stream.c' || echo './'`libisofs/stream.c; \ then mv -f "libisofs/.deps/xorriso_xorriso-stream.Tpo" "libisofs/.deps/x= orriso_xorriso-stream.Po"; else rm -f "libisofs/.deps/xorriso_xorriso-str= eam.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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_x= orriso-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/xor= riso_xorriso-util.Po"; else rm -f "libisofs/.deps/xorriso_xorriso-util.Tp= o"; exit 1; fi libisofs/util.c: In function =E2=80=98iso_dirid=E2=80=99: libisofs/util.c:638: warning: array subscript has type =E2=80=98char=E2=80= =99 libisofs/util.c: In function =E2=80=98iso_1_fileid=E2=80=99: libisofs/util.c:680: warning: array subscript has type =E2=80=98char=E2=80= =99 libisofs/util.c:690: warning: array subscript has type =E2=80=98char=E2=80= =99 libisofs/util.c: In function =E2=80=98iso_2_fileid=E2=80=99: libisofs/util.c:737: warning: array subscript has type =E2=80=98char=E2=80= =99 libisofs/util.c:745: warning: array subscript has type =E2=80=98char=E2=80= =99 libisofs/util.c: In function =E2=80=98iso_r_dirid=E2=80=99: libisofs/util.c:781: warning: array subscript has type =E2=80=98char=E2=80= =99 libisofs/util.c: In function =E2=80=98iso_r_fileid=E2=80=99: libisofs/util.c:861: warning: array subscript has type =E2=80=98char=E2=80= =99 libisofs/util.c:888: warning: array subscript has type =E2=80=98char=E2=80= =99 libisofs/util.c: In function =E2=80=98str2d_char=E2=80=99: libisofs/util.c:1099: warning: array subscript has type =E2=80=98char=E2=80= =99 libisofs/util.c: In function =E2=80=98str2a_char=E2=80=99: libisofs/util.c:1133: warning: array subscript has type =E2=80=98char=E2=80= =99 if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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/xo= rriso_xorriso-util_rbtree.Tpo" -c -o libisofs/xorriso_xorriso-util_rbtree= =2Eo `test -f 'libisofs/util_rbtree.c' || echo './'`libisofs/util_rbtree.= c; \ then mv -f "libisofs/.deps/xorriso_xorriso-util_rbtree.Tpo" "libisofs/.d= eps/xorriso_xorriso-util_rbtree.Po"; else rm -f "libisofs/.deps/xorriso_x= orriso-util_rbtree.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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/xo= rriso_xorriso-util_htable.Tpo" -c -o libisofs/xorriso_xorriso-util_htable= =2Eo `test -f 'libisofs/util_htable.c' || echo './'`libisofs/util_htable.= c; \ then mv -f "libisofs/.deps/xorriso_xorriso-util_htable.Tpo" "libisofs/.d= eps/xorriso_xorriso-util_htable.Po"; else rm -f "libisofs/.deps/xorriso_x= orriso-util_htable.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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/xorris= o_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-f= ilesrc.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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/xorris= o_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-e= cma119.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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/x= orriso_xorriso-ecma119_tree.Tpo" -c -o libisofs/xorriso_xorriso-ecma119_t= ree.o `test -f 'libisofs/ecma119_tree.c' || echo './'`libisofs/ecma119_tr= ee.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=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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 'li= bisofs/buffer.c' || echo './'`libisofs/buffer.c; \ then mv -f "libisofs/.deps/xorriso_xorriso-buffer.Tpo" "libisofs/.deps/x= orriso_xorriso-buffer.Po"; else rm -f "libisofs/.deps/xorriso_xorriso-buf= fer.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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/xorr= iso_xorriso-rockridge.Tpo" -c -o libisofs/xorriso_xorriso-rockridge.o `te= st -f 'libisofs/rockridge.c' || echo './'`libisofs/rockridge.c; \ then mv -f "libisofs/.deps/xorriso_xorriso-rockridge.Tpo" "libisofs/.dep= s/xorriso_xorriso-rockridge.Po"; else rm -f "libisofs/.deps/xorriso_xorri= so-rockridge.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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-rockr= idge_read.o `test -f 'libisofs/rockridge_read.c' || echo './'`libisofs/ro= ckridge_read.c; \ then mv -f "libisofs/.deps/xorriso_xorriso-rockridge_read.Tpo" "libisofs= /.deps/xorriso_xorriso-rockridge_read.Po"; else rm -f "libisofs/.deps/xor= riso_xorriso-rockridge_read.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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 'li= bisofs/joliet.c' || echo './'`libisofs/joliet.c; \ then mv -f "libisofs/.deps/xorriso_xorriso-joliet.Tpo" "libisofs/.deps/x= orriso_xorriso-joliet.Po"; else rm -f "libisofs/.deps/xorriso_xorriso-jol= iet.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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/xorri= so_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=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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/xo= rriso_xorriso-data_source.Tpo" -c -o libisofs/xorriso_xorriso-data_source= =2Eo `test -f 'libisofs/data_source.c' || echo './'`libisofs/data_source.= c; \ then mv -f "libisofs/.deps/xorriso_xorriso-data_source.Tpo" "libisofs/.d= eps/xorriso_xorriso-data_source.Po"; else rm -f "libisofs/.deps/xorriso_x= orriso-data_source.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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_x= orriso-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/xor= riso_xorriso-find.Po"; else rm -f "libisofs/.deps/xorriso_xorriso-find.Tp= o"; exit 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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 'li= bisofs/filter.c' || echo './'`libisofs/filter.c; \ then mv -f "libisofs/.deps/xorriso_xorriso-filter.Tpo" "libisofs/.deps/x= orriso_xorriso-filter.Po"; else rm -f "libisofs/.deps/xorriso_xorriso-fil= ter.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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/fil= ters/.deps/xorriso_xorriso-external.Tpo" -c -o libisofs/filters/xorriso_x= orriso-external.o `test -f 'libisofs/filters/external.c' || echo './'`lib= isofs/filters/external.c; \ then mv -f "libisofs/filters/.deps/xorriso_xorriso-external.Tpo" "libiso= fs/filters/.deps/xorriso_xorriso-external.Po"; else rm -f "libisofs/filte= rs/.deps/xorriso_xorriso-external.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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/filte= rs/.deps/xorriso_xorriso-zisofs.Tpo" -c -o libisofs/filters/xorriso_xorri= so-zisofs.o `test -f 'libisofs/filters/zisofs.c' || echo './'`libisofs/fi= lters/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=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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-g= zip.o `test -f 'libisofs/filters/gzip.c' || echo './'`libisofs/filters/gz= ip.c; \ then mv -f "libisofs/filters/.deps/xorriso_xorriso-gzip.Tpo" "libisofs/f= ilters/.deps/xorriso_xorriso-gzip.Po"; else rm -f "libisofs/filters/.deps= /xorriso_xorriso-gzip.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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/xo= rriso_xorriso-system_area.Tpo" -c -o libisofs/xorriso_xorriso-system_area= =2Eo `test -f 'libisofs/system_area.c' || echo './'`libisofs/system_area.= c; \ then mv -f "libisofs/.deps/xorriso_xorriso-system_area.Tpo" "libisofs/.d= eps/xorriso_xorriso-system_area.Po"; else rm -f "libisofs/.deps/xorriso_x= orriso-system_area.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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_xorri= so-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" "libi= sofs/.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=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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/xorri= so_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=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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_xo= rriso-md5.Tpo" -c -o libisofs/xorriso_xorriso-md5.o `test -f 'libisofs/md= 5.c' || echo './'`libisofs/md5.c; \ then mv -f "libisofs/.deps/xorriso_xorriso-md5.Tpo" "libisofs/.deps/xorr= iso_xorriso-md5.Po"; else rm -f "libisofs/.deps/xorriso_xorriso-md5.Tpo";= exit 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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_xo= rriso-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/xorr= iso_xorriso-async.Po"; else rm -f "libburn/.deps/xorriso_xorriso-async.Tp= o"; exit 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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 'li= bburn/cleanup.c' || echo './'`libburn/cleanup.c; \ then mv -f "libburn/.deps/xorriso_xorriso-cleanup.Tpo" "libburn/.deps/xo= rriso_xorriso-cleanup.Po"; else rm -f "libburn/.deps/xorriso_xorriso-clea= nup.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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_xo= rriso-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/xorr= iso_xorriso-debug.Po"; else rm -f "libburn/.deps/xorriso_xorriso-debug.Tp= o"; exit 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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_xo= rriso-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/xorr= iso_xorriso-drive.Po"; else rm -f "libburn/.deps/xorriso_xorriso-drive.Tp= o"; exit 1; fi libburn/drive.c: In function =E2=80=98strip_spaces=E2=80=99: libburn/drive.c:894: warning: array subscript has type =E2=80=98char=E2=80= =99 libburn/drive.c:899: warning: array subscript has type =E2=80=98char=E2=80= =99 libburn/drive.c:899: warning: array subscript has type =E2=80=98char=E2=80= =99 libburn/drive.c: In function =E2=80=98burn_drive__fd_from_special_adr=E2=80= =99: libburn/drive.c:1348: warning: array subscript has type =E2=80=98char=E2=80= =99 if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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/xorris= o_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=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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_xor= riso-file.Tpo" -c -o libburn/xorriso_xorriso-file.o `test -f 'libburn/fil= e.c' || echo './'`libburn/file.c; \ then mv -f "libburn/.deps/xorriso_xorriso-file.Tpo" "libburn/.deps/xorri= so_xorriso-file.Po"; else rm -f "libburn/.deps/xorriso_xorriso-file.Tpo";= exit 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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_xor= riso-init.Tpo" -c -o libburn/xorriso_xorriso-init.o `test -f 'libburn/ini= t.c' || echo './'`libburn/init.c; \ then mv -f "libburn/.deps/xorriso_xorriso-init.Tpo" "libburn/.deps/xorri= so_xorriso-init.Po"; else rm -f "libburn/.deps/xorriso_xorriso-init.Tpo";= exit 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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/lib= dax_audioxtr.c; \ then mv -f "libburn/.deps/xorriso_xorriso-libdax_audioxtr.Tpo" "libburn/= =2Edeps/xorriso_xorriso-libdax_audioxtr.Po"; else rm -f "libburn/.deps/xo= rriso_xorriso-libdax_audioxtr.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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/xorr= iso_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/.dep= s/xorriso_xorriso-libdax_msgs.Po"; else rm -f "libburn/.deps/xorriso_xorr= iso-libdax_msgs.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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_xorr= iso-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/xorris= o_xorriso-mmc.Po"; else rm -f "libburn/.deps/xorriso_xorriso-mmc.Tpo"; ex= it 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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_xor= riso-null.Tpo" -c -o libburn/xorriso_xorriso-null.o `test -f 'libburn/nul= l.c' || echo './'`libburn/null.c; \ then mv -f "libburn/.deps/xorriso_xorriso-null.Tpo" "libburn/.deps/xorri= so_xorriso-null.Po"; else rm -f "libburn/.deps/xorriso_xorriso-null.Tpo";= exit 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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 'li= bburn/options.c' || echo './'`libburn/options.c; \ then mv -f "libburn/.deps/xorriso_xorriso-options.Tpo" "libburn/.deps/xo= rriso_xorriso-options.Po"; else rm -f "libburn/.deps/xorriso_xorriso-opti= ons.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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_xor= riso-read.Tpo" -c -o libburn/xorriso_xorriso-read.o `test -f 'libburn/rea= d.c' || echo './'`libburn/read.c; \ then mv -f "libburn/.deps/xorriso_xorriso-read.Tpo" "libburn/.deps/xorri= so_xorriso-read.Po"; else rm -f "libburn/.deps/xorriso_xorriso-read.Tpo";= exit 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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_xorr= iso-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/xorris= o_xorriso-sbc.Po"; else rm -f "libburn/.deps/xorriso_xorriso-sbc.Tpo"; ex= it 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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_x= orriso-sector.Tpo" -c -o libburn/xorriso_xorriso-sector.o `test -f 'libbu= rn/sector.c' || echo './'`libburn/sector.c; \ then mv -f "libburn/.deps/xorriso_xorriso-sector.Tpo" "libburn/.deps/xor= riso_xorriso-sector.Po"; else rm -f "libburn/.deps/xorriso_xorriso-sector= =2ETpo"; exit 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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_xorri= so-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 =E2=80=98intentional_compiler_warning=E2=80=99:= libburn/sg.c:42: warning: unused variable =E2=80=98INTENTIONAL_COMPILER_W= ARNING=E2=80=99 libburn/sg.c:41: warning: unused variable =E2=80=98Cannot_recognize_GNU_L= inux_nor_FreeBSD=E2=80=99 libburn/sg.c:40: warning: unused variable =E2=80=98Have_to_use_dummy_MMC_= transport_adapter=E2=80=99 libburn/sg.c:39: warning: unused variable =E2=80=98This_libburn_will_not_= be_able_to_operate_on_real_CD_drives=E2=80=99 libburn/sg.c:38: warning: unused variable =E2=80=98Have_to_use_dummy_MMC_= transport_adapter_=E2=80=99 libburn/sg.c:37: warning: unused variable =E2=80=98Cannot_recognize_GNU_L= inux_nor_FreeBSD_=E2=80=99 libburn/sg.c:36: warning: unused variable =E2=80=98INTENTIONAL_COMPILER_W= ARNING_=E2=80=99 libburn/sg.c: At top level: libburn/sg.c:35: warning: =E2=80=98intentional_compiler_warning=E2=80=99 = defined but not used if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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_x= orriso-source.Tpo" -c -o libburn/xorriso_xorriso-source.o `test -f 'libbu= rn/source.c' || echo './'`libburn/source.c; \ then mv -f "libburn/.deps/xorriso_xorriso-source.Tpo" "libburn/.deps/xor= riso_xorriso-source.Po"; else rm -f "libburn/.deps/xorriso_xorriso-source= =2ETpo"; exit 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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_xorr= iso-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/xorris= o_xorriso-spc.Po"; else rm -f "libburn/.deps/xorriso_xorriso-spc.Tpo"; ex= it 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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/xorris= o_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=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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_xorr= iso-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/xorris= o_xorriso-toc.Po"; else rm -f "libburn/.deps/xorriso_xorriso-toc.Tpo"; ex= it 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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_xor= riso-util.Tpo" -c -o libburn/xorriso_xorriso-util.o `test -f 'libburn/uti= l.c' || echo './'`libburn/util.c; \ then mv -f "libburn/.deps/xorriso_xorriso-util.Tpo" "libburn/.deps/xorri= so_xorriso-util.Po"; else rm -f "libburn/.deps/xorriso_xorriso-util.Tpo";= exit 1; fi if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -I./libburn -I./libis= ofs -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_xo= rriso-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/xorr= iso_xorriso-write.Po"; else rm -f "libburn/.deps/xorriso_xorriso-write.Tp= o"; exit 1; fi /bin/sh ./libtool --silent --tag=3DCC --mode=3Dlink gcc -g -O2 -DLibburn= _os_has_statvfS -g -pedantic -Wall -DDEBUG -o xorriso/xorriso.exe xorr= iso/xorriso_xorriso-xorriso.o xorriso/xorriso_xorriso-xorrisoburn.o libis= oburn/xorriso_xorriso-isoburn.o libisoburn/xorriso_xorriso-isofs_wrap.o l= ibisoburn/xorriso_xorriso-burn_wrap.o libisoburn/xorriso_xorriso-data_sou= rce.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/xo= rriso_xorriso-fs_local.o libisofs/xorriso_xorriso-fs_image.o libisofs/xor= riso_xorriso-messages.o libisofs/xorriso_xorriso-libiso_msgs.o libisofs/x= orriso_xorriso-stream.o libisofs/xorriso_xorriso-util.o libisofs/xorriso_= xorriso-util_rbtree.o libisofs/xorriso_xorriso-util_htable.o libisofs/xor= riso_xorriso-filesrc.o libisofs/xorriso_xorriso-ecma119.o libisofs/xorris= o_xorriso-ecma119_tree.o libisofs/xorriso_xorriso-buffer.o libisofs/xorri= so_xorriso-rockridge.o libisofs/xorriso_xorriso-rockridge_read.o libisofs= /xorriso_xorriso-joliet.o libisofs/xorriso_xorriso-eltorito.o libisofs/xo= rriso_xorriso-data_source.o libisofs/xorriso_xorriso-find.o libisofs/xorr= iso_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_iso= hybrid_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/x= orriso_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_xorr= iso-null.o libburn/xorriso_xorriso-options.o libburn/xorriso_xorriso-read= =2Eo libburn/xorriso_xorriso-sbc.o libburn/xorriso_xorriso-sector.o libbu= rn/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 -lp= thread -lz -liconv -liconv if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -g -O2 -DLibburn_o= s_has_statvfS -g -pedantic -Wall -DDEBUG -MT test/test_compare_file-compa= re_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/t= est_compare_file-compare_file.Po"; else rm -f "test/.deps/test_compare_fi= le-compare_file.Tpo"; exit 1; fi test/compare_file.c: In function =E2=80=98Compare_2_files=E2=80=99: test/compare_file.c:129: warning: format =E2=80=98%d=E2=80=99 expects typ= e =E2=80=98int=E2=80=99, but argument 3 has type =E2=80=98uid_t=E2=80=99 test/compare_file.c:129: warning: format =E2=80=98%d=E2=80=99 expects typ= e =E2=80=98int=E2=80=99, but argument 4 has type =E2=80=98uid_t=E2=80=99 test/compare_file.c:129: warning: format =E2=80=98%d=E2=80=99 expects typ= e =E2=80=98int=E2=80=99, but argument 3 has type =E2=80=98uid_t=E2=80=99 test/compare_file.c:129: warning: format =E2=80=98%d=E2=80=99 expects typ= e =E2=80=98int=E2=80=99, but argument 4 has type =E2=80=98uid_t=E2=80=99 test/compare_file.c:133: warning: format =E2=80=98%d=E2=80=99 expects typ= e =E2=80=98int=E2=80=99, but argument 3 has type =E2=80=98gid_t=E2=80=99 test/compare_file.c:133: warning: format =E2=80=98%d=E2=80=99 expects typ= e =E2=80=98int=E2=80=99, but argument 4 has type =E2=80=98gid_t=E2=80=99 test/compare_file.c:133: warning: format =E2=80=98%d=E2=80=99 expects typ= e =E2=80=98int=E2=80=99, but argument 3 has type =E2=80=98gid_t=E2=80=99 test/compare_file.c:133: warning: format =E2=80=98%d=E2=80=99 expects typ= e =E2=80=98int=E2=80=99, but argument 4 has type =E2=80=98gid_t=E2=80=99 /bin/sh ./libtool --silent --tag=3DCC --mode=3Dlink gcc -g -O2 -DLibburn= _os_has_statvfS -g -pedantic -Wall -DDEBUG -o test/compare_file.exe te= st/test_compare_file-compare_file.o -lz -liconv -liconv if gcc -DPACKAGE_NAME=3D\"xorriso\" -DPACKAGE_TARNAME=3D\"xorriso\" -DPAC= KAGE_VERSION=3D\"0.5.3\" -DPACKAGE_STRING=3D\"xorriso\ 0.5.3\" -DPACKAGE_= BUGREPORT=3D\"http://libburnia-project.org\" -DPACKAGE=3D\"xorriso\" -DVE= RSION=3D\"0.5.3\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST= AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHA= VE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_= H=3D1 -DHAVE_FSEEKO=3D1 -DHAVE_LIBICONV=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_TIM= EGM=3D1 -DHAVE_EACCESS=3D1 -DHAVE_LIBZ=3D1 -I. -I. -g -O2 -DLibburn_o= s_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-mak= e_xorriso_1.Tpo" -c -o xorriso/xorriso_make_xorriso_1-make_xorriso_1.o `t= est -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" "xo= rriso/.deps/xorriso_make_xorriso_1-make_xorriso_1.Po"; else rm -f "xorris= o/.deps/xorriso_make_xorriso_1-make_xorriso_1.Tpo"; exit 1; fi xorriso/make_xorriso_1.c: In function =E2=80=98Mx1__get_word=E2=80=99: xorriso/make_xorriso_1.c:62: warning: array subscript has type =E2=80=98c= har=E2=80=99 xorriso/make_xorriso_1.c:66: warning: array subscript has type =E2=80=98c= har=E2=80=99 /bin/sh ./libtool --silent --tag=3DCC --mode=3Dlink gcc -g -O2 -DLibburn= _os_has_statvfS -g -pedantic -Wall -DDEBUG -o xorriso/make_xorriso_1.ex= e xorriso/xorriso_make_xorriso_1-make_xorriso_1.o -lz -liconv -liconv --------------090006070806090303010003-- --------------enigB8CFEEB11D92F07BCFC34162 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iF4EAREKAAYFAkvBBkAACgkQNak7dOguQgkC5wEAv6jHtyttxK1moa/9mXbcbB5Y Y6TDGtB0IoPXR4xDKCEA/1985Xu2qgq4fi0eVtrYEGuVZd9oH+Qb7EiSNrKz7VmP =6Fuz -----END PGP SIGNATURE----- --------------enigB8CFEEB11D92F07BCFC34162--