連結已複製
9 回應
thanks! (but:)
ugly?: yes. and funny:
compiling gives (an error message twice as long as the program):
i didn't want to use it as an escape character! ;-)
!!! unfortunately this message remains when compiling with -vms !!! ???
i use:
ugly?: yes. and funny:
program backslash print *, "" end program
compiling gives (an error message twice as long as the program):
program BACKSLASH print *, "" ^ Warning 18 at (2:backslash.f90) : used as an escape character is an extension to standard Fortran 95 ^ Error 5 at (2:backslash.f90) : incomplete string 1 Error compilation aborted for backslash.f90 (code 1)
i didn't want to use it as an escape character! ;-)
!!! unfortunately this message remains when compiling with -vms !!! ???
i use:
Intel Fortran Compiler for 32-bit applications, Version 7.1 Build 20030701Z Copyright (C) 1985-2003 Intel Corporation. All rights reserved. FOR NON-COMMERCIAL USE ONLY GNU ld version 2.13.90.0.2 20020802 Supported emulations: elf_i386 i386linux elf_i386_glibc21
ifc -nbs sandwich.f90
program BACKSLASH
3 Lines Compiled
tim@linux:/windows/E/src/net> ./a.out
Intel Fortran Compiler for 32-bit applications, Version 7.1 Build 20030412Z
FOR NON-COMMERCIAL USE ONLY
GNU ld version 2.13.90.0.2 20020802
Supported emulations:
elf_i386
i386linux
elf_i386_glibc21
program BACKSLASH
3 Lines Compiled
tim@linux:/windows/E/src/net> ./a.out
Intel Fortran Compiler for 32-bit applications, Version 7.1 Build 20030412Z
FOR NON-COMMERCIAL USE ONLY
GNU ld version 2.13.90.0.2 20020802
Supported emulations:
elf_i386
i386linux
elf_i386_glibc21
