Path: utzoo!mnetor!uunet!lll-winken!lll-tis!ames!ucsd!sdcsvax!ucsdhub!hp-sdd!hplabs!hpda!hpcupt1!hpcuhb!hpcllla!hpcllmv!bills From: bills@hpcllmv.HP.COM (Bill Serra) Newsgroups: comp.ai.neural-nets Subject: Re: Hopfield Neural Network Simulator Message-ID: <10370001@hpcllmv.HP.COM> Date: 14 Apr 88 01:51:57 GMT References: <1314@hubcap.UUCP> Organization: HP NSG/ISD Computer Language Lab Lines: 47 > My recent Hopfield Neural Network should only be used for educational >purposes ONLY. Please contact me *FIRST* for improvements, changes, >bug reports, comments, etc. > >johnsun@hubcap.clemson.edu >---------- John, thanks++ for submitting this source. I've compiled it without problems (except that our C compiler doesn't like AND/OR/MOD) but I'm getting this unsatisfied externals from the loader: ld: Unsatisfied symbols: $global$ (data) initscr (code) $$mulI (code) srandom (code) printf (code) endwin (code) fprintf (code) exit (code) atof (code) atoi (code) printw (code) mvprintw (code) tanh (code) wrefresh (code) _iob (data) abs (code) waddch (code) wclear (code) time (code) wmove (code) wgetch (code) stdscr (data) random (code) wclrtoeol (code) waddstr (code) scanw (code) $$remI (code) _flsbuf (code) I know some of them (atof, atoi, exit, fprintf, tanh...) and some other are completely unknown to me. Is there any special library I should link it into? or is there something I'm doing wrong, or missing an include file? Bill Serra (e-mail-> bills@hpda | {hpda,hplabs,hpfcla,hpfclp}!hpcllmv!bills) ---