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
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
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
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
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
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
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
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
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
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
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
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