Wine and a simple text-mode program (Gimpel PC-Lint)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




I am trying to run Gimpel's PC-Lint under Wine, and am running into trouble.

It is a simple DOS text-mode program, nothing fancy, no graphics, uses stdin, stdout, and stderr.

It is invoked thus:

In the batch file LIN.BAT:

wine Lint-nt +v -i"C:\Lint" "C:\Lint\std.lnt"

File std.lnt is a list of optional parameters to Lint-nt that contains this:

lnt\au-sm.lnt
gnu.lnt
options.lnt -si4 -sp4
-iC:\Lint\src
C:\Lint\src

where...
   lnt is a directory containing, among other things, au-sm.lnt
   au-sm.lnt, options.lnt, and gnu.lnt contain more
         config params for Lint-nt
   -si4 and -sp4 are some more config params for Lint-nt
   -iC:\Lint\src tells Lint-nt where to look for #include files
   C:\Lint\src is a subdirectory containing the C++ files to lint.

Lint-nt.exe starts up and executes OK, until it gets to the "-iC:\Lint\src" and "C:\Lint\src" config params, whereupon it complains that it can't find that directory.

The directory C:\Lint\src does in fact exist, in the expected place.

This all runs fine in a DOS box on Windows XP with the exact same configurations.

Any ideas what might be wrong?


_______________________________________________
wine-users mailing list
wine-users@xxxxxxxxxx
http://www.winehq.org/mailman/listinfo/wine-users

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux