Re: nonmem installation on Linux
From: Larry Bauer
Subject: Re: [NMusers] nonmem installation on Linux
Date: Fri, 3 May 2002 10:34:46 -0700 (PDT)
Hi Sam- If using the MS-DOS formated disks when installing NONMEM, the
text files that make up the Fortran source code use have a different
end-of-line format than Linux/UNIX is expecting. This isn't usually a
problem when compiling the code, but can be when using the control files
upon execution of NONMEM. The solution is to pass the text files through
the Linux/UNIX formating program dos2unix (use: dos2unix filename). This
will put the correct end-of-line formating in the file and should solve
your problem. BTW, unix2dos does just the opposite--converts Linux/UNIX
style text formating into MS-DOS style formating. --Larry