home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / bsd / 4249 < prev    next >
Encoding:
Internet Message Format  |  1992-08-16  |  771 b 

  1. Path: sparky!uunet!cs.utexas.edu!gateway
  2. From: STDN%MARIST@VM.MARIST.EDU (Dan Newcombe)
  3. Newsgroups: comp.unix.bsd
  4. Subject: What is needed to compile with MATH libs?
  5. Date: 16 Aug 1992 19:10:32 -0500
  6. Organization: UTexas Mail-to-News Gateway
  7. Lines: 15
  8. Sender: daemon@cs.utexas.edu
  9. Message-ID: <9208170010.AA25364@cs.utexas.edu>
  10. NNTP-Posting-Host: cs.utexas.edu
  11.  
  12. I have a C program that is a demonstration of back propigation. It
  13. compiles fine but bombs out on the link phase.
  14.  
  15. cc -o qp -lm quickprop1.c
  16. quickprop1.o: Undefined symbol _exp referenced from text segment
  17.  
  18. quickprop1.o: Undefined symbol _exp referenced from text segment
  19.  
  20. quickprop1.o: Undefined symbol _log referenced from text segment
  21.  
  22.  
  23. What's missing from this picture?  Thanks:)
  24.  
  25.   -Dan
  26. STDN@vm.marist.edu
  27.