home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.ultrix
- Path: sparky!uunet!math.fu-berlin.de!ira.uka.de!Sirius.dfn.de!gwdu03.gwdg.de!gwdgv1.gwdg.de!HAIDER
- From: haider@gwdgv1.gwdg.de
- Subject: f77 -cord problem
- Message-ID: <45602QT@gwdu03.gwdg.de>
- Sender: news@gwdu03.gwdg.de (USENET News System)
- Nntp-Posting-Host: gwdgv1.gwdg.de
- Reply-To: haider@gwdgv1.gwdg.de
- Organization: GWDG Goettingen, F.R.Germany
- Date: Wed, 27 Jan 1993 09:38:28 GMT
- Lines: 34
-
- I tried to link a fortran program with -cord -feedback options,
- but the compiler always crashed in the cord section.
- my machine is a DECstation 3100, ultrix 4.2, DEC-Fortran 3.1
- Does anybody know this problem and/or a solution?
- following a small test program plus the commands I used
-
- c this is the program to test the f77 -cord option
- c
- c the following sequence of commands was used:
- c
- c f77 -o testcord testcord.f
- c pixie testcord
- c testcord.pixie
- c prof -feedback testcord.feed testcord
- c f77 -o testcord.opt -feedback testcord.feed -cord testcord.f
- c
- c yields
- c Fatal error in: /usr/lib/cmplrs/cc/cord Segmentation faut
- c fort: Severe: Failed while trying to linkc
- c
- real x(100000)
- do i=1,100000
- x(i)=6.283*real(i)/100000.
- end do
- read(*,*) i
- write(*,*) x(i)
- stop
- end
-
-
- thanks
-
- Ferdinand Haider (haider@umpds2.gwdg.de)
-
-