| 1 | | |
| | 1 | Copy in haiku config.guess and config.sub files, then: |
| | 2 | * libtoolize --force --copy |
| | 3 | * aclocal |
| | 4 | * autoconf |
| | 5 | * autoheader |
| | 6 | * automake --forgeign |
| | 7 | * ./configure --prefix=/boot/common LDFLAGS=-L/boot/common/lib CPPFLAGS=-I/boot/common/include |
| | 8 | * make |
| | 9 | |
| | 10 | {{{ |
| | 11 | ~> cd SDL_sound-1.0.3 |
| | 12 | ~/SDL_sound-1.0.3> libtoolize |
| | 13 | You should update your `aclocal.m4' by running aclocal. |
| | 14 | libtoolize: `config.guess' exists: use `--force' to overwrite |
| | 15 | libtoolize: `config.sub' exists: use `--force' to overwrite |
| | 16 | libtoolize: `ltmain.sh' exists: use `--force' to overwrite |
| | 17 | ~/SDL_sound-1.0.3> libtoolize --force --copy |
| | 18 | You should update your `aclocal.m4' by running aclocal. |
| | 19 | ~/SDL_sound-1.0.3> aclocal |
| | 20 | ~/SDL_sound-1.0.3> autoconf |
| | 21 | ~/SDL_sound-1.0.3> autoheader |
| | 22 | ~/SDL_sound-1.0.3> automake --foreign |
| | 23 | ~/SDL_sound-1.0.3> ./configure --prefix=/boot/common LDFLAGS=-L/boot/common/lib CPPFLAGS=-I/boot/common/include |
| | 24 | checking build system type... i586-pc-haiku |
| | 25 | checking host system type... i586-pc-haiku |
| | 26 | checking target system type... i586-pc-haiku |
| | 27 | checking for a BSD-compatible install... /bin/install -c |
| | 28 | checking whether build environment is sane... yes |
| | 29 | checking for a thread-safe mkdir -p... /bin/mkdir -p |
| | 30 | checking for gawk... gawk |
| | 31 | checking whether make sets $(MAKE)... yes |
| | 32 | checking for gcc... gcc |
| | 33 | checking for C compiler default output file name... conftest |
| | 34 | checking whether the C compiler works... yes |
| | 35 | checking whether we are cross compiling... no |
| | 36 | checking for suffix of executables... |
| | 37 | checking for suffix of object files... o |
| | 38 | checking whether we are using the GNU C compiler... yes |
| | 39 | checking whether gcc accepts -g... yes |
| | 40 | checking for gcc option to accept ISO C89... none needed |
| | 41 | checking for style of include used by make... GNU |
| | 42 | checking dependency style of gcc... gcc |
| | 43 | checking for a BSD-compatible install... /bin/install -c |
| | 44 | checking whether ln -s works... yes |
| | 45 | checking for a sed that does not truncate output... /bin/sed |
| | 46 | checking for grep that handles long lines and -e... /bin/grep |
| | 47 | checking for egrep... /bin/grep -E |
| | 48 | checking for ld used by gcc... /boot/develop/tools/gnupro/i586-pc-haiku/bin/ld |
| | 49 | checking if the linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) is GNU ld... yes |
| | 50 | checking for /boot/develop/tools/gnupro/i586-pc-haiku/bin/ld option to reload object files... -r |
| | 51 | checking for BSD-compatible nm... /boot/develop/tools/gnupro/bin/nm -B |
| | 52 | checking how to recognize dependent libraries... pass_all |
| | 53 | checking how to run the C preprocessor... gcc -E |
| | 54 | checking for ANSI C header files... yes |
| | 55 | checking for sys/types.h... yes |
| | 56 | checking for sys/stat.h... yes |
| | 57 | checking for stdlib.h... yes |
| | 58 | checking for string.h... yes |
| | 59 | checking for memory.h... yes |
| | 60 | checking for strings.h... yes |
| | 61 | checking for inttypes.h... yes |
| | 62 | checking for stdint.h... yes |
| | 63 | checking for unistd.h... yes |
| | 64 | checking dlfcn.h usability... yes |
| | 65 | checking dlfcn.h presence... yes |
| | 66 | checking for dlfcn.h... yes |
| | 67 | checking for g++... g++ |
| | 68 | checking whether we are using the GNU C++ compiler... yes |
| | 69 | checking whether g++ accepts -g... yes |
| | 70 | checking dependency style of g++... gcc |
| | 71 | checking how to run the C++ preprocessor... g++ -E |
| | 72 | checking for g77... no |
| | 73 | checking for xlf... no |
| | 74 | checking for f77... no |
| | 75 | checking for frt... no |
| | 76 | checking for pgf77... no |
| | 77 | checking for cf77... no |
| | 78 | checking for fort77... no |
| | 79 | checking for fl32... no |
| | 80 | checking for af77... no |
| | 81 | checking for xlf90... no |
| | 82 | checking for f90... no |
| | 83 | checking for pgf90... no |
| | 84 | checking for pghpf... no |
| | 85 | checking for epcf90... no |
| | 86 | checking for gfortran... no |
| | 87 | checking for g95... no |
| | 88 | checking for xlf95... no |
| | 89 | checking for f95... no |
| | 90 | checking for fort... no |
| | 91 | checking for ifort... no |
| | 92 | checking for ifc... no |
| | 93 | checking for efc... no |
| | 94 | checking for pgf95... no |
| | 95 | checking for lf95... no |
| | 96 | checking for ftn... no |
| | 97 | checking whether we are using the GNU Fortran 77 compiler... no |
| | 98 | checking whether accepts -g... no |
| | 99 | checking the maximum length of command line arguments... 32768 |
| | 100 | checking command to parse /boot/develop/tools/gnupro/bin/nm -B output from gcc object... ok |
| | 101 | checking for objdir... .libs |
| | 102 | checking for ar... ar |
| | 103 | checking for ranlib... ranlib |
| | 104 | checking for strip... strip |
| | 105 | checking if gcc supports -fno-rtti -fno-exceptions... yes |
| | 106 | checking for gcc option to produce PIC... |
| | 107 | checking if gcc static flag -static works... yes |
| | 108 | checking if gcc supports -c -o file.o... yes |
| | 109 | checking whether the gcc linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) supports shared libraries... yes |
| | 110 | checking whether -lc should be explicitly linked in... yes |
| | 111 | checking dynamic linker characteristics... haiku runtime_loader |
| | 112 | checking how to hardcode library paths into programs... immediate |
| | 113 | checking whether stripping libraries is possible... yes |
| | 114 | checking if libtool supports shared libraries... yes |
| | 115 | checking whether to build shared libraries... yes |
| | 116 | checking whether to build static libraries... yes |
| | 117 | configure: creating libtool |
| | 118 | appending configuration tag "CXX" to libtool |
| | 119 | checking for ld used by g++... /boot/develop/tools/gnupro/i586-pc-haiku/bin/ld |
| | 120 | checking if the linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) is GNU ld... yes |
| | 121 | checking whether the g++ linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) supports shared libraries... yes |
| | 122 | checking for g++ option to produce PIC... |
| | 123 | checking if g++ static flag -static works... yes |
| | 124 | checking if g++ supports -c -o file.o... yes |
| | 125 | checking whether the g++ linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) supports shared libraries... yes |
| | 126 | checking dynamic linker characteristics... haiku runtime_loader |
| | 127 | (cached) (cached) checking how to hardcode library paths into programs... immediate |
| | 128 | appending configuration tag "F77" to libtool |
| | 129 | checking for sdl-config... /boot/common/bin/sdl-config |
| | 130 | checking for SDL - version >= 1.2.0... yes |
| | 131 | checking smpeg.h usability... yes |
| | 132 | checking smpeg.h presence... no |
| | 133 | configure: WARNING: smpeg.h: accepted by the compiler, rejected by the preprocessor! |
| | 134 | configure: WARNING: smpeg.h: proceeding with the compiler's result |
| | 135 | checking for smpeg.h... yes |
| | 136 | checking for SMPEG_new in -lsmpeg... yes |
| | 137 | checking mikmod.h usability... yes |
| | 138 | checking mikmod.h presence... yes |
| | 139 | checking for mikmod.h... yes |
| | 140 | checking for MikMod_RegisterDriver in -lmikmod... yes |
| | 141 | checking modplug.h usability... yes |
| | 142 | checking modplug.h presence... yes |
| | 143 | checking for modplug.h... yes |
| | 144 | checking for ModPlug_Load in -lmodplug... yes |
| | 145 | checking ogg/ogg.h usability... yes |
| | 146 | checking ogg/ogg.h presence... yes |
| | 147 | checking for ogg/ogg.h... yes |
| | 148 | checking for ogg_sync_init in -logg... yes |
| | 149 | checking vorbis/codec.h usability... yes |
| | 150 | checking vorbis/codec.h presence... yes |
| | 151 | checking for vorbis/codec.h... yes |
| | 152 | checking for vorbis_info_init in -lvorbis... yes |
| | 153 | checking vorbis/vorbisfile.h usability... yes |
| | 154 | checking vorbis/vorbisfile.h presence... yes |
| | 155 | checking for vorbis/vorbisfile.h... yes |
| | 156 | checking for ov_open_callbacks in -lvorbisfile... yes |
| | 157 | checking FLAC/stream_decoder.h usability... yes |
| | 158 | checking FLAC/stream_decoder.h presence... yes |
| | 159 | checking for FLAC/stream_decoder.h... yes |
| | 160 | checking for FLAC__stream_decoder_process_single in -lFLAC... yes |
| | 161 | checking for ogg/ogg.h... (cached) yes |
| | 162 | checking for ogg_sync_init in -logg... (cached) yes |
| | 163 | checking speex/speex.h usability... yes |
| | 164 | checking speex/speex.h presence... yes |
| | 165 | checking for speex/speex.h... yes |
| | 166 | checking for speex_bits_init in -lspeex... yes |
| | 167 | checking physfs.h usability... yes |
| | 168 | checking physfs.h presence... yes |
| | 169 | checking for physfs.h... yes |
| | 170 | checking for PHYSFS_init in -lphysfs... yes |
| | 171 | checking for ANSI C header files... (cached) yes |
| | 172 | checking for stdlib.h... (cached) yes |
| | 173 | checking for string.h... (cached) yes |
| | 174 | checking signal.h usability... yes |
| | 175 | checking signal.h presence... yes |
| | 176 | checking for signal.h... yes |
| | 177 | checking assert.h usability... yes |
| | 178 | checking assert.h presence... yes |
| | 179 | checking for assert.h... yes |
| | 180 | checking for an ANSI C-conforming const... yes |
| | 181 | checking for size_t... yes |
| | 182 | checking for working memcmp... no |
| | 183 | checking for memset... yes |
| | 184 | checking for strrchr... yes |
| | 185 | checking for setbuf... yes |
| | 186 | configure: creating ./config.status |
| | 187 | config.status: creating Makefile |
| | 188 | config.status: creating decoders/Makefile |
| | 189 | config.status: creating decoders/timidity/Makefile |
| | 190 | config.status: creating decoders/mpglib/Makefile |
| | 191 | config.status: creating playsound/Makefile |
| | 192 | config.status: creating config.h |
| | 193 | config.status: executing depfiles commands |
| | 194 | ~/SDL_sound-1.0.3> make |
| | 195 | cd . && /bin/sh /boot/home/SDL_sound-1.0.3/missing --run autoheader |
| | 196 | rm -f stamp-h1 |
| | 197 | touch config.h.in |
| | 198 | cd . && /bin/sh ./config.status config.h |
| | 199 | config.status: creating config.h |
| | 200 | config.status: config.h is unchanged |
| | 201 | make all-recursive |
| | 202 | make[1]: Entering directory `/boot/home/SDL_sound-1.0.3' |
| | 203 | Making all in decoders |
| | 204 | make[2]: Entering directory `/boot/home/SDL_sound-1.0.3/decoders' |
| | 205 | Making all in timidity |
| | 206 | make[3]: Entering directory `/boot/home/SDL_sound-1.0.3/decoders/timidity' |
| | 207 | source='common.c' object='common.lo' libtool=yes \ |
| | 208 | DEPDIR=.deps depmode=gcc /bin/sh ../../depcomp \ |
| | 209 | /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c -o common.lo common.c |
| | 210 | mkdir .libs |
| | 211 | gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c common.c -Wp,-MD,.deps/common.TPlo -DPIC -o .libs/common.o |
| | 212 | gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c common.c -Wp,-MD,.deps/common.TPlo -o common.o >/dev/null 2>&1 |
| | 213 | source='instrum.c' object='instrum.lo' libtool=yes \ |
| | 214 | DEPDIR=.deps depmode=gcc /bin/sh ../../depcomp \ |
| | 215 | /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c -o instrum.lo instrum.c |
| | 216 | gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c instrum.c -Wp,-MD,.deps/instrum.TPlo -DPIC -o .libs/instrum.o |
| | 217 | In file included from /boot/home/SDL_sound-1.0.3/decoders/timidity/tables.h:23, |
| | 218 | from /boot/home/SDL_sound-1.0.3/decoders/timidity/instrum.c:45: |
| | 219 | /boot/develop/headers/posix/math.h:23: warning: `PI' redefined |
| | 220 | /boot/home/SDL_sound-1.0.3/decoders/timidity/options.h:105: warning: this is the location of the previous definition |
| | 221 | gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c instrum.c -Wp,-MD,.deps/instrum.TPlo -o instrum.o >/dev/null 2>&1 |
| | 222 | source='instrum_dls.c' object='instrum_dls.lo' libtool=yes \ |
| | 223 | DEPDIR=.deps depmode=gcc /bin/sh ../../depcomp \ |
| | 224 | /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c -o instrum_dls.lo instrum_dls.c |
| | 225 | gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c instrum_dls.c -Wp,-MD,.deps/instrum_dls.TPlo -DPIC -o .libs/instrum_dls.o |
| | 226 | In file included from /boot/home/SDL_sound-1.0.3/decoders/timidity/tables.h:23, |
| | 227 | from /boot/home/SDL_sound-1.0.3/decoders/timidity/instrum_dls.c:39: |
| | 228 | /boot/develop/headers/posix/math.h:23: warning: `PI' redefined |
| | 229 | /boot/home/SDL_sound-1.0.3/decoders/timidity/options.h:105: warning: this is the location of the previous definition |
| | 230 | gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c instrum_dls.c -Wp,-MD,.deps/instrum_dls.TPlo -o instrum_dls.o >/dev/null 2>&1 |
| | 231 | source='mix.c' object='mix.lo' libtool=yes \ |
| | 232 | DEPDIR=.deps depmode=gcc /bin/sh ../../depcomp \ |
| | 233 | /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c -o mix.lo mix.c |
| | 234 | gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c mix.c -Wp,-MD,.deps/mix.TPlo -DPIC -o .libs/mix.o |
| | 235 | gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c mix.c -Wp,-MD,.deps/mix.TPlo -o mix.o >/dev/null 2>&1 |
| | 236 | source='output.c' object='output.lo' libtool=yes \ |
| | 237 | DEPDIR=.deps depmode=gcc /bin/sh ../../depcomp \ |
| | 238 | /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c -o output.lo output.c |
| | 239 | gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c output.c -Wp,-MD,.deps/output.TPlo -DPIC -o .libs/output.o |
| | 240 | gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c output.c -Wp,-MD,.deps/output.TPlo -o output.o >/dev/null 2>&1 |
| | 241 | source='playmidi.c' object='playmidi.lo' libtool=yes \ |
| | 242 | DEPDIR=.deps depmode=gcc /bin/sh ../../depcomp \ |
| | 243 | /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c -o playmidi.lo playmidi.c |
| | 244 | gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c playmidi.c -Wp,-MD,.deps/playmidi.TPlo -DPIC -o .libs/playmidi.o |
| | 245 | In file included from /boot/home/SDL_sound-1.0.3/decoders/timidity/tables.h:23, |
| | 246 | from /boot/home/SDL_sound-1.0.3/decoders/timidity/playmidi.c:43: |
| | 247 | /boot/develop/headers/posix/math.h:23: warning: `PI' redefined |
| | 248 | /boot/home/SDL_sound-1.0.3/decoders/timidity/options.h:105: warning: this is the location of the previous definition |
| | 249 | gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c playmidi.c -Wp,-MD,.deps/playmidi.TPlo -o playmidi.o >/dev/null 2>&1 |
| | 250 | source='readmidi.c' object='readmidi.lo' libtool=yes \ |
| | 251 | DEPDIR=.deps depmode=gcc /bin/sh ../../depcomp \ |
| | 252 | /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c -o readmidi.lo readmidi.c |
| | 253 | gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c readmidi.c -Wp,-MD,.deps/readmidi.TPlo -DPIC -o .libs/readmidi.o |
| | 254 | gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c readmidi.c -Wp,-MD,.deps/readmidi.TPlo -o readmidi.o >/dev/null 2>&1 |
| | 255 | source='resample.c' object='resample.lo' libtool=yes \ |
| | 256 | DEPDIR=.deps depmode=gcc /bin/sh ../../depcomp \ |
| | 257 | /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c -o resample.lo resample.c |
| | 258 | gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c resample.c -Wp,-MD,.deps/resample.TPlo -DPIC -o .libs/resample.o |
| | 259 | gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c resample.c -Wp,-MD,.deps/resample.TPlo -o resample.o >/dev/null 2>&1 |
| | 260 | source='tables.c' object='tables.lo' libtool=yes \ |
| | 261 | DEPDIR=.deps depmode=gcc /bin/sh ../../depcomp \ |
| | 262 | /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c -o tables.lo tables.c |
| | 263 | gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c tables.c -Wp,-MD,.deps/tables.TPlo -DPIC -o .libs/tables.o |
| | 264 | gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c tables.c -Wp,-MD,.deps/tables.TPlo -o tables.o >/dev/null 2>&1 |
| | 265 | source='timidity.c' object='timidity.lo' libtool=yes \ |
| | 266 | DEPDIR=.deps depmode=gcc /bin/sh ../../depcomp \ |
| | 267 | /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c -o timidity.lo timidity.c |
| | 268 | gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c timidity.c -Wp,-MD,.deps/timidity.TPlo -DPIC -o .libs/timidity.o |
| | 269 | In file included from /boot/home/SDL_sound-1.0.3/decoders/timidity/tables.h:23, |
| | 270 | from /boot/home/SDL_sound-1.0.3/decoders/timidity/timidity.c:44: |
| | 271 | /boot/develop/headers/posix/math.h:23: warning: `PI' redefined |
| | 272 | /boot/home/SDL_sound-1.0.3/decoders/timidity/options.h:105: warning: this is the location of the previous definition |
| | 273 | gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c timidity.c -Wp,-MD,.deps/timidity.TPlo -o timidity.o >/dev/null 2>&1 |
| | 274 | /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -L/boot/common/lib -o libtimidity.la common.lo instrum.lo instrum_dls.lo mix.lo output.lo playmidi.lo readmidi.lo resample.lo tables.lo timidity.lo -L/boot/common/lib -lSDL -lsmpeg -lmikmod -lmodplug -logg -lvorbis -lvorbisfile -lFLAC -logg -logg -lspeex |
| | 275 | grep: /usr/local/lib/libogg.la: No such file or directory |
| | 276 | /bin/sed: can't read /usr/local/lib/libogg.la: No such file or directory |
| | 277 | libtool: link: `/usr/local/lib/libogg.la' is not a valid libtool archive |
| | 278 | make[3]: *** [libtimidity.la] Error 1 |
| | 279 | make[3]: Leaving directory `/boot/home/SDL_sound-1.0.3/decoders/timidity' |
| | 280 | make[2]: *** [all-recursive] Error 1 |
| | 281 | make[2]: Leaving directory `/boot/home/SDL_sound-1.0.3/decoders' |
| | 282 | make[1]: *** [all-recursive] Error 1 |
| | 283 | make[1]: Leaving directory `/boot/home/SDL_sound-1.0.3' |
| | 284 | make: *** [all] Error 2 |
| | 285 | ~/SDL_sound-1.0.3> |
| | 286 | }}} |