Path: utzoo!mnetor!uunet!seismo!sundc!pitstop!sun!decwrl!pyramid!ames!umd5!uvaarpa!mcnc!gatech!hubcap!ying From: ying@hubcap.UUCP (Ying Xie) Newsgroups: comp.ai.neural-nets Subject: Re: Hopfield Neural Network Simulator Message-ID: <1432@hubcap.UUCP> Date: 16 Apr 88 20:58:27 GMT References: <1314@hubcap.UUCP> <10370001@hpcllmv.HP.COM> Organization: Clemson University, Clemson, SC Lines: 22 Summary: comp.ai.neural-nets In article <10370001@hpcllmv.HP.COM>, bills@hpcllmv.HP.COM (Bill Serra) writes: > problems (except that our C compiler doesn't like AND/OR/MOD) but for the AND/OR/MOD see local.h > I'm getting this unsatisfied externals from the loader: > > ld: Unsatisfied symbols: > $global$ (data) > initscr (code) > .... > etc. Hello folks, please compiled with: % cc -o hnn main.c -lcurses -ltermlib -lm & john. Sorry for the inconvienence.