=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for swill-0.3nb1 cd Source/Objects; /usr/pkg/bin/bmake cc -I. -O2 -march=i586 -c -o void.o void.c cc -I. -O2 -march=i586 -c -o fio.o fio.c cc -I. -O2 -march=i586 -c -o memory.o memory.c cc -I. -O2 -march=i586 -c -o base.o base.c cc -I. -O2 -march=i586 -c -o file.o file.c file.c:45:3: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration] close(f->fd); ^ file.c:64:14: warning: implicit declaration of function 'read' is invalid in C99 [-Wimplicit-function-declaration] return read(f->fd,buffer,len); ^ file.c:81:14: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration] return write(f->fd,buffer,len); ^ 3 warnings generated. cc -I. -O2 -march=i586 -c -o list.o list.c cc -I. -O2 -march=i586 -c -o hash.o hash.c cc -I. -O2 -march=i586 -c -o string.o string.c cd Source/SWILL; /usr/pkg/bin/bmake static cc -I./../../Include -I./../Objects -c -o log.o log.c cc -I./../../Include -I./../Objects -c -o io.o io.c cc -I./../../Include -I./../Objects -c -o encoding.o encoding.c cc -I./../../Include -I./../Objects -c -o handlers.o handlers.c handlers.c:418:27: warning: invalid conversion specifier '(' [-Wformat-invalid-specifier] swill_fprintf(f,"%s=%(url)s", name, svalue); ~^ handlers.c:425:27: warning: invalid conversion specifier '(' [-Wformat-invalid-specifier] swill_fprintf(f,"%s=%(url)d", name, ivalue); ~^ handlers.c:430:27: warning: invalid conversion specifier '(' [-Wformat-invalid-specifier] swill_fprintf(f,"%s=%(url)ld", name, lvalue); ~^ handlers.c:437:27: warning: invalid conversion specifier '(' [-Wformat-invalid-specifier] swill_fprintf(f,"%s=%(url)u", name, uivalue); ~^ handlers.c:442:27: warning: invalid conversion specifier '(' [-Wformat-invalid-specifier] swill_fprintf(f,"%s=%(url)ul", name, ulvalue); ~^ handlers.c:448:27: warning: invalid conversion specifier '(' [-Wformat-invalid-specifier] swill_fprintf(f,"%s=%(url)0.17f", name, dvalue); ~^ handlers.c:453:27: warning: invalid conversion specifier '(' [-Wformat-invalid-specifier] swill_fprintf(f,"%s=%(url)p", name, ptr); ~^ 7 warnings generated. cc -I./../../Include -I./../Objects -c -o mime.o mime.c cc -I./../../Include -I./../Objects -c -o parse.o parse.c cc -I./../../Include -I./../Objects -c -o web.o web.c web.c:806:15: warning: implicit declaration of function 'dup' is invalid in C99 [-Wimplicit-function-declaration] oldstdout = dup(1); /* Duplicate the file descriptor for stdout */ ^ web.c:808:3: warning: implicit declaration of function 'dup2' is invalid in C99 [-Wimplicit-function-declaration] dup2(fileno(out),1); ^ web.c:818:3: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration] close(oldstdout); ^ 3 warnings generated. cc -I./../../Include -I./../Objects -c -o security.o security.c cc -I./../../Include -I./../Objects -c -o sock.o sock.c sock.c:198:7: warning: implicit declaration of function 'swill_ssl_accept' is invalid in C99 [-Wimplicit-function-declaration] swill_ssl_accept(accepted); ^ sock.c:208:7: warning: implicit declaration of function 'swill_ssl_close' is invalid in C99 [-Wimplicit-function-declaration] swill_ssl_close(sock); ^ sock.c:271:15: warning: implicit declaration of function 'swill_ssl_read' is invalid in C99 [-Wimplicit-function-declaration] nread = swill_ssl_read(sock, buffer, length); ^ sock.c:318:18: warning: implicit declaration of function 'swill_ssl_write' is invalid in C99 [-Wimplicit-function-declaration] nwritten = swill_ssl_write(sock, buffer, length); ^ 4 warnings generated. cc -I./../../Include -I./../Objects -c -o ssl.o ssl.c Building static library ar cr libswill.a log.o io.o encoding.o handlers.o mime.o parse.o web.o security.o sock.o ssl.o ../Objects/*.o cp -f libswill.a ../.. cd Source/SWILL; /usr/pkg/bin/bmake shared Building shared library ld log.o io.o encoding.o handlers.o mime.o parse.o web.o security.o sock.o ssl.o ../Objects/*.o -o libswill.so /usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 080480a0 log.o: In function `swill_logprintf': log.c:(.text+0x77): undefined reference to `fflush' io.o: In function `swill_vprintf': io.c:(.text+0x8e): undefined reference to `__sF' encoding.o: In function `swill_url_decode': encoding.c:(.text+0xcd): undefined reference to `_ctype_tab_' encoding.c:(.text+0xeb): undefined reference to `_ctype_tab_' encoding.c:(.text+0x11e): undefined reference to `_tolower_tab_' encoding.o: In function `swill_url_encode': encoding.c:(.text+0x210): undefined reference to `_ctype_tab_' encoding.o: In function `init_base64': encoding.c:(.text+0x7ad): undefined reference to `strlen' handlers.o: In function `swill_handle': handlers.c:(.text+0x4e): undefined reference to `memset' handlers.c:(.text+0x86): undefined reference to `strchr' handlers.c:(.text+0xb7): undefined reference to `strncat' handlers.c:(.text+0x1f8): undefined reference to `strcmp' handlers.o: In function `swill_getargs': handlers.c:(.text+0xac6): undefined reference to `strtol' handlers.c:(.text+0xae1): undefined reference to `atol' handlers.c:(.text+0xb17): undefined reference to `strtol' handlers.c:(.text+0xb51): undefined reference to `strtol' handlers.c:(.text+0xb89): undefined reference to `strtoul' handlers.c:(.text+0xbbf): undefined reference to `strtoul' handlers.c:(.text+0xbf5): undefined reference to `strtoul' handlers.c:(.text+0xc2f): undefined reference to `strtoul' handlers.c:(.text+0xc4d): undefined reference to `atof' handlers.c:(.text+0xc69): undefined reference to `atof' handlers.c:(.text+0xc9f): undefined reference to `strtoul' handlers.o: In function `swill_printurl': handlers.c:(.text+0xe26): undefined reference to `fprintf' handlers.c:(.text+0xe61): undefined reference to `fprintf' mime.o: In function `swill_guess_mimetype': mime.c:(.text+0x14): undefined reference to `strlen' mime.c:(.text+0x21): undefined reference to `malloc' mime.c:(.text+0x36): undefined reference to `strcpy' mime.c:(.text+0x57): undefined reference to `_tolower_tab_' mime.c:(.text+0x85): undefined reference to `strlen' mime.c:(.text+0xef): undefined reference to `strcmp' mime.c:(.text+0x105): undefined reference to `free' mime.c:(.text+0x137): undefined reference to `free' mime.c:(.text+0x160): undefined reference to `free' parse.o: In function `swill_parse_headers': parse.c:(.text+0x8b4): undefined reference to `_ctype_tab_' parse.o: In function `convert_tolower': parse.c:(.text+0xa63): undefined reference to `_tolower_tab_' web.o: In function `swill_getheader': web.c:(.text+0x116): undefined reference to `strcpy' web.c:(.text+0x146): undefined reference to `_tolower_tab_' web.o: In function `swill_init_ssl': web.c:(.text+0x33b): undefined reference to `__sF' web.c:(.text+0x36c): undefined reference to `fprintf' web.c:(.text+0x374): undefined reference to `abort' web.c:(.text+0x3af): undefined reference to `__sF' web.c:(.text+0x3e0): undefined reference to `fprintf' web.c:(.text+0x3e8): undefined reference to `abort' web.o: In function `swill_temp_create': web.c:(.text+0x552): undefined reference to `tmpfile' web.c:(.text+0x580): undefined reference to `sprintf' web.c:(.text+0x591): undefined reference to `mkstemp' web.c:(.text+0x5b6): undefined reference to `fdopen' web.o: In function `swill_shutdown': web.c:(.text+0x611): undefined reference to `fclose' web.o: In function `swill_temp_delete': web.c:(.text+0x6a2): undefined reference to `remove' web.o: In function `swill_directory': web.c:(.text+0x77a): undefined reference to `strlen' web.o: In function `swill_serve': web.c:(.text+0x8e7): undefined reference to `__sF' web.c:(.text+0x91b): undefined reference to `fprintf' web.c:(.text+0x926): undefined reference to `abort' web.c:(.text+0x962): undefined reference to `__sF' web.c:(.text+0x996): undefined reference to `fprintf' web.c:(.text+0x9a1): undefined reference to `abort' web.c:(.text+0x9ca): undefined reference to `__sF' web.c:(.text+0x9d7): undefined reference to `fflush' web.c:(.text+0x9f4): undefined reference to `dup' web.c:(.text+0xa50): undefined reference to `dup2' web.c:(.text+0xade): undefined reference to `__sF' web.c:(.text+0xaeb): undefined reference to `fflush' web.c:(.text+0xb12): undefined reference to `dup2' web.c:(.text+0xb26): undefined reference to `close' web.c:(.text+0xb3a): undefined reference to `fflush' web.o: In function `swill_serve_one': web.c:(.text+0xd71): undefined reference to `__time50' web.c:(.text+0xd8e): undefined reference to `__locatime50' web.c:(.text+0xdcd): undefined reference to `strftime' web.c:(.text+0x1398): undefined reference to `fopen' web.c:(.text+0x1423): undefined reference to `__fstat50' web.c:(.text+0x1466): undefined reference to `fclose' web.c:(.text+0x1511): undefined reference to `fflush' web.o: In function `swill_temp_clear': web.c:(.text+0x190b): undefined reference to `ftruncate' web.c:(.text+0x1931): undefined reference to `fseek' web.o: In function `swill_netscape': web.c:(.text+0x19e4): undefined reference to `sprintf' web.c:(.text+0x19f8): undefined reference to `system' web.o: In function `swill_nbcopydata': web.c:(.text+0x1b2e): undefined reference to `__errno' web.o: In function `swill_send_file': web.c:(.text+0x1c6e): undefined reference to `__gmtime50' web.c:(.text+0x1c9d): undefined reference to `strftime' web.c:(.text+0x1cff): undefined reference to `strcmp' web.o: In function `swill_serve_file': web.c:(.text+0x1f42): undefined reference to `__lstat50' web.c:(.text+0x1fb4): undefined reference to `strlen' web.c:(.text+0x20ee): undefined reference to `fopen' web.c:(.text+0x21ae): undefined reference to `fclose' sock.o: In function `swill_initialize_comm': sock.c:(.text+0x1f): undefined reference to `signal' sock.o: In function `swill_terminate_comm': sock.c:(.text+0x50): undefined reference to `signal' sock.o: In function `swill_set_interface': sock.c:(.text+0xa5): undefined reference to `strcpy' sock.o: In function `swill_create_listening_socket': sock.c:(.text+0x117): undefined reference to `__socket30' sock.c:(.text+0x174): undefined reference to `setsockopt' sock.c:(.text+0x18d): undefined reference to `perror' sock.c:(.text+0x1bb): undefined reference to `memset' sock.c:(.text+0x1d2): undefined reference to `__bswap16' sock.c:(.text+0x200): undefined reference to `inet_aton' sock.c:(.text+0x22d): undefined reference to `__bswap32' sock.c:(.text+0x256): undefined reference to `bind' sock.c:(.text+0x26f): undefined reference to `perror' sock.c:(.text+0x27b): undefined reference to `close' sock.c:(.text+0x2a9): undefined reference to `listen' sock.c:(.text+0x2c2): undefined reference to `perror' sock.o: In function `swill_get_assigned_port': sock.c:(.text+0x329): undefined reference to `getsockname' sock.c:(.text+0x341): undefined reference to `__bswap16' sock.o: In function `swill_accept_connection': sock.c:(.text+0x3aa): undefined reference to `accept' sock.c:(.text+0x3d0): undefined reference to `inet_ntoa' sock.c:(.text+0x3e0): undefined reference to `strcpy' sock.o: In function `swill_close_socket': sock.c:(.text+0x451): undefined reference to `close' sock.o: In function `set_nonblock': sock.c:(.text+0x4c3): undefined reference to `fcntl' sock.c:(.text+0x4ee): undefined reference to `fcntl' sock.o: In function `restore_block': sock.c:(.text+0x560): undefined reference to `fcntl' sock.o: In function `swill_sock_can_read': sock.c:(.text+0x652): undefined reference to `__select50' sock.o: In function `swill_sock_do_read': sock.c:(.text+0x6ef): undefined reference to `recv' sock.c:(.text+0x70f): undefined reference to `__errno' sock.o: In function `swill_sock_can_write': sock.c:(.text+0x812): undefined reference to `__select50' sock.o: In function `swill_sock_do_write': sock.c:(.text+0x8af): undefined reference to `send' sock.c:(.text+0x8dc): undefined reference to `__errno' ssl.o: In function `swill_ssl_not_supported': ssl.c:(.text+0x3b): undefined reference to `__sF' ssl.c:(.text+0x5d): undefined reference to `fprintf' ../Objects/base.o: In function `_swilLDelete': base.c:(.text+0x5e): undefined reference to `free' base.c:(.text+0x70): undefined reference to `__sF' base.c:(.text+0x8c): undefined reference to `fwrite' base.c:(.text+0x91): undefined reference to `abort' base.c:(.text+0xb0): undefined reference to `__sF' base.c:(.text+0xb5): undefined reference to `fprintf' base.c:(.text+0xba): undefined reference to `abort' ../Objects/base.o: In function `_swilLStr': base.c:(.text+0x18e): undefined reference to `snprintf' ../Objects/base.o: In function `_swilLLen': base.c:(.text+0x207): undefined reference to `strlen' ../Objects/base.o: In function `_swilLCmp': base.c:(.text+0x326): undefined reference to `strcmp' ../Objects/base.o: In function `_swilLGetInt': base.c:(.text+0x49e): undefined reference to `atoi' ../Objects/base.o: In function `_swilLGetDouble': base.c:(.text+0x54e): undefined reference to `atof' ../Objects/base.o: In function `_swilLRead': base.c:(.text+0x91e): undefined reference to `fread' ../Objects/base.o: In function `_swilLWrite': base.c:(.text+0x97f): undefined reference to `fwrite' ../Objects/base.o: In function `_swilLSeek': base.c:(.text+0x9cd): undefined reference to `fseek' ../Objects/base.o: In function `_swilLTell': base.c:(.text+0xa1d): undefined reference to `ftell' ../Objects/base.o: In function `_swilLGetc': base.c:(.text+0xa74): undefined reference to `fgetc' ../Objects/base.o: In function `_swilLPutc': base.c:(.text+0xadf): undefined reference to `fputc' ../Objects/base.o: In function `_swilLUngetc': base.c:(.text+0xb27): undefined reference to `ungetc' ../Objects/base.o: In function `_swilLClose': base.c:(.text+0xb6e): undefined reference to `fclose' ../Objects/file.o: In function `_swilLNewFile': file.c:(.text+0x1d): undefined reference to `fopen' file.c:(.text+0x2f): undefined reference to `malloc' file.c:(.text+0x5d): undefined reference to `fclose' ../Objects/file.o: In function `_swilLNewFileFromFile': file.c:(.text+0x7e): undefined reference to `malloc' ../Objects/file.o: In function `_swilLNewFileFromFd': file.c:(.text+0xce): undefined reference to `malloc' ../Objects/file.o: In function `DelFile': file.c:(.text+0x12a): undefined reference to `fclose' file.c:(.text+0x139): undefined reference to `close' file.c:(.text+0x141): undefined reference to `free' ../Objects/file.o: In function `File_read': file.c:(.text+0x17c): undefined reference to `fread' file.c:(.text+0x195): undefined reference to `read' ../Objects/file.o: In function `File_write': file.c:(.text+0x1dc): undefined reference to `fwrite' file.c:(.text+0x1f5): undefined reference to `write' ../Objects/file.o: In function `File_putc': file.c:(.text+0x22c): undefined reference to `fputc' file.c:(.text+0x254): undefined reference to `write' ../Objects/file.o: In function `File_getc': file.c:(.text+0x276): undefined reference to `fgetc' file.c:(.text+0x29d): undefined reference to `read' ../Objects/file.o: In function `File_ungetc': file.c:(.text+0x2dc): undefined reference to `ungetc' ../Objects/file.o: In function `File_seek': file.c:(.text+0x314): undefined reference to `fseek' file.c:(.text+0x33b): undefined reference to `lseek' ../Objects/file.o: In function `File_tell': file.c:(.text+0x365): undefined reference to `ftell' file.c:(.text+0x393): undefined reference to `lseek' ../Objects/file.o: In function `File_close': file.c:(.text+0x3b4): undefined reference to `fclose' file.c:(.text+0x3cb): undefined reference to `close' ../Objects/fio.o: In function `_swilLvPrintf': fio.c:(.text+0x1eb): undefined reference to `_ctype_tab_' fio.c:(.text+0x213): undefined reference to `memchr' fio.c:(.text+0x25f): undefined reference to `strlen' fio.c:(.text+0x280): undefined reference to `malloc' fio.c:(.text+0x2f5): undefined reference to `strlen' fio.c:(.text+0x344): undefined reference to `_ctype_tab_' fio.c:(.text+0x367): undefined reference to `memchr' fio.c:(.text+0x386): undefined reference to `atoi' fio.c:(.text+0x407): undefined reference to `strlen' fio.c:(.text+0x411): undefined reference to `strlen' fio.c:(.text+0x437): undefined reference to `malloc' fio.c:(.text+0x44f): undefined reference to `sprintf' fio.c:(.text+0x45d): undefined reference to `strlen' fio.c:(.text+0x4b3): undefined reference to `free' fio.c:(.text+0x52c): undefined reference to `strlen' fio.c:(.text+0x55d): undefined reference to `malloc' fio.c:(.text+0x5a5): undefined reference to `sprintf' fio.c:(.text+0x5b3): undefined reference to `strlen' fio.c:(.text+0x665): undefined reference to `free' fio.c:(.text+0x6f8): undefined reference to `_ctype_tab_' fio.c:(.text+0x71b): undefined reference to `memchr' fio.c:(.text+0x734): undefined reference to `atoi' fio.c:(.text+0x7cc): undefined reference to `_ctype_tab_' fio.c:(.text+0x812): undefined reference to `sprintf' fio.c:(.text+0x870): undefined reference to `memchr' fio.c:(.text+0x8f3): undefined reference to `sprintf' fio.c:(.text+0x949): undefined reference to `atoi' fio.c:(.text+0x975): undefined reference to `memchr' fio.c:(.text+0xa39): undefined reference to `sprintf' fio.c:(.text+0xa4d): undefined reference to `strlen' fio.c:(.text+0xaa6): undefined reference to `free' fio.c:(.text+0xacd): undefined reference to `strlen' ../Objects/fio.o: In function `_swilLPrintv': fio.c:(.text+0xc20): undefined reference to `strlen' ../Objects/hash.o: In function `DelHash': hash.c:(.text+0x4c): undefined reference to `free' hash.c:(.text+0x68): undefined reference to `free' hash.c:(.text+0x73): undefined reference to `free' ../Objects/hash.o: In function `CopyHash': hash.c:(.text+0x96): undefined reference to `malloc' hash.c:(.text+0xad): undefined reference to `malloc' ../Objects/hash.o: In function `Hash_clear': hash.c:(.text+0x1bc): undefined reference to `free' ../Objects/hash.o: In function `_swilLNewHash': hash.c:(.text+0x3ff): undefined reference to `malloc' hash.c:(.text+0x414): undefined reference to `malloc' ../Objects/hash.o: In function `Hash_setattr': hash.c:(.text+0x5af): undefined reference to `malloc' hash.c:(.text+0x64e): undefined reference to `malloc' hash.c:(.text+0x668): undefined reference to `memset' hash.c:(.text+0x6c4): undefined reference to `free' ../Objects/hash.o: In function `Hash_delattr': hash.c:(.text+0x7a4): undefined reference to `free' ../Objects/hash.o: In function `find_key': hash.c:(.text+0x93c): undefined reference to `strcmp' hash.c:(.text+0x961): undefined reference to `malloc' hash.c:(.text+0x96c): undefined reference to `strlen' hash.c:(.text+0x975): undefined reference to `malloc' hash.c:(.text+0x986): undefined reference to `strcpy' ../Objects/list.o: In function `DelList': list.c:(.text+0x38): undefined reference to `free' list.c:(.text+0x40): undefined reference to `free' ../Objects/list.o: In function `CopyList': list.c:(.text+0x66): undefined reference to `malloc' list.c:(.text+0x7f): undefined reference to `malloc' ../Objects/list.o: In function `_swilLNewList': list.c:(.text+0x30f): undefined reference to `malloc' list.c:(.text+0x32a): undefined reference to `malloc' ../Objects/list.o: In function `List_get': list.c:(.text+0x3ef): undefined reference to `__sF' list.c:(.text+0x3f4): undefined reference to `fprintf' list.c:(.text+0x3f9): undefined reference to `abort' ../Objects/list.o: In function `List_set': list.c:(.text+0x48f): undefined reference to `__sF' list.c:(.text+0x494): undefined reference to `fprintf' list.c:(.text+0x499): undefined reference to `abort' ../Objects/list.o: In function `List_remove': list.c:(.text+0x518): undefined reference to `__sF' list.c:(.text+0x51d): undefined reference to `fprintf' list.c:(.text+0x522): undefined reference to `abort' ../Objects/list.o: In function `List_insert': list.c:(.text+0x5a2): undefined reference to `realloc' list.c:(.text+0x60e): undefined reference to `__sF' list.c:(.text+0x613): undefined reference to `fprintf' list.c:(.text+0x618): undefined reference to `abort' ../Objects/memory.o: In function `CreatePool': memory.c:(.text+0x141): undefined reference to `malloc' memory.c:(.text+0x15a): undefined reference to `malloc' memory.c:(.text+0x1bc): undefined reference to `__sF' memory.c:(.text+0x1c1): undefined reference to `fprintf' memory.c:(.text+0x1c6): undefined reference to `abort' ../Objects/string.o: In function `DelString': string.c:(.text+0x11): undefined reference to `free' string.c:(.text+0x19): undefined reference to `free' ../Objects/string.o: In function `CopyString': string.c:(.text+0x46): undefined reference to `malloc' string.c:(.text+0x73): undefined reference to `malloc' string.c:(.text+0x90): undefined reference to `memmove' ../Objects/string.o: In function `_swilLNewString': string.c:(.text+0x32a): undefined reference to `malloc' string.c:(.text+0x353): undefined reference to `strlen' string.c:(.text+0x37b): undefined reference to `malloc' string.c:(.text+0x391): undefined reference to `strcpy' ../Objects/string.o: In function `_swilLStrcmp': string.c:(.text+0x448): undefined reference to `strcmp' ../Objects/string.o: In function `_swilLStrncmp': string.c:(.text+0x490): undefined reference to `strncmp' ../Objects/string.o: In function `_swilLStrstr': string.c:(.text+0x4c8): undefined reference to `strstr' ../Objects/string.o: In function `_swilLStrchr': string.c:(.text+0x4fd): undefined reference to `strchr' ../Objects/string.o: In function `String_chop': string.c:(.text+0x5af): undefined reference to `_ctype_tab_' string.c:(.text+0x63c): undefined reference to `__sF' string.c:(.text+0x641): undefined reference to `fprintf' string.c:(.text+0x646): undefined reference to `abort' ../Objects/string.o: In function `replace_simple': string.c:(.text+0x67b): undefined reference to `strlen' string.c:(.text+0x6c3): undefined reference to `strpbrk' string.c:(.text+0x6ea): undefined reference to `strpbrk' string.c:(.text+0x70d): undefined reference to `strpbrk' string.c:(.text+0x76a): undefined reference to `strpbrk' string.c:(.text+0x7a8): undefined reference to `strlen' string.c:(.text+0x81b): undefined reference to `strpbrk' string.c:(.text+0x83e): undefined reference to `strpbrk' string.c:(.text+0x867): undefined reference to `strpbrk' string.c:(.text+0x8ba): undefined reference to `strpbrk' string.c:(.text+0x94e): undefined reference to `memcpy' string.c:(.text+0x9b7): undefined reference to `strpbrk' string.c:(.text+0x9f1): undefined reference to `strpbrk' string.c:(.text+0xa2a): undefined reference to `strpbrk' string.c:(.text+0xa6f): undefined reference to `strpbrk' string.c:(.text+0xad4): undefined reference to `memmove' string.c:(.text+0xb23): undefined reference to `malloc' string.c:(.text+0xb4a): undefined reference to `memcpy' string.c:(.text+0xb92): undefined reference to `memcpy' string.c:(.text+0xbe5): undefined reference to `strpbrk' string.c:(.text+0xc2d): undefined reference to `strpbrk' string.c:(.text+0xc83): undefined reference to `strpbrk' string.c:(.text+0xcd9): undefined reference to `memcpy' string.c:(.text+0xd14): undefined reference to `memcpy' string.c:(.text+0xd65): undefined reference to `free' string.c:(.text+0xd9e): undefined reference to `memmove' string.c:(.text+0xdfb): undefined reference to `memmove' string.c:(.text+0xe2a): undefined reference to `__sF' string.c:(.text+0xe2f): undefined reference to `fprintf' string.c:(.text+0xe34): undefined reference to `abort' ../Objects/string.o: In function `match_identifier': string.c:(.text+0xe58): undefined reference to `_ctype_tab_' string.c:(.text+0xe68): undefined reference to `strstr' ../Objects/string.o: In function `match_simple': string.c:(.text+0xee4): undefined reference to `strstr' ../Objects/string.o: In function `String_read': string.c:(.text+0xf28): undefined reference to `memmove' ../Objects/string.o: In function `String_write': string.c:(.text+0xf7e): undefined reference to `realloc' string.c:(.text+0xfb1): undefined reference to `memmove' string.c:(.text+0xfe7): undefined reference to `__sF' string.c:(.text+0xfec): undefined reference to `fprintf' string.c:(.text+0xff1): undefined reference to `abort' ../Objects/string.o: In function `String_putc': string.c:(.text+0x104f): undefined reference to `realloc' string.c:(.text+0x109e): undefined reference to `__sF' string.c:(.text+0x10a3): undefined reference to `fprintf' string.c:(.text+0x10a8): undefined reference to `abort' ../Objects/string.o: In function `String_seek': string.c:(.text+0x11f3): undefined reference to `__sF' string.c:(.text+0x11f8): undefined reference to `fprintf' string.c:(.text+0x11fd): undefined reference to `abort' ../Objects/string.o: In function `String_delitem': string.c:(.text+0x1287): undefined reference to `memmove' string.c:(.text+0x12c0): undefined reference to `__sF' string.c:(.text+0x12c5): undefined reference to `fprintf' string.c:(.text+0x12ca): undefined reference to `abort' ../Objects/string.o: In function `String_insert': string.c:(.text+0x130d): undefined reference to `strlen' string.c:(.text+0x137a): undefined reference to `realloc' string.c:(.text+0x13ba): undefined reference to `memmove' string.c:(.text+0x13d2): undefined reference to `memcpy' string.c:(.text+0x1440): undefined reference to `realloc' string.c:(.text+0x1463): undefined reference to `strcpy' string.c:(.text+0x14c4): undefined reference to `__sF' string.c:(.text+0x14c9): undefined reference to `fprintf' string.c:(.text+0x14ce): undefined reference to `abort' ../Objects/void.o: In function `_swilLNewVoid': void.c:(.text+0xe): undefined reference to `malloc' ../Objects/void.o: In function `Void_delete': void.c:(.text+0x5c): undefined reference to `free' ../Objects/void.o: In function `Void_copy': void.c:(.text+0x86): undefined reference to `malloc' *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/www/swill/work/SWILL-0.3/Source/SWILL *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/www/swill/work/SWILL-0.3 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/www/swill *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/www/swill