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

  1. Path: sparky!uunet!europa.asd.contel.com!howland.reston.ans.net!zaphod.mps.ohio-state.edu!menudo.uh.edu!uhdvx3.dt.uh.edu!csc_ted
  2. From: csc_ted@uhdvx3.dt.uh.edu (TED KOUBIAR)
  3. Newsgroups: gnu.gcc.help
  4. Subject: Installing gcc.2.3.3 on  mips-ultrix4.2   (Decstation 5000/25)
  5. Date: 25 Jan 1993 15:48 CST
  6. Organization: University of Houston-Downtown
  7. Lines: 59
  8. Distribution: world
  9. Message-ID: <25JAN199315484923@uhdvx3.dt.uh.edu>
  10. NNTP-Posting-Host: uhdvx3.dt.uh.edu
  11. X-Lunar-Date: 0 days, 5 hours, 21 minutes since the new moon
  12. News-Software: VAX/VMS VNEWS 1.41A   
  13.  
  14. Hello:
  15.  
  16. I am trying to install [ gcc ] on a DECstation 5000/25.   I ran configure
  17. and the target is [ mips-ultrix4.2 ].  It creates the Makefile and when I 
  18. run make it does a lot of work and during the installation i get an error
  19. message.  The details are listed below:
  20.  
  21.  
  22. please let me know if there is a solution.
  23.  
  24. thanks
  25. ---
  26. Ted Koubiar
  27.  
  28. ted@dt.uh.edu
  29.  
  30. *******************************************************************************
  31. >>>configure --target=mips-ultrix4.2
  32.  
  33. Linked `config.h' to `./config/xm-mips.h'
  34. Linked `tm.h' to `./config/mips.h'
  35. Linked `md' to `./config/mips.md'
  36. Linked `aux-output.c' to `./config/mips.c'
  37. Linked `tconfig.h' to `./config/xm-mips.h'
  38. Linked `hconfig.h' to `./config/xm-mips.h'
  39. Merged x-mips.
  40. Merged t-mips.
  41. Created `Makefile'.
  42. Links are now set up for target mips-mips-ultrix4.2.
  43.  
  44. now running make..........
  45.  
  46.  
  47. cc -Wf,-XNg1500 -Olimit 3000 -O1  -DIN_GCC   -g     -I. -I. -I./config    
  48.        -DGCC_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/mips-ultrix4.2/`sed -e 
  49.        's/.*\"\([^ \"]*\)[ \"].*/\1/' < ./version.c`/include\"    
  50.        -DGPLUSPLUS_INCLUDE_DIR=\"/usr/local/lib/g++-include\"    
  51.        -DLOCAL_INCLUDE_DIR=\"/usr/local/include\"    -DCROSS_INCLUDE_DIR=\"
  52.        /usr/local/lib/gcc-lib/mips-ultrix4.2/`sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/'
  53.        < ./version.c`/sys-include\"    -DTOOLDIR=\"/usr/local/mips-ultrix4.2/\"
  54.        -c `echo ./cccp.c | sed 's,^\./,,'`
  55. cc -Wf,-XNg1500 -Olimit 3000 -O1  -DIN_GCC   -g     -I. -I. -I./config -c 
  56.     ./cexp.c
  57. cc -Wf,-XNg1500 -Olimit 3000 -O1 -c  -DIN_GCC   -g     -I. -I. -I./config 
  58.     version.c
  59. cc -Wf,-XNg1500 -Olimit 3000 -O1 -c  -DIN_GCC   -g     -I. -I. -I./config 
  60.     obstack.c
  61. cc -Wf,-XNg1500 -Olimit 3000 -O1  -DIN_GCC   -g   -o cccp cccp.o cexp.o 
  62.     version.o obstack.o ` case "cc -Wf,-XNg1500 -Olimit 3000 -O1" in "cc -Wf,
  63.     -XNg1500 -Olimit 3000 -O1") echo  ;; esac `  -lmld
  64. *** Error code 1
  65. ld:
  66. Can't locate file for: -lmld
  67.  
  68. stop
  69.  
  70. *******************************************************************************
  71.  
  72.  
  73.