Lahey Windows compilation problem



I posted the message below to the Lahey Forum but have not yet received
a response.

I installed Express Release 7.10.02 on a PC running Windows XP [Version
5.1.2600] in the C:\LF9571 directory, where C is my hard drive. When
the current working directory is on the C drive and source files are in
the same directory, I can compile and run programs. When the current
working directory is on a network drive, and sources are in the same
directory, I can compile programs, but when trying to run them I get
the message "Program too big to fit in memory" even for a hello world
program

print*,"hi"
end

If I specify that the executable will be created on the C drive and
then transfer the executable to the network drive, the program runs
fine. If I compile on the network drive, the executable does not run
regardless of where I put it.

I can create and run executables on the network drive with g95 without
any problems.

.



Relevant Pages

  • Re: Lahey Windows compilation problem
    ... I installed Express Release 7.10.02 on a PC running Windows XP [Version ... I can compile and run programs. ... working directory is on a network drive, and sources are in the same ... I can create and run executables on the network drive with g95 without ...
    (comp.lang.fortran)
  • Re: Cobol object code compare
    ... cobol compile codes or re-creates the source from the object. ... least slightly different executables. ... make dramatic differences in the object code, ... production executables, make sure that your source code and documentation is ...
    (comp.sys.hp.mpe)
  • Re: Another game to analyze.
    ... He didn't say within a browser. ... You provide three executables, and that takes care of 99% of all platforms. ... It's also possible to take a C program and compile ... There are also other compilers that can do that to Java bytecode too. ...
    (rec.games.chess.computer)
  • [7/12] kbuild: Separate out host-progs handling
    ... # Concentrating all host-progs functionality in one file made a more ... -# Will compile bin2hex.c and create an executable named bin2hex ... -$: %: $(host-cshobjs) FORCE ... +# C executables linked based on several .o files ...
    (Linux-Kernel)
  • Re: Best Way to Compile Large Project
    ... hundred 'C' source files, which need to be compiled and linked into several ... Not all of the executables will use all of the files (i.e. there would be no ... linker references to some symbols). ... Compile all the .c files into ...
    (comp.unix.programmer)

Loading