home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / linux / 20825 < prev    next >
Encoding:
Internet Message Format  |  1992-12-17  |  1.2 KB

  1. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!ira.uka.de!rz.uni-karlsruhe.de!fg30.rz.uni-karlsruhe.de!ig25
  2. From: ig25@fg30.rz.uni-karlsruhe.de (Thomas Koenig)
  3. Newsgroups: comp.os.linux
  4. Subject: File libm.a not found while linking Gnuplot
  5. Date: 17 Dec 1992 15:05:31 GMT
  6. Organization: University of Karlsruhe, Germany
  7. Lines: 20
  8. Message-ID: <1gq4vrINNga1@nz12.rz.uni-karlsruhe.de>
  9. Reply-To: ig25@rz.uni-karlsruhe.de
  10. NNTP-Posting-Host: fg30.rz.uni-karlsruhe.de
  11.  
  12. I tried to build Gnuplot 3.2, using the command make linux. Compilation
  13. ran ok, but when the linker was called, I got the error message
  14.  
  15. ld: file not found for libm.a
  16.  
  17. The loader options for CC were -lm -lXaw -lXmu -lXt -lXext -lX11 .
  18.  
  19. Of course, removing the -lm option resulted in many missing symbol errors.
  20.  
  21. Strange thing is, when I compiled a simple test program requiring a math
  22. function and using -lm, everything worked fine.
  23.  
  24. I'm using 0.99 (compiled with Linus' two patches) and the library as
  25. supplied with the SLS 0.98pl5 version.
  26.  
  27. What's going on?
  28. -- 
  29. Thomas Koenig, ig25@rz.uni-karlsruhe.de, ig25@dkauni2.bitnet
  30. The joy of engineering is to find a straight line on a double logarithmic
  31. diagram.
  32.