home *** CD-ROM | disk | FTP | other *** search
- 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
- From: csc_ted@uhdvx3.dt.uh.edu (TED KOUBIAR)
- Newsgroups: gnu.gcc.help
- Subject: Installing gcc.2.3.3 on mips-ultrix4.2 (Decstation 5000/25)
- Date: 25 Jan 1993 15:48 CST
- Organization: University of Houston-Downtown
- Lines: 59
- Distribution: world
- Message-ID: <25JAN199315484923@uhdvx3.dt.uh.edu>
- NNTP-Posting-Host: uhdvx3.dt.uh.edu
- X-Lunar-Date: 0 days, 5 hours, 21 minutes since the new moon
- News-Software: VAX/VMS VNEWS 1.41A
-
- Hello:
-
- I am trying to install [ gcc ] on a DECstation 5000/25. I ran configure
- and the target is [ mips-ultrix4.2 ]. It creates the Makefile and when I
- run make it does a lot of work and during the installation i get an error
- message. The details are listed below:
-
-
- please let me know if there is a solution.
-
- thanks
- ---
- Ted Koubiar
-
- ted@dt.uh.edu
-
- *******************************************************************************
- >>>configure --target=mips-ultrix4.2
-
- Linked `config.h' to `./config/xm-mips.h'
- Linked `tm.h' to `./config/mips.h'
- Linked `md' to `./config/mips.md'
- Linked `aux-output.c' to `./config/mips.c'
- Linked `tconfig.h' to `./config/xm-mips.h'
- Linked `hconfig.h' to `./config/xm-mips.h'
- Merged x-mips.
- Merged t-mips.
- Created `Makefile'.
- Links are now set up for target mips-mips-ultrix4.2.
-
- now running make..........
-
-
- cc -Wf,-XNg1500 -Olimit 3000 -O1 -DIN_GCC -g -I. -I. -I./config
- -DGCC_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/mips-ultrix4.2/`sed -e
- 's/.*\"\([^ \"]*\)[ \"].*/\1/' < ./version.c`/include\"
- -DGPLUSPLUS_INCLUDE_DIR=\"/usr/local/lib/g++-include\"
- -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"
- /usr/local/lib/gcc-lib/mips-ultrix4.2/`sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/'
- < ./version.c`/sys-include\" -DTOOLDIR=\"/usr/local/mips-ultrix4.2/\"
- -c `echo ./cccp.c | sed 's,^\./,,'`
- cc -Wf,-XNg1500 -Olimit 3000 -O1 -DIN_GCC -g -I. -I. -I./config -c
- ./cexp.c
- cc -Wf,-XNg1500 -Olimit 3000 -O1 -c -DIN_GCC -g -I. -I. -I./config
- version.c
- cc -Wf,-XNg1500 -Olimit 3000 -O1 -c -DIN_GCC -g -I. -I. -I./config
- obstack.c
- cc -Wf,-XNg1500 -Olimit 3000 -O1 -DIN_GCC -g -o cccp cccp.o cexp.o
- version.o obstack.o ` case "cc -Wf,-XNg1500 -Olimit 3000 -O1" in "cc -Wf,
- -XNg1500 -Olimit 3000 -O1") echo ;; esac ` -lmld
- *** Error code 1
- ld:
- Can't locate file for: -lmld
-
- stop
-
- *******************************************************************************
-
-
-