Default compiler has been set to:
gcc version 4.0.0 (Apple Computer, Inc. build 5026)
./configure --prefix=/sw --mandir=${prefix}/share/man 
--with-openssl-libs=/sw/lib --with-openssl-includes=/sw/include 
--with-fltk-libs=/sw/lib --with-fltk-includes=/sw/include --with-x=yes 
--with-gui=yes
checking for gawk... gawk
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking whether we are using the GNU C++ compiler... yes
checking whether g++-3.3 accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for ranlib... ranlib
checking for ar... /usr/bin/ar
checking for chmod... /sw/bin/chmod
checking for cp... /sw/bin/cp
checking for fltk-config... /sw/bin/fltk-config
checking for mv... /sw/bin/mv
checking for mkdir... /sw/bin/mkdir
checking for rm... /bin/rm
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 for strings.h... (cached) yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for strdup... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for tm_gmtoff member in tm structure... yes
checking for pow in -lm... yes
checking for socket in -lsocket... no
checking for gethostbyaddr in -lnsl... no
checking for SSL_new in -lssl... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking for jpeg_CreateCompress in -ljpeg... yes
checking for gzgets in -lz... yes
checking for png_set_tRNS_to_alpha in -lpng... yes
checking if GCC supports -fno-rtti... yes
checking if GCC supports -fno-exceptions... yes
configure: creating ./config.status
config.status: creating Makedefs
config.status: creating Makefile
config.status: creating htmldoc.list
config.status: creating config.h
make
Making all in htmldoc...
Compiling gui.cxx...
/sw/include/FL/mac.H: In function 'OpaqueRgnHandle* XRectangleRegion(int, int, 
int, int)':
/sw/include/FL/mac.H:47: warning: 'NewRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:2877)
/sw/include/FL/mac.H:47: warning: 'NewRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:2877)
/sw/include/FL/mac.H:48: warning: 'SetRectRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:3055)
/sw/include/FL/mac.H:48: warning: 'SetRectRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:3055)
/sw/include/FL/mac.H: In function 'void XDestroyRegion(OpaqueRgnHandle*)':
/sw/include/FL/mac.H:52: warning: 'DisposeRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:2997)
/sw/include/FL/mac.H:52: warning: 'DisposeRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:2997)
gui.cxx: In member function 'int GUI::newBook()':
gui.cxx:1476: warning: array subscript has type 'char'
gui.cxx:1477: warning: array subscript has type 'char'
gui.cxx:1478: warning: array subscript has type 'char'
gui.cxx:1479: warning: array subscript has type 'char'
gui.cxx:1480: warning: array subscript has type 'char'
gui.cxx:1481: warning: array subscript has type 'char'
gui.cxx:1482: warning: array subscript has type 'char'
gui.cxx:1483: warning: array subscript has type 'char'
gui.cxx:1484: warning: array subscript has type 'char'
gui.cxx:1485: warning: array subscript has type 'char'
gui.cxx:1486: warning: array subscript has type 'char'
gui.cxx:1487: warning: array subscript has type 'char'
gui.cxx:1488: warning: array subscript has type 'char'
gui.cxx:1489: warning: array subscript has type 'char'
gui.cxx:1490: warning: array subscript has type 'char'
gui.cxx:1493: warning: array subscript has type 'char'
gui.cxx:1494: warning: array subscript has type 'char'
gui.cxx:1495: warning: array subscript has type 'char'
gui.cxx:1498: warning: array subscript has type 'char'
gui.cxx:1499: warning: array subscript has type 'char'
gui.cxx:1500: warning: array subscript has type 'char'
gui.cxx:1519: warning: array subscript has type 'char'
gui.cxx:1520: warning: array subscript has type 'char'
gui.cxx:1521: warning: array subscript has type 'char'
gui.cxx:1524: warning: array subscript has type 'char'
gui.cxx:1525: warning: array subscript has type 'char'
gui.cxx:1526: warning: array subscript has type 'char'
gui.cxx: In member function 'void GUI::parseOptions(const char*)':
gui.cxx:1769: warning: array subscript has type 'char'
gui.cxx:1770: warning: array subscript has type 'char'
gui.cxx:1771: warning: array subscript has type 'char'
gui.cxx:1772: warning: array subscript has type 'char'
gui.cxx:1773: warning: array subscript has type 'char'
gui.cxx:1774: warning: array subscript has type 'char'
gui.cxx:1775: warning: array subscript has type 'char'
gui.cxx:1776: warning: array subscript has type 'char'
gui.cxx:1777: warning: array subscript has type 'char'
gui.cxx:1778: warning: array subscript has type 'char'
gui.cxx:1779: warning: array subscript has type 'char'
gui.cxx:1780: warning: array subscript has type 'char'
gui.cxx:1781: warning: array subscript has type 'char'
gui.cxx:1782: warning: array subscript has type 'char'
gui.cxx:1783: warning: array subscript has type 'char'
gui.cxx:2076: warning: array subscript has type 'char'
gui.cxx:2077: warning: array subscript has type 'char'
gui.cxx:2078: warning: array subscript has type 'char'
gui.cxx:2082: warning: array subscript has type 'char'
gui.cxx:2083: warning: array subscript has type 'char'
gui.cxx:2084: warning: array subscript has type 'char'
gui.cxx:2122: warning: array subscript has type 'char'
gui.cxx:2123: warning: array subscript has type 'char'
gui.cxx:2124: warning: array subscript has type 'char'
gui.cxx:2128: warning: array subscript has type 'char'
gui.cxx:2129: warning: array subscript has type 'char'
gui.cxx:2130: warning: array subscript has type 'char'
htmldoc.xbm: At global scope:
htmldoc.xbm:3: warning: 'htmldoc_bits' defined but not used
Compiling file.c...
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not 
for C
Compiling html.cxx...
/sw/include/FL/mac.H: In function 'OpaqueRgnHandle* XRectangleRegion(int, int, 
int, int)':
/sw/include/FL/mac.H:47: warning: 'NewRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:2877)
/sw/include/FL/mac.H:47: warning: 'NewRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:2877)
/sw/include/FL/mac.H:48: warning: 'SetRectRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:3055)
/sw/include/FL/mac.H:48: warning: 'SetRectRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:3055)
/sw/include/FL/mac.H: In function 'void XDestroyRegion(OpaqueRgnHandle*)':
/sw/include/FL/mac.H:52: warning: 'DisposeRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:2997)
/sw/include/FL/mac.H:52: warning: 'DisposeRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:2997)
Compiling htmldoc.cxx...
/sw/include/FL/mac.H: In function 'OpaqueRgnHandle* XRectangleRegion(int, int, 
int, int)':
/sw/include/FL/mac.H:47: warning: 'NewRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:2877)
/sw/include/FL/mac.H:47: warning: 'NewRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:2877)
/sw/include/FL/mac.H:48: warning: 'SetRectRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:3055)
/sw/include/FL/mac.H:48: warning: 'SetRectRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:3055)
/sw/include/FL/mac.H: In function 'void XDestroyRegion(OpaqueRgnHandle*)':
/sw/include/FL/mac.H:52: warning: 'DisposeRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:2997)
/sw/include/FL/mac.H:52: warning: 'DisposeRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:2997)
Compiling htmllib.cxx...
/sw/include/FL/mac.H: In function 'OpaqueRgnHandle* XRectangleRegion(int, int, 
int, int)':
/sw/include/FL/mac.H:47: warning: 'NewRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:2877)
/sw/include/FL/mac.H:47: warning: 'NewRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:2877)
/sw/include/FL/mac.H:48: warning: 'SetRectRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:3055)
/sw/include/FL/mac.H:48: warning: 'SetRectRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:3055)
/sw/include/FL/mac.H: In function 'void XDestroyRegion(OpaqueRgnHandle*)':
/sw/include/FL/mac.H:52: warning: 'DisposeRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:2997)
/sw/include/FL/mac.H:52: warning: 'DisposeRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:2997)
Compiling http.c...
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not 
for C
Compiling image.cxx...
/sw/include/FL/mac.H: In function 'OpaqueRgnHandle* XRectangleRegion(int, int, 
int, int)':
/sw/include/FL/mac.H:47: warning: 'NewRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:2877)
/sw/include/FL/mac.H:47: warning: 'NewRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:2877)
/sw/include/FL/mac.H:48: warning: 'SetRectRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:3055)
/sw/include/FL/mac.H:48: warning: 'SetRectRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:3055)
/sw/include/FL/mac.H: In function 'void XDestroyRegion(OpaqueRgnHandle*)':
/sw/include/FL/mac.H:52: warning: 'DisposeRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:2997)
/sw/include/FL/mac.H:52: warning: 'DisposeRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:2997)
Compiling iso8859.cxx...
Compiling md5.c...
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not 
for C
Compiling progress.cxx...
/sw/include/FL/mac.H: In function 'OpaqueRgnHandle* XRectangleRegion(int, int, 
int, int)':
/sw/include/FL/mac.H:47: warning: 'NewRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:2877)
/sw/include/FL/mac.H:47: warning: 'NewRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:2877)
/sw/include/FL/mac.H:48: warning: 'SetRectRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:3055)
/sw/include/FL/mac.H:48: warning: 'SetRectRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:3055)
/sw/include/FL/mac.H: In function 'void XDestroyRegion(OpaqueRgnHandle*)':
/sw/include/FL/mac.H:52: warning: 'DisposeRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:2997)
/sw/include/FL/mac.H:52: warning: 'DisposeRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:2997)
Compiling ps-pdf.cxx...
/sw/include/FL/mac.H: In function 'OpaqueRgnHandle* XRectangleRegion(int, int, 
int, int)':
/sw/include/FL/mac.H:47: warning: 'NewRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:2877)
/sw/include/FL/mac.H:47: warning: 'NewRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:2877)
/sw/include/FL/mac.H:48: warning: 'SetRectRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:3055)
/sw/include/FL/mac.H:48: warning: 'SetRectRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:3055)
/sw/include/FL/mac.H: In function 'void XDestroyRegion(OpaqueRgnHandle*)':
/sw/include/FL/mac.H:52: warning: 'DisposeRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:2997)
/sw/include/FL/mac.H:52: warning: 'DisposeRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:2997)
ps-pdf.cxx: In function 'void render_contents(tree_t*, float, float, float, 
float, float*, int*, int, tree_t*)':
ps-pdf.cxx:3357: warning: array subscript has type 'char'
ps-pdf.cxx:3498: warning: array subscript has type 'char'
ps-pdf.cxx:3502: warning: array subscript has type 'char'
ps-pdf.cxx: In function 'void parse_paragraph(tree_t*, float, float, float, 
float, float*, float*, int*, int)':
ps-pdf.cxx:4670: warning: array subscript has type 'char'
ps-pdf.cxx:4814: warning: array subscript has type 'char'
ps-pdf.cxx: In function 'int write_type1(FILE*, typeface_t, style_t)':
ps-pdf.cxx:11677: warning: array subscript has type 'char'
Compiling rc4.c...
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not 
for C
Compiling snprintf.c...
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not 
for C
Compiling string.c...
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not 
for C
Compiling toc.cxx...
/sw/include/FL/mac.H: In function 'OpaqueRgnHandle* XRectangleRegion(int, int, 
int, int)':
/sw/include/FL/mac.H:47: warning: 'NewRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:2877)
/sw/include/FL/mac.H:47: warning: 'NewRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:2877)
/sw/include/FL/mac.H:48: warning: 'SetRectRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:3055)
/sw/include/FL/mac.H:48: warning: 'SetRectRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:3055)
/sw/include/FL/mac.H: In function 'void XDestroyRegion(OpaqueRgnHandle*)':
/sw/include/FL/mac.H:52: warning: 'DisposeRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:2997)
/sw/include/FL/mac.H:52: warning: 'DisposeRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:2997)
Compiling util.cxx...
/sw/include/FL/mac.H: In function 'OpaqueRgnHandle* XRectangleRegion(int, int, 
int, int)':
/sw/include/FL/mac.H:47: warning: 'NewRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:2877)
/sw/include/FL/mac.H:47: warning: 'NewRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:2877)
/sw/include/FL/mac.H:48: warning: 'SetRectRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:3055)
/sw/include/FL/mac.H:48: warning: 'SetRectRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:3055)
/sw/include/FL/mac.H: In function 'void XDestroyRegion(OpaqueRgnHandle*)':
/sw/include/FL/mac.H:52: warning: 'DisposeRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:2997)
/sw/include/FL/mac.H:52: warning: 'DisposeRgn' is deprecated (declared at 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:2997)
Linking htmldoc...
/usr/bin/ld: Undefined symbols:
operator delete(void*)
operator new(unsigned long)
vtable for __cxxabiv1::__si_class_type_info
___cxa_pure_virtual
operator delete[](void*)
operator new[](unsigned long)
vtable for __cxxabiv1::__class_type_info
collect2: ld returned 1 exit status
make[1]: *** [htmldoc] Error 1
/bin/rm -rf /sw/src/fink.build/root-htmldoc-1.8.23-13
/bin/mkdir -p /sw/src/fink.build/root-htmldoc-1.8.23-13/sw
/bin/mkdir -p /sw/src/fink.build/root-htmldoc-1.8.23-13/DEBIAN
/usr/sbin/chown -R root:admin /sw/src/fink.build/root-htmldoc-1.8.23-13
make install prefix=/sw/src/fink.build/root-htmldoc-1.8.23-13/sw 
mandir=/sw/src/fink.build/root-htmldoc-1.8.23-13/sw/share/man
Making all in htmldoc...
Linking htmldoc...
/usr/bin/ld: Undefined symbols:
operator delete(void*)
operator new(unsigned long)
vtable for __cxxabiv1::__si_class_type_info
___cxa_pure_virtual
operator delete[](void*)
operator new[](unsigned long)
vtable for __cxxabiv1::__class_type_info
collect2: ld returned 1 exit status
make[2]: *** [htmldoc] Error 1
Installing in fonts...
Installing font files in 
/sw/src/fink.build/root-htmldoc-1.8.23-13/sw/share/htmldoc/fonts...
Installing in data...
Installing in doc...
/usr/bin/ld: Undefined symbols:
Fl_File_Icon::load_system_icons()
Fl::run()
Fl::display(char const*)
GUI::show()
GUI::help_dir
GUI::loadBook(char const*)
GUI::GUI(char const*)
GUI::~GUI()
operator delete(void*)
operator new(unsigned long)
__htmlBodyFont
__htmlBrowserWidth
__htmlCharSet
__htmlData
__htmlGrayscale
__htmlHeadingFont
__htmlPPI
__htmlSizes
__htmlSpacings
__htmlTextColor
_file_basename
_file_cleanup
_file_directory
_file_extension
_file_find
_file_gets
_file_nolocal
_file_proxy
_get_fmt
_get_format
_get_measurement
_htmlAddTree
_htmlDebugStats
_htmlDeleteTree
_htmlReadFile
_htmlSetBaseSize
_htmlSetCharSet
_htmlSetTextColor
_htmlSetVariable
_html_export
_image_flush_cache
_progress_error
_pspdf_export
_set_page_size
_toc_build
collect2: ld returned 1 exit status
make[1]: *** [../htmldoc/htmldoc] Error 1
/usr/bin/install -d -m 755 
/sw/src/fink.build/root-htmldoc-1.8.23-13/sw/share/doc/htmldoc
/usr/bin/install -c -p -m 644 CHANGES.txt COMPILE.txt COPYING.txt README.txt 
/sw/src/fink.build/root-htmldoc-1.8.23-13/sw/share/doc/htmldoc/
/bin/rm -f /sw/src/fink.build/root-htmldoc-1.8.23-13/sw/info/dir 
/sw/src/fink.build/root-htmldoc-1.8.23-13/sw/info/dir.old 
/sw/src/fink.build/root-htmldoc-1.8.23-13/sw/share/info/dir 
/sw/src/fink.build/root-htmldoc-1.8.23-13/sw/share/info/dir.old
Writing control file...
dpkg-deb -b root-htmldoc-1.8.23-13 
/sw/fink/dists/unstable/crypto/binary-darwin-powerpc
dpkg-deb: building package `htmldoc' in 
`/sw/fink/dists/unstable/crypto/binary-darwin-powerpc/htmldoc_1.8.23-13_darwin-powerpc.deb'.
Removing build lock...
/sw/bin/dpkg-lockwait -r fink-buildlock-htmldoc-1.8.23-13
(Reading database ... 97989 files and directories currently installed.)
Removing fink-buildlock-htmldoc-1.8.23-13 ...
/sw/bin/dpkg-lockwait -i 
/sw/fink/dists/unstable/crypto/binary-darwin-powerpc/htmldoc_1.8.23-13_darwin-powerpc.deb
(Reading database ... 97988 files and directories currently installed.)
Preparing to replace htmldoc 1.8.23-13 (using 
.../htmldoc_1.8.23-13_darwin-powerpc.deb) ...
Unpacking replacement htmldoc ...
Setting up htmldoc (1.8.23-13) ...

On 6 Nov 2005, at 11:59 pm, Alexander K. Hansen wrote:

On 11/6/05, Murali Vadivelu <[EMAIL PROTECTED]> wrote:
Dear All,

I tried to rebuild htmldoc today and it failed at linker stage and
fink went on building the package in spite of the make error! I guess
the linker error may be due to lack of SetMacOS_DEPLOYEMENT_TARGET
VARIABLE?

Many thanks.

Best,
Murali.



It's kind of hard to tell without a literal transcript of the error.

--
Alexander K. Hansen
Fink Documenter
[Day Job] Levitated Dipole Experiment
http://psfcwww2.psfc.mit.edu/ldx/

Reply via email to