Results:
References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*Link\s+error\s+with\s+big\s+fortran\s+program\s*$/: 14 ]
Total 14 documents matching your query.
- 1. Link error with big fortran program (score: 1)
- Author: Stuart McNicholas <sjm@xxxxxxxxxxxxx>
- Date: Thu, 15 Jun 2000 10:54:30 +0100
- Dear Pro64 Support Team, I have a strange link error that I don't understand when attempting to link a large program(ca 400,000) lines. The program is about 99% fortran77 and 1% C. The archive librar
- /archives/pro64-support/2000-06/msg00023.html (8,356 bytes)
- 2. Re: Link error with big fortran program (score: 1)
- Author: "Curtis L. Janssen" <cljanss@xxxxxxxxxxxxxxxxxx>
- Date: Thu, 15 Jun 2000 11:16:50 -0600
- Apparently, this is not unique to the SGI compilers. I'm seeing the same problem with GNU c++ (2.9-ia64-000216-final) on native IA-64 hardware running Turbolinux. It is a large C++ code (~ 300000 lin
- /archives/pro64-support/2000-06/msg00024.html (10,306 bytes)
- 3. Re: Link error with big fortran program (score: 1)
- Author: jcarter@xxxxxxxxxxxxxxxxxxx (Jack Carter)
- Date: Thu, 15 Jun 2000 09:19:21 -0700 (PDT)
- Try -Wl,-relax from the driver. Jack
- /archives/pro64-support/2000-06/msg00025.html (7,990 bytes)
- 4. Re: Link error with big fortran program (score: 1)
- Author: Stuart McNicholas <sjm@xxxxxxxxxxxxx>
- Date: Thu, 15 Jun 2000 18:59:13 +0100
- By which, I think you mean: sgif90 -i8 -i64 -Wl,-relax -O3 -lcrypt -o /hosts/fs/home2/sjm/molpro2000.5/bin/molpro.exe molver.o molpro.o -L/hosts/fs/home2/sjm/molpro2000.5/lib -lmolpro -lgks0 Then I g
- /archives/pro64-support/2000-06/msg00026.html (8,813 bytes)
- 5. Re: Link error with big fortran program (score: 1)
- Author: mpm@xxxxxxxxxxxxxxxxx (Michael Murphy)
- Date: Thu, 15 Jun 2000 11:21:18 -0700 (PDT)
- By which, I think you mean: sgif90 -i8 -i64 -Wl,-relax -O3 -lcrypt -o /hosts/fs/home2/sjm/molpro2000.5/bin/molpro.exe molver.o molpro.o -L/hosts/fs/home2/sjm/molpro2000.5/lib -lmolpro -lgks0 Then I g
- /archives/pro64-support/2000-06/msg00027.html (9,649 bytes)
- 6. Re: Link error with big fortran program (score: 1)
- Author: jcarter@xxxxxxxxxxxxxxxxxxx (Jack Carter)
- Date: Thu, 15 Jun 2000 11:21:19 -0700 (PDT)
- Stuart, No, you didn't do anything wrong. The undocumented -relax option is an internal workaround for the linker bug you and others have been witnessing. Evidently it didn't make it in the bits be p
- /archives/pro64-support/2000-06/msg00028.html (8,460 bytes)
- 7. Re: Link error with big fortran program (score: 1)
- Author: Stuart McNicholas <sjm@xxxxxxxxxxxxx>
- Date: Fri, 16 Jun 2000 10:40:11 +0100
- Dear John and Mike, Ok, using -Wl,-Wl\,--relax makes gcc take the option and presumably pass it to the linker: sgif90 -show -i8 -i64 -Wl,-Wl\,--relax -O3 -lcrypt -o /hosts/fs/home2/sjm/molpro2000.5/b
- /archives/pro64-support/2000-06/msg00029.html (11,751 bytes)
- 8. Link error with big fortran program (score: 1)
- Author: Stuart McNicholas <sjm@xxxxxxxxxxxxx>
- Date: Thu, 15 Jun 2000 10:54:30 +0100
- Dear Pro64 Support Team, I have a strange link error that I don't understand when attempting to link a large program(ca 400,000) lines. The program is about 99% fortran77 and 1% C. The archive librar
- /archives/pro64-support/2000-06/msg00058.html (8,356 bytes)
- 9. Re: Link error with big fortran program (score: 1)
- Author: "Curtis L. Janssen" <cljanss@xxxxxxxxxxxxxxxxxx>
- Date: Thu, 15 Jun 2000 11:16:50 -0600
- Apparently, this is not unique to the SGI compilers. I'm seeing the same problem with GNU c++ (2.9-ia64-000216-final) on native IA-64 hardware running Turbolinux. It is a large C++ code (~ 300000 lin
- /archives/pro64-support/2000-06/msg00059.html (10,433 bytes)
- 10. Re: Link error with big fortran program (score: 1)
- Author: jcarter@xxxxxxxxxxxxxxxxxxx (Jack Carter)
- Date: Thu, 15 Jun 2000 09:19:21 -0700 (PDT)
- Try -Wl,-relax from the driver. Jack
- /archives/pro64-support/2000-06/msg00060.html (8,085 bytes)
- 11. Re: Link error with big fortran program (score: 1)
- Author: Stuart McNicholas <sjm@xxxxxxxxxxxxx>
- Date: Thu, 15 Jun 2000 18:59:13 +0100
- By which, I think you mean: sgif90 -i8 -i64 -Wl,-relax -O3 -lcrypt -o /hosts/fs/home2/sjm/molpro2000.5/bin/molpro.exe molver.o molpro.o -L/hosts/fs/home2/sjm/molpro2000.5/lib -lmolpro -lgks0 Then I g
- /archives/pro64-support/2000-06/msg00061.html (8,925 bytes)
- 12. Re: Link error with big fortran program (score: 1)
- Author: mpm@xxxxxxxxxxxxxxxxx (Michael Murphy)
- Date: Thu, 15 Jun 2000 11:21:18 -0700 (PDT)
- By which, I think you mean: sgif90 -i8 -i64 -Wl,-relax -O3 -lcrypt -o /hosts/fs/home2/sjm/molpro2000.5/bin/molpro.exe molver.o molpro.o -L/hosts/fs/home2/sjm/molpro2000.5/lib -lmolpro -lgks0 Then I g
- /archives/pro64-support/2000-06/msg00062.html (9,733 bytes)
- 13. Re: Link error with big fortran program (score: 1)
- Author: jcarter@xxxxxxxxxxxxxxxxxxx (Jack Carter)
- Date: Thu, 15 Jun 2000 11:21:19 -0700 (PDT)
- Stuart, No, you didn't do anything wrong. The undocumented -relax option is an internal workaround for the linker bug you and others have been witnessing. Evidently it didn't make it in the bits be p
- /archives/pro64-support/2000-06/msg00063.html (8,639 bytes)
- 14. Re: Link error with big fortran program (score: 1)
- Author: Stuart McNicholas <sjm@xxxxxxxxxxxxx>
- Date: Fri, 16 Jun 2000 10:40:11 +0100
- Dear John and Mike, Ok, using -Wl,-Wl\,--relax makes gcc take the option and presumably pass it to the linker: sgif90 -show -i8 -i64 -Wl,-Wl\,--relax -O3 -lcrypt -o /hosts/fs/home2/sjm/molpro2000.5/b
- /archives/pro64-support/2000-06/msg00064.html (11,893 bytes)
Current List: 1 - 14
Page: [1]
This search system is powered by
Namazu