[Prev][Next][Index][Thread]

Re: Installing OSKit on Linux



Thanks to everyone for your help so far.  It appears that this post from
Bart Robinson comes closest to my problem.  In my previous post I didn't
mention that "./configure" successfully detected my machine type with the
old oskit.  But NOW, when I try to run "./configure" on the old oskit it
can't detect the machine.  Which seemed very odd to me if there's something
wrong with "oskit-0.96".  

If I understand things correctly there is something broken in the Debian
O/S. I tried purging gcc and installing it again, with no effect.

I guess what I need to know is:

-which programs does "configure" access;
 
-what debian *.deb files should I remove and then reinstall, and in what
order;  

-Is the suspect debian file in my kernel and therefore do I need to
reinstall debian from scratch? Possibly this is a question best put to the
debian user group once I can identify what part of the debian o/s is broken.

In addition, at the request of Roland McGrath, I have included the output of
the unedited "make" of the "linux/dev" directory below and the
"config.status" and "config.log" files as attachments.  Hopefully this
doesn't create an excessively large e-mail for the user group. 

 cc -0 aic 7xxx_asm../../linux/src/drivers/scsi/aic7xxx_asm.c
      ../../linux/..asm.c:31: ctype.h: No such file or directory
      ../../linux/..asm.c:32: stdio.h: No such file or directory
      ../../linux/..asm.c:33: string.h: No such file or directory
      ../../linux/..asm.c:34: stdlib.h: No such file or directory
      ../../linux/..asm.c:35: unistd.h: No such file or directory
      ../../linux/..asm.c:36: fcntl.h: No such file or directory
       make[1]  ***[aic7xxx_asm] error 1

Thanks again for your help.

At 04:31 PM 1/4/99 -0700, you wrote:
>Looks like your compiler/linker setup is broken.
>
>This would explain why config.guess cannot determine the host
>type -- for Linux, it compiles a small program to find out if
>it is in a ELF or a.out environment.
>
>This would also explain why compiling aic7xxx_asm.c fails to
>find <ctype.h>, <stdio.h>.  They do not need the "linux/"
>prefix, but should all be found by the compiler in /usr/include,
>typically.
>
>On 1999-1-4 Dennis Dixon <ddixon@mcn.org> wrote:
> > I am having trouble configuring and installing the oskit-0.96.tar.gz file
> > on a Debian 1.3 Linux kernel version 2.0.29 with an i486 CPU.
> > 
> > For some reason "./configure" will not automatically guess my machine type
> > and o/s.  (This is supposed to be done with the "config.guess" script I
> > believe.)
> > I get the error message: "cannot guess host type; you must specify one"
> > 
> > The following bash commands get this results when run on my machine:
> >          uname -m :  i486
> >          uname -r :  2.0.29
> >          uname -s :  Linux
> >          uname -v :  #3 Sat May 31 13:35:27 EST 1997
> > 
> > 
> > I instead ran the command: "./configure --host=i486-unknown-linux".  The
> > configure script then ran with no errors.  Hopefully this is the correct
> > configuration.
> > 
> > The second problem is when I run "make" I get the following errors:
> > 
> >      make[1] Entering /usr/local/os2/oskit-0.96/linux/dev
> >      cc -0 aic 7xxx_asm../../linux/src/drivers/scsi/aic7xxx_asm.c
> >      ../../linux/..asm.c: ctype.h: No such file or directory
> >      ../../linux/..asm.c: stdio.h: No such file or directory
> >      ../../linux/..asm.c: string.h: No such file or directory
> >      ../../linux/..asm.c: stdlib.h: No such file or directory
> >      ../../linux/..asm.c: unistd.h: No such file or directory
> >      ../../linux/..asm.c: fcntl.h: No such file or directory
> >       make[1]  ***[aic7xxx_asm] error 1
> >       make[1]: Leaving directory "usr/local/os2/oskit0.96/linux/dev"
> >       make:   *** [linux/dev/all.MAKE] error 2
> >  
> > Upon closer inspection, if you look at the file:
> > "/linux/src/drivers/scsi/aic7xxx_asm.c"
> > 
> > It seems that the include commands are missing a directory reference.
> > For example:
> >        "#include   <ctype.h>"  should read "#include <linux/ctype.h>"
> >
> >[...snip]
>
>-- bart
>
>
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:596: checking host system type
configure:617: checking target system type
configure:635: checking build system type
configure:685: checking for gcc
configure:716: checking for ld
configure:747: checking for ar
configure:778: checking for strip
configure:810: checking for ranlib
configure:850: checking for a BSD compatible install
configure:912: checking for mawk
configure:948: checking assembler support for cr4 register
configure:961: gcc -c   conftest.c 1>&5
configure:983: checking assembler support for debug registers
configure:996: gcc -c   conftest.c 1>&5
configure:1018: checking for .p2align assembler pseudo-op
configure:1031: gcc -c   conftest.c 1>&5
configure:1053: checking for .code16 assembler directive
configure:1066: gcc -c   conftest.c 1>&5
configure:1092: checking for working .bss assembler directive
configure:1107: gcc -c   conftest.c 1>&5
configure:1129: checking if compiler groks __attribute__((packed)) on structs
configure:1145: gcc -c   conftest.c 1>&5
configure:1167: checking if compiler groks __attribute__((pure))
configure:1181: gcc -c   conftest.c 1>&5
configure: In function `main':
configure:1176: warning: `pure' attribute directive ignored
configure:1203: checking if compiler groks __attribute__((noreturn))
configure:1217: gcc -c   conftest.c 1>&5
configure:1239: checking if compiler groks __attribute__((stdcall))
configure:1253: gcc -c   conftest.c 1>&5
configure:1334: checking if ld supports -format binary
configure:1342: gcc  -c conftest.S
configure:1345: ld -Ttext 100000 -o conftest conftest.o -format binary conftest.o -format default 1>&2 && test -x conftest
ld: warning: cannot find entry symbol _start; defaulting to 00100000
configure:1364: checking if ld supports -oformat binary
configure:1372: gcc  -c conftest.S
configure:1375: ld -Ttext 100000 -o conftest -oformat binary conftest.o -format binary conftest.o -format default 1>&2 && test -x conftest
ld: warning: cannot find entry symbol _start; defaulting to 00100000
configure:1402: checking if ld supports -oformat msdos
configure:1407: gcc  -c conftest.c
configure:1410: ld -Ttext 0 -o conftest -oformat msdos conftest.o 1>&2 && test -x conftest
ld: target msdos not found
configure:1429: checking for a.out linker
configure:1437: gcc  -c conftest.c
configure:1443: ld -m i386mach -n -Ttext 0 -o conftest conftest.o 1>&2 && test -x conftest
ld: unrecognised emulation mode: i386mach
Supported emulations: elf_i386 i386linux
configure:1443: ld -m i386bsd -n -Ttext 0 -o conftest conftest.o 1>&2 && test -x conftest
ld: unrecognised emulation mode: i386bsd
Supported emulations: elf_i386 i386linux
configure:1443: ld -m i386nbsd -n -Ttext 0 -o conftest conftest.o 1>&2 && test -x conftest
ld: unrecognised emulation mode: i386nbsd
Supported emulations: elf_i386 i386linux
configure:1443: ld -m i386aout -n -Ttext 0 -o conftest conftest.o 1>&2 && test -x conftest
ld: unrecognised emulation mode: i386aout
Supported emulations: elf_i386 i386linux
#! /bin/sh
# Generated automatically by configure.
# Run this file to recreate the current configuration.
# This directory was configured as follows,
# on host debian:
#
# ./configure  --host=i486-unknown-linux
#
# Compiler output produced by configure, useful for debugging
# configure, is in ./config.log if it exists.

ac_cs_usage="Usage: ./config.status [--recheck] [--version] [--help]"
for ac_option
do
  case "$ac_option" in
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
    echo "running ${CONFIG_SHELL-/bin/sh} ./configure  --host=i486-unknown-linux --no-create --no-recursion"
    exec ${CONFIG_SHELL-/bin/sh} ./configure  --host=i486-unknown-linux --no-create --no-recursion ;;
  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
    echo "./config.status generated by autoconf version 2.12"
    exit 0 ;;
  -help | --help | --hel | --he | --h)
    echo "$ac_cs_usage"; exit 0 ;;
  *) echo "$ac_cs_usage"; exit 1 ;;
  esac
done

ac_given_srcdir=.
ac_given_INSTALL="/usr/bin/install -c"

trap 'rm -fr  boot/multiboot/mkmbimage boot/linux/mklinuximage Makeconf GNUmakefile unsupported/scripts/gcc-driver-script oskit/GNUmakefile libc/GNUmakefile bootp/GNUmakefile amm/GNUmakefile lmm/GNUmakefile com/GNUmakefile exec/GNUmakefile diskpart/GNUmakefile dev/GNUmakefile fs/GNUmakefile fsread/GNUmakefile kern/GNUmakefile memdebug/GNUmakefile smp/GNUmakefile threads/GNUmakefile svm/GNUmakefile startup/GNUmakefile crt/GNUmakefile fudp/GNUmakefile linux/dev/GNUmakefile linux/fs/GNUmakefile freebsd/dev/GNUmakefile freebsd/net/GNUmakefile freebsd/libm/GNUmakefile freebsd/libc/GNUmakefile freebsd/libc_r/GNUmakefile video/svgalib/GNUmakefile wimp/GNUmakefile x11/client/GNUmakefile x11/video/GNUmakefile unsupported/GNUmakefile netbsd/fs/GNUmakefile boot/multiboot/GNUmakefile boot/linux/GNUmakefile boot/net/GNUmakefile examples/x86/GNUmakefile examples/x86/extended/GNUmakefile examples/x86/threads/GNUmakefile oskit/config.h conftest*; exit 1' 1 2 15

# Protect against being on the right side of a sed subst in config.status.
sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
 s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
/^[ 	]*VPATH[ 	]*=[^:]*$/d

s%@CFLAGS@%%g
s%@CPPFLAGS@%%g
s%@CXXFLAGS@%%g
s%@DEFS@%-DHAVE_CONFIG_H%g
s%@LDFLAGS@%%g
s%@LIBS@%%g
s%@exec_prefix@%${prefix}%g
s%@prefix@%/usr/local%g
s%@program_transform_name@%s,x,x,%g
s%@bindir@%${exec_prefix}/bin%g
s%@sbindir@%${exec_prefix}/sbin%g
s%@libexecdir@%${exec_prefix}/libexec%g
s%@datadir@%${prefix}/share%g
s%@sysconfdir@%${prefix}/etc%g
s%@sharedstatedir@%${prefix}/com%g
s%@localstatedir@%${prefix}/var%g
s%@libdir@%${exec_prefix}/lib%g
s%@includedir@%${prefix}/include%g
s%@oldincludedir@%/usr/include%g
s%@infodir@%${prefix}/info%g
s%@mandir@%${prefix}/man%g
s%@OSKIT_DEFS@%%g
s%@oskit_options@%have_code16 %g
s%@host@%i486-unknown-linux-gnu%g
s%@host_alias@%i486-unknown-linux%g
s%@host_cpu@%i486%g
s%@host_vendor@%unknown%g
s%@host_os@%linux-gnu%g
s%@target@%i486-unknown-linux-gnu%g
s%@target_alias@%i486-unknown-linux%g
s%@target_cpu@%i486%g
s%@target_vendor@%unknown%g
s%@target_os@%linux-gnu%g
s%@build@%i486-unknown-linux-gnu%g
s%@build_alias@%i486-unknown-linux%g
s%@build_cpu@%i486%g
s%@build_vendor@%unknown%g
s%@build_os@%linux-gnu%g
s%@program_prefix@%%g
s%@program_suffix@%%g
s%@host_arch@%x86%g
s%@CC@%gcc%g
s%@LD@%ld%g
s%@AR@%ar%g
s%@STRIP@%strip%g
s%@RANLIB@%ranlib%g
s%@INSTALL_PROGRAM@%${INSTALL}%g
s%@INSTALL_DATA@%${INSTALL} -m 644%g
s%@AWK@%mawk%g
s%@DOS_LD@%${LD}%g
s%@AOUT_LD@%NONE%g
s%@gcc_spec_source@%gcc-driver-script.specs%g
s%@oskit_subdirs@% oskit libc bootp amm lmm com exec diskpart dev fs fsread kern memdebug smp threads svm startup crt fudp linux/dev linux/fs freebsd/dev freebsd/net freebsd/libm freebsd/libc freebsd/libc_r video/svgalib wimp x11/client x11/video unsupported netbsd/fs boot/multiboot boot/linux boot/net examples/x86 examples/x86/extended examples/x86/threads%g

CEOF

# Split the substitutions into bite-sized pieces for seds with
# small command number limits, like on Digital OSF/1 and HP-UX.
ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
ac_file=1 # Number of current file.
ac_beg=1 # First line for current file.
ac_end=$ac_max_sed_cmds # Line after last line for current file.
ac_more_lines=:
ac_sed_cmds=""
while $ac_more_lines; do
  if test $ac_beg -gt 1; then
    sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  else
    sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  fi
  if test ! -s conftest.s$ac_file; then
    ac_more_lines=false
    rm -f conftest.s$ac_file
  else
    if test -z "$ac_sed_cmds"; then
      ac_sed_cmds="sed -f conftest.s$ac_file"
    else
      ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
    fi
    ac_file=`expr $ac_file + 1`
    ac_beg=$ac_end
    ac_end=`expr $ac_end + $ac_max_sed_cmds`
  fi
done
if test -z "$ac_sed_cmds"; then
  ac_sed_cmds=cat
fi

CONFIG_FILES=${CONFIG_FILES-" boot/multiboot/mkmbimage boot/linux/mklinuximage Makeconf GNUmakefile unsupported/scripts/gcc-driver-script oskit/GNUmakefile libc/GNUmakefile bootp/GNUmakefile amm/GNUmakefile lmm/GNUmakefile com/GNUmakefile exec/GNUmakefile diskpart/GNUmakefile dev/GNUmakefile fs/GNUmakefile fsread/GNUmakefile kern/GNUmakefile memdebug/GNUmakefile smp/GNUmakefile threads/GNUmakefile svm/GNUmakefile startup/GNUmakefile crt/GNUmakefile fudp/GNUmakefile linux/dev/GNUmakefile linux/fs/GNUmakefile freebsd/dev/GNUmakefile freebsd/net/GNUmakefile freebsd/libm/GNUmakefile freebsd/libc/GNUmakefile freebsd/libc_r/GNUmakefile video/svgalib/GNUmakefile wimp/GNUmakefile x11/client/GNUmakefile x11/video/GNUmakefile unsupported/GNUmakefile netbsd/fs/GNUmakefile boot/multiboot/GNUmakefile boot/linux/GNUmakefile boot/net/GNUmakefile examples/x86/GNUmakefile examples/x86/extended/GNUmakefile examples/x86/threads/GNUmakefile"}
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  case "$ac_file" in
  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  *) ac_file_in="${ac_file}.in" ;;
  esac

  # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.

  # Remove last slash and all that follows it.  Not all systems have dirname.
  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
    # The file is in a subdirectory.
    test ! -d "$ac_dir" && mkdir "$ac_dir"
    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
    # A "../" for each directory in $ac_dir_suffix.
    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  else
    ac_dir_suffix= ac_dots=
  fi

  case "$ac_given_srcdir" in
  .)  srcdir=.
      if test -z "$ac_dots"; then top_srcdir=.
      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  *) # Relative path.
    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
    top_srcdir="$ac_dots$ac_given_srcdir" ;;
  esac

  case "$ac_given_INSTALL" in
  [/$]*) INSTALL="$ac_given_INSTALL" ;;
  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  esac

  echo creating "$ac_file"
  rm -f "$ac_file"
  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  case "$ac_file" in
  *Makefile*) ac_comsub="1i\\
# $configure_input" ;;
  *) ac_comsub= ;;
  esac

  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  sed -e "$ac_comsub
s%@configure_input@%$configure_input%g
s%@srcdir@%$srcdir%g
s%@top_srcdir@%$top_srcdir%g
s%@INSTALL@%$INSTALL%g
" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
fi; done
rm -f conftest.s*

# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
# NAME is the cpp macro being defined and VALUE is the value it is being given.
#
# ac_d sets the value in "#define NAME VALUE" lines.
ac_dA='s%^\([ 	]*\)#\([ 	]*define[ 	][ 	]*\)'
ac_dB='\([ 	][ 	]*\)[^ 	]*%\1#\2'
ac_dC='\3'
ac_dD='%g'
# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
ac_uA='s%^\([ 	]*\)#\([ 	]*\)undef\([ 	][ 	]*\)'
ac_uB='\([ 	]\)%\1#\2define\3'
ac_uC=' '
ac_uD='\4%g'
# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
ac_eA='s%^\([ 	]*\)#\([ 	]*\)undef\([ 	][ 	]*\)'
ac_eB='$%\1#\2define\3'
ac_eC=' '
ac_eD='%g'

if test "${CONFIG_HEADERS+set}" != set; then
  CONFIG_HEADERS="oskit/config.h"
fi
for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  case "$ac_file" in
  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  *) ac_file_in="${ac_file}.in" ;;
  esac

  echo creating $ac_file

  rm -f conftest.frag conftest.in conftest.out
  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  cat $ac_file_inputs > conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_CR4${ac_dB}HAVE_CR4${ac_dC}1${ac_dD}
${ac_uA}HAVE_CR4${ac_uB}HAVE_CR4${ac_uC}1${ac_uD}
${ac_eA}HAVE_CR4${ac_eB}HAVE_CR4${ac_eC}1${ac_eD}
${ac_dA}HAVE_DEBUG_REGS${ac_dB}HAVE_DEBUG_REGS${ac_dC}1${ac_dD}
${ac_uA}HAVE_DEBUG_REGS${ac_uB}HAVE_DEBUG_REGS${ac_uC}1${ac_uD}
${ac_eA}HAVE_DEBUG_REGS${ac_eB}HAVE_DEBUG_REGS${ac_eC}1${ac_eD}
${ac_dA}HAVE_P2ALIGN${ac_dB}HAVE_P2ALIGN${ac_dC}1${ac_dD}
${ac_uA}HAVE_P2ALIGN${ac_uB}HAVE_P2ALIGN${ac_uC}1${ac_uD}
${ac_eA}HAVE_P2ALIGN${ac_eB}HAVE_P2ALIGN${ac_eC}1${ac_eD}
${ac_dA}HAVE_CODE16${ac_dB}HAVE_CODE16${ac_dC}1${ac_dD}
${ac_uA}HAVE_CODE16${ac_uB}HAVE_CODE16${ac_uC}1${ac_uD}
${ac_eA}HAVE_CODE16${ac_eB}HAVE_CODE16${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_WORKING_BSS${ac_dB}HAVE_WORKING_BSS${ac_dC}1${ac_dD}
${ac_uA}HAVE_WORKING_BSS${ac_uB}HAVE_WORKING_BSS${ac_uC}1${ac_uD}
${ac_eA}HAVE_WORKING_BSS${ac_eB}HAVE_WORKING_BSS${ac_eC}1${ac_eD}
${ac_dA}HAVE_PACKED_STRUCTS${ac_dB}HAVE_PACKED_STRUCTS${ac_dC}1${ac_dD}
${ac_uA}HAVE_PACKED_STRUCTS${ac_uB}HAVE_PACKED_STRUCTS${ac_uC}1${ac_uD}
${ac_eA}HAVE_PACKED_STRUCTS${ac_eB}HAVE_PACKED_STRUCTS${ac_eC}1${ac_eD}
${ac_dA}HAVE_PURE${ac_dB}HAVE_PURE${ac_dC}1${ac_dD}
${ac_uA}HAVE_PURE${ac_uB}HAVE_PURE${ac_uC}1${ac_uD}
${ac_eA}HAVE_PURE${ac_eB}HAVE_PURE${ac_eC}1${ac_eD}
${ac_dA}HAVE_NORETURN${ac_dB}HAVE_NORETURN${ac_dC}1${ac_dD}
${ac_uA}HAVE_NORETURN${ac_uB}HAVE_NORETURN${ac_uC}1${ac_uD}
${ac_eA}HAVE_NORETURN${ac_eB}HAVE_NORETURN${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_STDCALL${ac_dB}HAVE_STDCALL${ac_dC}1${ac_dD}
${ac_uA}HAVE_STDCALL${ac_uB}HAVE_STDCALL${ac_uC}1${ac_uD}
${ac_eA}HAVE_STDCALL${ac_eB}HAVE_STDCALL${ac_eC}1${ac_eD}
s%^[ 	]*#[ 	]*undef[ 	][ 	]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  rm -f conftest.frag conftest.h
  echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  cat conftest.in >> conftest.h
  rm -f conftest.in
  if cmp -s $ac_file conftest.h 2>/dev/null; then
    echo "$ac_file is unchanged"
    rm -f conftest.h
  else
    # Remove last slash and all that follows it.  Not all systems have dirname.
      ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
      if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
      # The file is in a subdirectory.
      test ! -d "$ac_dir" && mkdir "$ac_dir"
    fi
    rm -f $ac_file
    mv conftest.h $ac_file
  fi
fi; done



exit 0
Dennis Dixon
P.O. Box 1896 
Fort Bragg, CA  95437

(707) 964-2979
ddixon@mcn.org
http://www.dixonadvise.com