|
[Sponsors] |
January 20, 2004, 17:33 |
nmake
|
#1 |
Guest
Posts: n/a
|
i am trying to use the nmake command to compile a particular UDF. I am basically following the steps given in a fluent tutorial. but i am not suceeding. following are a series of commands that i tried .. please tell me what i am doing wrong ----
Y:\6\lib_porous\ntx86\2d>nmake Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. NMAKE : fatal error U1064: MAKEFILE not found and no target specified Stop. Y:\6\lib_porous\ntx86\2d>nmake clean Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. NMAKE : fatal error U1073: don't know how to make 'clean' Stop. Y:\6\lib_porous\ntx86\2d>cd /D Y:\6\ Y:\6>nmake clean Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. NMAKE : fatal error U1073: don't know how to make 'clean' Stop. Y:\6>nmake porous_plug.c Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. NMAKE : fatal error U1073: don't know how to make 'porous_plug.c' Stop. Y:\6>help nmake This command is not supported by the help utility. Try "x /?". |
|
January 21, 2004, 12:13 |
Re: nmake
|
#2 |
Guest
Posts: n/a
|
You need to have the file "makefile" with compiler directives where nmake can see it.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
About UDF compiling issues: 'nmake' | Haoyin Shan | Fluent UDF and Scheme Programming | 15 | November 4, 2019 19:05 |
nmake in Command prompt | George | FLUENT | 3 | October 15, 2010 12:48 |
udf u1064 nmake | ali | FLUENT | 3 | October 15, 2010 12:32 |
internal compiler - nmake error | mohsen zendehbad | FLUENT | 2 | September 1, 2009 08:38 |
NMAKE COMMANDIN COMPILING | svh | FLUENT | 2 | September 30, 2004 08:12 |