home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!gateway
- From: STDN%MARIST@VM.MARIST.EDU (Dan Newcombe)
- Newsgroups: comp.unix.bsd
- Subject: What is needed to compile with MATH libs?
- Date: 16 Aug 1992 19:10:32 -0500
- Organization: UTexas Mail-to-News Gateway
- Lines: 15
- Sender: daemon@cs.utexas.edu
- Message-ID: <9208170010.AA25364@cs.utexas.edu>
- NNTP-Posting-Host: cs.utexas.edu
-
- I have a C program that is a demonstration of back propigation. It
- compiles fine but bombs out on the link phase.
-
- cc -o qp -lm quickprop1.c
- quickprop1.o: Undefined symbol _exp referenced from text segment
-
- quickprop1.o: Undefined symbol _exp referenced from text segment
-
- quickprop1.o: Undefined symbol _log referenced from text segment
-
-
- What's missing from this picture? Thanks:)
-
- -Dan
- STDN@vm.marist.edu
-