=> 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+0x11c): undefined reference to `_tolower_tab_' encoding.o: In function `swill_url_encode': encoding.c:(.text+0x200): undefined reference to `_ctype_tab_' encoding.o: In function `init_base64': encoding.c:(.text+0x79d): undefined reference to `strlen' handlers.o: In function `swill_handle': handlers.c:(.text+0x4b): undefined reference to `memset' handlers.c:(.text+0x83): undefined reference to `strchr' handlers.c:(.text+0xb4): undefined reference to `strncat' handlers.c:(.text+0x1ef): undefined reference to `strcmp' handlers.o: In function `swill_getargs': handlers.c:(.text+0xa93): undefined reference to `strtol' handlers.c:(.text+0xaae): undefined reference to `atol' handlers.c:(.text+0xae1): undefined reference to `strtol' handlers.c:(.text+0xb18): undefined reference to `strtol' handlers.c:(.text+0xb4d): undefined reference to `strtoul' handlers.c:(.text+0xb80): undefined reference to `strtoul' handlers.c:(.text+0xbb3): undefined reference to `strtoul' handlers.c:(.text+0xbea): undefined reference to `strtoul' handlers.c:(.text+0xc08): undefined reference to `atof' handlers.c:(.text+0xc30): undefined reference to `atof' handlers.c:(.text+0xc63): undefined reference to `strtoul' handlers.o: In function `swill_printurl': handlers.c:(.text+0xde3): undefined reference to `fprintf' handlers.c:(.text+0xe1e): 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+0x8a4): undefined reference to `_ctype_tab_' parse.o: In function `convert_tolower': parse.c:(.text+0xa50): 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+0x32b): undefined reference to `__sF' web.c:(.text+0x35c): undefined reference to `fprintf' web.c:(.text+0x364): undefined reference to `abort' web.c:(.text+0x39f): undefined reference to `__sF' web.c:(.text+0x3d0): undefined reference to `fprintf' web.c:(.text+0x3d8): undefined reference to `abort' web.o: In function `swill_temp_create': web.c:(.text+0x532): undefined reference to `tmpfile' web.c:(.text+0x560): undefined reference to `sprintf' web.c:(.text+0x571): undefined reference to `mkstemp' web.c:(.text+0x596): undefined reference to `fdopen' web.o: In function `swill_shutdown': web.c:(.text+0x5f1): undefined reference to `fclose' web.o: In function `swill_temp_delete': web.c:(.text+0x682): undefined reference to `remove' web.o: In function `swill_directory': web.c:(.text+0x75a): undefined reference to `strlen' web.o: In function `swill_serve': web.c:(.text+0x8c7): undefined reference to `__sF' web.c:(.text+0x8fb): undefined reference to `fprintf' web.c:(.text+0x906): undefined reference to `abort' web.c:(.text+0x942): undefined reference to `__sF' web.c:(.text+0x976): undefined reference to `fprintf' web.c:(.text+0x981): undefined reference to `abort' web.c:(.text+0x9aa): undefined reference to `__sF' web.c:(.text+0x9b7): undefined reference to `fflush' web.c:(.text+0x9d4): undefined reference to `dup' web.c:(.text+0xa30): undefined reference to `dup2' web.c:(.text+0xab2): undefined reference to `__sF' web.c:(.text+0xabf): undefined reference to `fflush' web.c:(.text+0xae6): undefined reference to `dup2' web.c:(.text+0xafa): undefined reference to `close' web.c:(.text+0xb0e): undefined reference to `fflush' web.o: In function `swill_serve_one': web.c:(.text+0xd3e): undefined reference to `__time50' web.c:(.text+0xd5b): undefined reference to `__locatime50' web.c:(.text+0xd9a): undefined reference to `strftime' web.c:(.text+0x1346): undefined reference to `fopen' web.c:(.text+0x13ce): undefined reference to `__fstat50' web.c:(.text+0x1411): undefined reference to `fclose' web.c:(.text+0x14b9): undefined reference to `fflush' web.o: In function `swill_temp_clear': web.c:(.text+0x18bb): undefined reference to `ftruncate' web.c:(.text+0x18de): undefined reference to `fseek' web.o: In function `swill_netscape': web.c:(.text+0x1994): undefined reference to `sprintf' web.c:(.text+0x19a8): undefined reference to `system' web.o: In function `swill_nbcopydata': web.c:(.text+0x1ade): undefined reference to `__errno' web.o: In function `swill_send_file': web.c:(.text+0x1c1e): undefined reference to `__gmtime50' web.c:(.text+0x1c4d): undefined reference to `strftime' web.c:(.text+0x1cb1): undefined reference to `strcmp' web.o: In function `swill_serve_file': web.c:(.text+0x1eef): undefined reference to `__lstat50' web.c:(.text+0x1f5e): undefined reference to `strlen' web.c:(.text+0x2098): undefined reference to `fopen' web.c:(.text+0x2155): 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+0x111): undefined reference to `__socket30' sock.c:(.text+0x16e): undefined reference to `setsockopt' sock.c:(.text+0x187): undefined reference to `perror' sock.c:(.text+0x1b2): undefined reference to `memset' sock.c:(.text+0x1fd): undefined reference to `inet_aton' sock.c:(.text+0x242): undefined reference to `bind' sock.c:(.text+0x25b): undefined reference to `perror' sock.c:(.text+0x267): undefined reference to `close' sock.c:(.text+0x295): undefined reference to `listen' sock.c:(.text+0x2ae): undefined reference to `perror' sock.o: In function `swill_get_assigned_port': sock.c:(.text+0x346): undefined reference to `getsockname' sock.o: In function `swill_accept_connection': sock.c:(.text+0x3c7): undefined reference to `accept' sock.c:(.text+0x3ed): undefined reference to `inet_ntoa' sock.c:(.text+0x3fd): undefined reference to `strcpy' sock.o: In function `swill_close_socket': sock.c:(.text+0x471): undefined reference to `close' sock.o: In function `set_nonblock': sock.c:(.text+0x4e0): undefined reference to `fcntl' sock.c:(.text+0x50b): undefined reference to `fcntl' sock.o: In function `restore_block': sock.c:(.text+0x580): undefined reference to `fcntl' sock.o: In function `swill_sock_can_read': sock.c:(.text+0x65c): undefined reference to `__select50' sock.o: In function `swill_sock_do_read': sock.c:(.text+0x6ec): undefined reference to `recv' sock.c:(.text+0x70c): undefined reference to `__errno' sock.o: In function `swill_sock_can_write': sock.c:(.text+0x80c): undefined reference to `__select50' sock.o: In function `swill_sock_do_write': sock.c:(.text+0x89c): undefined reference to `send' sock.c:(.text+0x8c9): 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+0x917): undefined reference to `fread' ../Objects/base.o: In function `_swilLWrite': base.c:(.text+0x978): undefined reference to `fwrite' ../Objects/base.o: In function `_swilLSeek': base.c:(.text+0x9c2): undefined reference to `fseek' ../Objects/base.o: In function `_swilLTell': base.c:(.text+0xa12): 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+0x29b): undefined reference to `read' ../Objects/file.o: In function `File_ungetc': file.c:(.text+0x2cc): undefined reference to `ungetc' ../Objects/file.o: In function `File_seek': file.c:(.text+0x304): undefined reference to `fseek' file.c:(.text+0x32b): undefined reference to `lseek' ../Objects/file.o: In function `File_tell': file.c:(.text+0x355): undefined reference to `ftell' file.c:(.text+0x383): undefined reference to `lseek' ../Objects/file.o: In function `File_close': file.c:(.text+0x3a4): undefined reference to `fclose' file.c:(.text+0x3bb): undefined reference to `close' ../Objects/fio.o: In function `_swilLvPrintf': fio.c:(.text+0x1dc): undefined reference to `strlen' fio.c:(.text+0x224): undefined reference to `_ctype_tab_' fio.c:(.text+0x283): undefined reference to `_ctype_tab_' fio.c:(.text+0x2d2): undefined reference to `strlen' fio.c:(.text+0x2f3): undefined reference to `malloc' fio.c:(.text+0x417): undefined reference to `strlen' fio.c:(.text+0x448): undefined reference to `malloc' fio.c:(.text+0x483): undefined reference to `sprintf' fio.c:(.text+0x491): undefined reference to `strlen' fio.c:(.text+0x553): undefined reference to `free' fio.c:(.text+0x570): undefined reference to `memchr' fio.c:(.text+0x5a7): undefined reference to `_ctype_tab_' fio.c:(.text+0x5ca): undefined reference to `memchr' fio.c:(.text+0x5e3): undefined reference to `atoi' fio.c:(.text+0x629): undefined reference to `strlen' fio.c:(.text+0x633): undefined reference to `strlen' fio.c:(.text+0x659): undefined reference to `malloc' fio.c:(.text+0x671): undefined reference to `sprintf' fio.c:(.text+0x67f): undefined reference to `strlen' fio.c:(.text+0x6e3): undefined reference to `free' fio.c:(.text+0x7a8): undefined reference to `memchr' fio.c:(.text+0x7c7): undefined reference to `atoi' fio.c:(.text+0x815): undefined reference to `memchr' fio.c:(.text+0x848): undefined reference to `_ctype_tab_' fio.c:(.text+0x8b0): undefined reference to `atoi' fio.c:(.text+0x95e): undefined reference to `sprintf' fio.c:(.text+0x9d4): undefined reference to `sprintf' fio.c:(.text+0xa23): undefined reference to `memchr' fio.c:(.text+0xa8a): undefined reference to `sprintf' fio.c:(.text+0xa98): undefined reference to `strlen' fio.c:(.text+0xafc): undefined reference to `free' fio.c:(.text+0xb2d): undefined reference to `strlen' ../Objects/fio.o: In function `_swilLPrintv': fio.c:(.text+0xc94): undefined reference to `strlen' ../Objects/hash.o: In function `DelHash': hash.c:(.text+0x4c): undefined reference to `free' hash.c:(.text+0x6b): 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+0x6c6): undefined reference to `free' ../Objects/hash.o: In function `Hash_delattr': hash.c:(.text+0x794): undefined reference to `free' ../Objects/hash.o: In function `find_key': hash.c:(.text+0x92c): undefined reference to `strcmp' hash.c:(.text+0x951): undefined reference to `malloc' hash.c:(.text+0x95c): undefined reference to `strlen' hash.c:(.text+0x965): undefined reference to `malloc' hash.c:(.text+0x976): undefined reference to `strcpy' ../Objects/list.o: In function `DelList': list.c:(.text+0x3b): undefined reference to `free' list.c:(.text+0x43): 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+0x151): undefined reference to `malloc' memory.c:(.text+0x16a): undefined reference to `malloc' memory.c:(.text+0x1cc): undefined reference to `__sF' memory.c:(.text+0x1d1): undefined reference to `fprintf' memory.c:(.text+0x1d6): 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+0x34a): undefined reference to `malloc' string.c:(.text+0x373): undefined reference to `strlen' string.c:(.text+0x39b): undefined reference to `malloc' string.c:(.text+0x3b1): undefined reference to `strcpy' ../Objects/string.o: In function `_swilLStrcmp': string.c:(.text+0x468): undefined reference to `strcmp' ../Objects/string.o: In function `_swilLStrncmp': string.c:(.text+0x4b0): undefined reference to `strncmp' ../Objects/string.o: In function `_swilLStrstr': string.c:(.text+0x4e8): undefined reference to `strstr' ../Objects/string.o: In function `_swilLStrchr': string.c:(.text+0x51d): undefined reference to `strchr' ../Objects/string.o: In function `String_chop': string.c:(.text+0x5cd): undefined reference to `_ctype_tab_' string.c:(.text+0x646): undefined reference to `__sF' string.c:(.text+0x64b): undefined reference to `fprintf' string.c:(.text+0x650): undefined reference to `abort' ../Objects/string.o: In function `replace_simple': string.c:(.text+0x688): undefined reference to `strlen' string.c:(.text+0x6d3): undefined reference to `strpbrk' string.c:(.text+0x6fa): undefined reference to `strpbrk' string.c:(.text+0x71d): undefined reference to `strpbrk' string.c:(.text+0x77b): undefined reference to `strpbrk' string.c:(.text+0x7b6): undefined reference to `strlen' string.c:(.text+0x809): undefined reference to `strpbrk' string.c:(.text+0x83d): undefined reference to `strpbrk' string.c:(.text+0x899): undefined reference to `strpbrk' string.c:(.text+0x95a): undefined reference to `strpbrk' string.c:(.text+0x99d): undefined reference to `strpbrk' ../Objects/string.o:string.c:(.text+0x9fb): more undefined references to `strpbrk' follow ../Objects/string.o: In function `replace_simple': string.c:(.text+0xa8f): undefined reference to `memmove' string.c:(.text+0xaf7): undefined reference to `memcpy' string.c:(.text+0xb66): undefined reference to `malloc' string.c:(.text+0xb92): undefined reference to `memcpy' string.c:(.text+0xbdf): undefined reference to `memcpy' string.c:(.text+0xc24): undefined reference to `strpbrk' string.c:(.text+0xc5d): undefined reference to `strpbrk' string.c:(.text+0xcb7): undefined reference to `strpbrk' string.c:(.text+0xd39): undefined reference to `memcpy' string.c:(.text+0xd74): undefined reference to `memcpy' string.c:(.text+0xdbf): undefined reference to `free' string.c:(.text+0xdfb): undefined reference to `memmove' string.c:(.text+0xe2a): undefined reference to `memmove' string.c:(.text+0xe83): undefined reference to `__sF' string.c:(.text+0xe88): undefined reference to `fprintf' string.c:(.text+0xe8d): undefined reference to `abort' ../Objects/string.o: In function `match_identifier': string.c:(.text+0xeb8): undefined reference to `_ctype_tab_' string.c:(.text+0xec8): undefined reference to `strstr' ../Objects/string.o: In function `match_simple': string.c:(.text+0xf44): undefined reference to `strstr' ../Objects/string.o: In function `String_read': string.c:(.text+0xf87): undefined reference to `memmove' ../Objects/string.o: In function `String_write': string.c:(.text+0xfde): undefined reference to `realloc' string.c:(.text+0x1011): undefined reference to `memmove' string.c:(.text+0x1047): undefined reference to `__sF' string.c:(.text+0x104c): undefined reference to `fprintf' string.c:(.text+0x1051): undefined reference to `abort' ../Objects/string.o: In function `String_putc': string.c:(.text+0x10af): undefined reference to `realloc' string.c:(.text+0x10fe): undefined reference to `__sF' string.c:(.text+0x1103): undefined reference to `fprintf' string.c:(.text+0x1108): undefined reference to `abort' ../Objects/string.o: In function `String_seek': string.c:(.text+0x124c): undefined reference to `__sF' string.c:(.text+0x1251): undefined reference to `fprintf' string.c:(.text+0x1256): undefined reference to `abort' ../Objects/string.o: In function `String_delitem': string.c:(.text+0x12da): undefined reference to `memmove' string.c:(.text+0x1313): undefined reference to `__sF' string.c:(.text+0x1318): undefined reference to `fprintf' string.c:(.text+0x131d): undefined reference to `abort' ../Objects/string.o: In function `String_insert': string.c:(.text+0x136d): undefined reference to `strlen' string.c:(.text+0x13da): undefined reference to `realloc' string.c:(.text+0x141a): undefined reference to `memmove' string.c:(.text+0x1432): undefined reference to `memcpy' string.c:(.text+0x14ad): undefined reference to `realloc' string.c:(.text+0x14d2): undefined reference to `strcpy' string.c:(.text+0x152d): undefined reference to `__sF' string.c:(.text+0x1532): undefined reference to `fprintf' string.c:(.text+0x1537): undefined reference to `abort' ../Objects/void.o: In function `_swilLNewVoid': void.c:(.text+0x16): 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[1]: 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[1]: stopped in /usr/pkgsrc/www/swill *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/www/swill