home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / gnu / gcc / bug / 3247 < prev    next >
Encoding:
Internet Message Format  |  1993-01-25  |  2.4 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!cis.ohio-state.edu!mitvma.mit.edu!CSC_TED%UHDBIT.BITNET
  2. From: CSC_TED%UHDBIT.BITNET@mitvma.mit.edu (TED KOUBIAR)
  3. Newsgroups: gnu.gcc.bug
  4. Subject: help installing GCC-2.3.3
  5. Date: 25 Jan 1993 21:15:54 -0500
  6. Organization: GNUs Not Usenet
  7. Lines: 60
  8. Sender: daemon@cis.ohio-state.edu
  9. Approved: bug-gcc@prep.ai.mit.edu
  10. Distribution: gnu
  11. Message-ID: <01GTXQLD8RA89AR97L@dt3.dt.uh.edu>
  12.  
  13. Hello:
  14.  
  15. I am trying to install [ gcc ] on a DECstation 5000/25.   I ran configure
  16. and the target is [ mips-ultrix4.2 ].  It creates the Makefile and when I
  17. run make it does a lot of work and after a while i get an error message:
  18.  
  19. please let me know if there is a solution.
  20.  
  21. thanks
  22. ---
  23. Ted Koubiar
  24.  
  25. ted@dt.uh.edu
  26.  
  27. *******************************************************************************
  28. >>>configure --target=mips-ultrix4.2
  29.  
  30. Linked `config.h' to `./config/xm-mips.h'
  31. Linked `tm.h' to `./config/mips.h'
  32. Linked `md' to `./config/mips.md'
  33. Linked `aux-output.c' to `./config/mips.c'
  34. Linked `tconfig.h' to `./config/xm-mips.h'
  35. Linked `hconfig.h' to `./config/xm-mips.h'
  36. Merged x-mips.
  37. Merged t-mips.
  38. Created `Makefile'.
  39. Links are now set up for target mips-mips-ultrix4.2.
  40.  
  41. now running make..........
  42.  
  43.  
  44. cc -Wf,-XNg1500 -Olimit 3000 -O1  -DIN_GCC   -g     -I. -I. -I./config
  45.        -DGCC_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/mips-ultrix4.2/`sed -e
  46.        's/.*\"\([^ \"]*\)[ \"].*/\1/' < ./version.c`/include\"
  47.        -DGPLUSPLUS_INCLUDE_DIR=\"/usr/local/lib/g++-include\"
  48.        -DLOCAL_INCLUDE_DIR=\"/usr/local/include\"    -DCROSS_INCLUDE_DIR=\"
  49.        /usr/local/lib/gcc-lib/mips-ultrix4.2/`sed -e 's/.*\"\([^ \"]*\)[ \"].*/\
  50.    1/'
  51.        < ./version.c`/sys-include\"    -DTOOLDIR=\"/usr/local/mips-ultrix4.2/\"
  52.        -c `echo ./cccp.c | sed 's,^\./,,'`
  53. cc -Wf,-XNg1500 -Olimit 3000 -O1  -DIN_GCC   -g     -I. -I. -I./config -c
  54.         ./cexp.c
  55. cc -Wf,-XNg1500 -Olimit 3000 -O1 -c  -DIN_GCC   -g     -I. -I. -I./config
  56.         version.c
  57. cc -Wf,-XNg1500 -Olimit 3000 -O1 -c  -DIN_GCC   -g     -I. -I. -I./config
  58.         obstack.c
  59. cc -Wf,-XNg1500 -Olimit 3000 -O1  -DIN_GCC   -g   -o cccp cccp.o cexp.o
  60.         version.o obstack.o ` case "cc -Wf,-XNg1500 -Olimit 3000 -O1" in "cc -Wf
  61.    ,
  62.         -XNg1500 -Olimit 3000 -O1") echo  ;; esac `  -lmld
  63. *** Error code 1
  64. ld:
  65. Can't locate file for: -lmld
  66.  
  67. stop
  68.  
  69. *******************************************************************************
  70.  
  71.  
  72.  
  73.