home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / gnu / gcc / help / 2566 < prev    next >
Encoding:
Text File  |  1992-11-20  |  1.1 KB  |  47 lines

  1. Newsgroups: gnu.gcc.help
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!crux3.cit.cornell.edu!sl14
  3. From: sl14@crux3.cit.cornell.edu (Stephen Lee)
  4. Subject: cannot use glibc-1.05
  5. Message-ID: <1992Nov20.073716.330@piccolo.cit.cornell.edu>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: Fantasy Zone Ithaca, Inc.
  8. Distribution: gnu
  9. Date: Fri, 20 Nov 1992 07:37:16 GMT
  10. Lines: 35
  11.  
  12. I got glib-1.05 and compiled it successfully (after quite a lot of trials)
  13. and installed it.  However, gcc (2.2.2) now gives the message:
  14.  
  15. 125 crux3 [~/src/fft] % make testfft
  16. gcc -g -Wall -c testfft.c
  17. gcc -g -Wall -c fft.c
  18. fft.c: In function `fft':
  19. fft.c:133: warning: unused variable `s'
  20. gcc -o testfft testfft.o fft.o mycomplx.o -lm
  21. ld:
  22. /usr/u/sl14/lib/libc.a(start.o): __start: multiply defined
  23. collect: /usr/bin/ld returned 1 exit status
  24. make: *** [testfft] Error 1
  25.  
  26. Should I try using gnu ld or have I missed something?
  27.  
  28. FYI, I compiled glibc using
  29.  
  30. configure mips-dec-ultrix4.2a --prefix=/usr/u/sl14
  31. and my configparms only have two lines:
  32.  
  33. prefix=/usr/u/sl14
  34. INSTALL=install -c
  35.  
  36. Rgds
  37. Stephen
  38.  
  39.  
  40.  
  41.  
  42.  
  43. --
  44. Stephen Lee
  45. Internet: sl14@crux2.cit.cornell.edu
  46.  
  47.