home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.sys.sgi:19088 comp.lang.fortran:5161
- Newsgroups: comp.sys.sgi,comp.lang.fortran
- Path: sparky!uunet!spool.mu.edu!agate!doc.ic.ac.uk!syma!johnu
- From: johnu@syma.sussex.ac.uk (John E. Upham)
- Subject: Linking problem in Fortran
- Message-ID: <1993Jan25.125943.13209@syma.sussex.ac.uk>
- Keywords: link
- Organization: University of Sussex
- Date: Mon, 25 Jan 1993 12:59:43 GMT
- Lines: 31
-
- I am trying to link two files and get the following error message:
-
- /usr/bin/ld:
- No symbolic information for: test.o
-
-
- I'm using the Makefile appended below and the file test.o is
- mipseb demand paged stripped - version 2.0 and I havnt got access to the
- .f file. My compiler is 3.4.1 on OS 4.0.5f on a SG Indigo R4000.
-
- Thanks for any help.
-
- John upham
-
- FFLAGS = -G 0 -O1
-
- FCOMPL= f77
-
- all: program
-
- testl0.o: testl0.f
- $(FCOMPL) $(FFLAGS) -c testl0.f
-
- test: testl0.o test.o
- $(FCOMPL) -o prog testl0.o test.o
-
-
- --
- John Upham, Dept. of Chemistry, University of Reading, Berks., RG6 2AD, UK.
- Email: scsupham%susssys1.rdg.ac.uk@uk.ac (BITnet), scsupham@rdg.susssys1 (Janet)
- Voice: +44 734 875123 x7441 (day), Fax: +44 734 311610
-