size of elf-ncurses executables

1995-12-25 Thread William Mitchell
I noticed last night that my elf-ncurses executables are huge. Do I need to do any more than I am doing to build them properly? Script started on Mon Dec 25 09:29:11 1995 root:/root# cat x.c #include main() { initscr(); endwin(); } root:/root# cat /usr/local/bin/aout #!/bin/sh PATH

Re: ELF ncurses

1995-11-19 Thread David Engel
ov 19 00:57 ncurses-1.9.7a-1.diff.gz -rw-r--r-- 1 daviddavid 681052 Nov 19 01:05 ncurses-1.9.7a-1.tar.gz -rw-r--r-- 1 daviddavid 336466 Nov 19 01:09 ncurses-developer-1.9.7a-1.deb -rw-r--r-- 1 daviddavid 446831 Nov 19 01:13 ncurses-runtime-1.9.7a-1.deb > Also,

Re: ELF ncurses

1995-11-18 Thread Siggy Brentrup
>>>>> "Jeff" == Jeff Noxon <[EMAIL PROTECTED]> writes: Jeff> I am trying to wrap a new version of the miscutils package for ELF. Jeff> It depends on ncurses, however, and I can't find debianized ncurses Jeff> libs that work with the

ELF ncurses

1995-11-18 Thread Jeff Noxon
I am trying to wrap a new version of the miscutils package for ELF. It depends on ncurses, however, and I can't find debianized ncurses libs that work with the stuff in debian-1.0. Also, the ELF ncurses in the experimental directory seems to use the wrong soname. Is anyone working on