| | 21 | === revision 2 === |
| | 22 | After Haiku ticket 2262 was fixed, this is the new make output: |
| | 23 | {{{ |
| | 24 | libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/boot/common/include -g -O2 -Wall -W -c tif_version.c -Wp,-MD,.deps/tif_version.TPlo -o tif_version.o |
| | 25 | source='tif_warning.c' object='tif_warning.lo' libtool=yes \ |
| | 26 | DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp \ |
| | 27 | /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/boot/common/include -g -O2 -Wall -W -c -o tif_warning.lo tif_warning.c |
| | 28 | libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/boot/common/include -g -O2 -Wall -W -c tif_warning.c -Wp,-MD,.deps/tif_warning.TPlo -o tif_warning.o |
| | 29 | source='tif_write.c' object='tif_write.lo' libtool=yes \ |
| | 30 | DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp \ |
| | 31 | /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/boot/common/include -g -O2 -Wall -W -c -o tif_write.lo tif_write.c |
| | 32 | libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/boot/common/include -g -O2 -Wall -W -c tif_write.c -Wp,-MD,.deps/tif_write.TPlo -o tif_write.o |
| | 33 | source='tif_zip.c' object='tif_zip.lo' libtool=yes \ |
| | 34 | DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp \ |
| | 35 | /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/boot/common/include -g -O2 -Wall -W -c -o tif_zip.lo tif_zip.c |
| | 36 | libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/boot/common/include -g -O2 -Wall -W -c tif_zip.c -Wp,-MD,.deps/tif_zip.TPlo -o tif_zip.o |
| | 37 | /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -W -no-undefined -version-number 3:8:2 -L/boot/common/lib -o libtiff.la -rpath /boot/home/lib tif_aux.lo tif_close.lo tif_codec.lo tif_color.lo tif_compress.lo tif_dir.lo tif_dirinfo.lo tif_dirread.lo tif_dirwrite.lo tif_dumpmode.lo tif_error.lo tif_extension.lo tif_fax3.lo tif_fax3sm.lo tif_flush.lo tif_getimage.lo tif_jpeg.lo tif_luv.lo tif_lzw.lo tif_next.lo tif_ojpeg.lo tif_open.lo tif_packbits.lo tif_pixarlog.lo tif_predict.lo tif_print.lo tif_read.lo tif_strip.lo tif_swab.lo tif_thunder.lo tif_tile.lo tif_unix.lo tif_version.lo tif_warning.lo tif_write.lo tif_zip.lo ../port/libport.la -lz |
| | 38 | libtool: link: CURRENT `' must be a nonnegative integer |
| | 39 | libtool: link: `3:8:2' is not valid version information |
| | 40 | make[2]: *** [libtiff.la] Error 1 |
| | 41 | make[2]: Leaving directory `/boot/home/tiff-3.8.2/libtiff' |
| | 42 | make[1]: *** [all] Error 2 |
| | 43 | make[1]: Leaving directory `/boot/home/tiff-3.8.2/libtiff' |
| | 44 | make: *** [all-recursive] Error 1 |
| | 45 | ~/tiff-3.8.2> libtool --version |
| | 46 | ltmain.sh (GNU libtool 1.2248 2006/01/21 17:40:19) 2.1a |
| | 47 | Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 |
| | 48 | |
| | 49 | Copyright (C) 2006 |
| | 50 | Free Software Foundation, Inc. |
| | 51 | This is free software; see the source for copying conditions. There is NO |
| | 52 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
| | 53 | ~/tiff-3.8.2> |
| | 54 | }}} |
| | 55 | |
| | 56 | |
| | 57 | === revision 1 === |