cd src; make all
make[1]: Entering directory `/home/boekhold/src/debian/slrn-0.8.7.1/src'
/home/boekhold/src/debian/slrn-0.8.7.1/src/objs/chkslang slrn 9923 9927
Your slang version is 0.99.23.
To fully utilize this program, you should upgrade the slang library to
  version 0.99.27
This library is available via anonymous ftp from
space.mit.edu in pub/davis/slang.
gcc /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/slrn.o /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/group.o /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/misc.o /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/clientlib.o /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/nntp.o /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/art.o /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/post.o /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/startup.o /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/help.o /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/hash.o /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/score.o /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/uudecode.o /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/mime.o /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/menu.o -Wl,--verbose -v -o /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/slrn -L/usr/lib -lslang 
Reading specs from /usr/lib/gcc-lib/i486-linux/2.7.2/specs
gcc version 2.7.2
 ld -m elf_i386 -dynamic-linker /lib/ld-linux.so.1 -o /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/slrn /usr/lib/crt1.o /usr/lib/crti.o /usr/lib/crtbegin.o -L/usr/lib -L/usr/lib/gcc-lib/i486-linux/2.7.2 /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/slrn.o /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/group.o /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/misc.o /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/clientlib.o /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/nntp.o /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/art.o /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/post.o /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/startup.o /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/help.o /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/hash.o /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/score.o /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/uudecode.o /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/mime.o /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/menu.o --verbose -lslang -lgcc -lc -lgcc /usr/lib/crtend.o /usr/lib/crtn.o
ld version 2.6 (with BFD 2.6.0.2)
  Supported emulations:
   elf_i386 
   i386linux 
using internal linker script:
==================================================
OUTPUT_FORMAT("elf32-i386", "elf32-i386",
	      "elf32-i386")
OUTPUT_ARCH(i386)
ENTRY(_start)
SEARCH_DIR(/lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/lib); SEARCH_DIR(/usr/i486-linux/lib);
/* Do we need any of these for elf?
   __DYNAMIC = 0;    */
SECTIONS
{
  /* Read-only sections, merged into text segment: */
  . = 0x08000000 + SIZEOF_HEADERS;
  .interp     : { *(.interp) 	}
  .hash          : { *(.hash)		}
  .dynsym        : { *(.dynsym)		}
  .dynstr        : { *(.dynstr)		}
  .rel.text      : { *(.rel.text)		}
  .rela.text     : { *(.rela.text) 	}
  .rel.data      : { *(.rel.data)		}
  .rela.data     : { *(.rela.data) 	}
  .rel.rodata    : { *(.rel.rodata) 	}
  .rela.rodata   : { *(.rela.rodata) 	}
  .rel.got       : { *(.rel.got)		}
  .rela.got      : { *(.rela.got)		}
  .rel.ctors     : { *(.rel.ctors)	}
  .rela.ctors    : { *(.rela.ctors)	}
  .rel.dtors     : { *(.rel.dtors)	}
  .rela.dtors    : { *(.rela.dtors)	}
  .rel.init      : { *(.rel.init)	}
  .rela.init     : { *(.rela.init)	}
  .rel.fini      : { *(.rel.fini)	}
  .rela.fini     : { *(.rela.fini)	}
  .rel.bss       : { *(.rel.bss)		}
  .rela.bss      : { *(.rela.bss)		}
  .rel.plt       : { *(.rel.plt)		}
  .rela.plt      : { *(.rela.plt)		}
  .init          : { *(.init)	} =0x9090
  .plt      : { *(.plt)	}
  .text      :
  {
    *(.text)
    /* .gnu.warning sections are handled specially by elf32.em.  */
    *(.gnu.warning)
  } =0x9090
  _etext = .;
  PROVIDE (etext = .);
  .fini      : { *(.fini)    } =0x9090
  .rodata    : { *(.rodata)  }
  .rodata1   : { *(.rodata1) }
  /* Adjust the address for the data segment.  We want to adjust up to
     the same address within the page on the next page up.  It would
     be more correct to do this:
       . = ALIGN(0x1000)
		+ ((ALIGN(8) + 0x1000 - ALIGN(0x1000))
		   & (0x1000 - 1);
     The current expression does not correctly handle the case of a
     text segment ending precisely at the end of a page; it causes the
     data segment to skip a page.  The above expression does not have
     this problem, but it will currently (2/95) cause BFD to allocate
     a single segment, combining both text and data, for this case.
     This will prevent the text segment from being shared among
     multiple executions of the program; I think that is more
     important than losing a page of the virtual address space (note
     that no actual memory is lost; the page which is skipped can not
     be referenced).  */
  . = ALIGN(0x1000) + ((ALIGN(8) + 0x1000 - ALIGN(0x1000)) & (0x1000 - 1));
  .data    :
  {
    *(.data)
    CONSTRUCTORS
  }
  .data1   : { *(.data1) }
  .ctors         : { *(.ctors)   }
  .dtors         : { *(.dtors)   }
  .got           : { *(.got.plt) *(.got) }
  .dynamic       : { *(.dynamic) }
  /* We want the small data sections together, so single-instruction offsets
     can access them all, and initialized data all before uninitialized, so
     we can shorten the on-disk segment size.  */
  .sdata     : { *(.sdata) }
  _edata  =  .;
  PROVIDE (edata = .);
  __bss_start = .;
  .sbss      : { *(.sbss) *(.scommon) }
  .bss       :
  {
   *(.dynbss)
   *(.bss)
   *(COMMON)
  }
  _end = . ;
  PROVIDE (end = .);
  /* These are needed for ELF backends which have not yet been
     converted to the new style linker.  */
  .stab 0 : { *(.stab) }
  .stabstr 0 : { *(.stabstr) }
  /* DWARF debug sections.
     Symbols in the .debug DWARF section are relative to the beginning of the
     section so we begin .debug at 0.  It's not clear yet what needs to happen
     for the others.   */
  .debug          0 : { *(.debug) }
  .debug_srcinfo  0 : { *(.debug_srcinfo) }
  .debug_aranges  0 : { *(.debug_aranges) }
  .debug_pubnames 0 : { *(.debug_pubnames) }
  .debug_sfnames  0 : { *(.debug_sfnames) }
  .line           0 : { *(.line) }
  /* These must appear regardless of  .  */
}


==================================================
attempt to open/usr/lib/libslang.so: undefined reference to `log'
/usr/lib/libslang.so: undefined reference to `sqrt'
/usr/lib/libslang.so: undefined reference to `cos'
/usr/lib/libslang.so: undefined reference to `sin'
/usr/lib/libslang.so: undefined reference to `pow'
/usr/lib/libslang.so: undefined reference to `log10'
/usr/lib/libslang.so: undefined reference to `exp'
/usr/lib/libslang.so: undefined reference to `tan'
/usr/lib/libslang.so: undefined reference to `atan'
/usr/lib/libslang.so: undefined reference to `asin'
/usr/lib/libslang.so: undefined reference to `acos'
 /usr/lib/crt1.o succeeded
/usr/lib/crt1.o
attempt to open /usr/lib/crti.o succeeded
/usr/lib/crti.o
attempt to open /usr/lib/crtbegin.o succeeded
/usr/lib/crtbegin.o
attempt to open /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/slrn.o succeeded
/home/boekhold/src/debian/slrn-0.8.7.1/src/objs/slrn.o
attempt to open /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/group.o succeeded
/home/boekhold/src/debian/slrn-0.8.7.1/src/objs/group.o
attempt to open /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/misc.o succeeded
/home/boekhold/src/debian/slrn-0.8.7.1/src/objs/misc.o
attempt to open /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/clientlib.o succeeded
/home/boekhold/src/debian/slrn-0.8.7.1/src/objs/clientlib.o
attempt to open /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/nntp.o succeeded
/home/boekhold/src/debian/slrn-0.8.7.1/src/objs/nntp.o
attempt to open /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/art.o succeeded
/home/boekhold/src/debian/slrn-0.8.7.1/src/objs/art.o
attempt to open /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/post.o succeeded
/home/boekhold/src/debian/slrn-0.8.7.1/src/objs/post.o
attempt to open /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/startup.o succeeded
/home/boekhold/src/debian/slrn-0.8.7.1/src/objs/startup.o
attempt to open /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/help.o succeeded
/home/boekhold/src/debian/slrn-0.8.7.1/src/objs/help.o
attempt to open /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/hash.o succeeded
/home/boekhold/src/debian/slrn-0.8.7.1/src/objs/hash.o
attempt to open /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/score.o succeeded
/home/boekhold/src/debian/slrn-0.8.7.1/src/objs/score.o
attempt to open /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/uudecode.o succeeded
/home/boekhold/src/debian/slrn-0.8.7.1/src/objs/uudecode.o
attempt to open /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/mime.o succeeded
/home/boekhold/src/debian/slrn-0.8.7.1/src/objs/mime.o
attempt to open /home/boekhold/src/debian/slrn-0.8.7.1/src/objs/menu.o succeeded
/home/boekhold/src/debian/slrn-0.8.7.1/src/objs/menu.o
attempt to open /usr/lib/libslang.so succeeded
-lslang
attempt to open /usr/lib/libgcc.so failed
attempt to open /usr/lib/libgcc.a failed
attempt to open /usr/lib/gcc-lib/i486-linux/2.7.2/libgcc.so failed
attempt to open /usr/lib/gcc-lib/i486-linux/2.7.2/libgcc.a succeeded
attempt to open /usr/lib/libc.so succeeded
-lc
attempt to open /usr/lib/libgcc.so failed
attempt to open /usr/lib/libgcc.a failed
attempt to open /usr/lib/gcc-lib/i486-linux/2.7.2/libgcc.so failed
attempt to open /usr/lib/gcc-lib/i486-linux/2.7.2/libgcc.a succeeded
attempt to open /usr/lib/crtend.o succeeded
/usr/lib/crtend.o
attempt to open /usr/lib/crtn.o succeeded
/usr/lib/crtn.o
make[1]: *** [/home/boekhold/src/debian/slrn-0.8.7.1/src/objs/slrn] Error 1
make[1]: Leaving directory `/home/boekhold/src/debian/slrn-0.8.7.1/src'
make: *** [all] Error 2
